Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danigm committed Jun 26, 2023
1 parent eccf625 commit b50d6e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
rust: [stable, 1.42.0]
rust: [stable, 1.56.0]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@master
Expand Down
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ keywords = ["epub", "ebook"]
license = "GPL-3.0"
name = "epub"
repository = "https://github.com/danigm/epub-rs.git"
version = "2.1.0"
edition = "2018"
version = "2.1.1"
edition = "2021"

[dependencies]
regex = "1.4.2"
xml-rs = "0.8.3"
zip = { version = "0.5.13", default-features = false, features = [
regex = "1.8.4"
xml-rs = "0.8.14"
zip = { version = "0.6.6", default-features = false, features = [
"deflate",
] } # we can't upgrade because of MSRV
percent-encoding = "2.1.0"
thiserror = "1.0"
] }
percent-encoding = "2.3.0"
thiserror = "1.0.40"

0 comments on commit b50d6e5

Please sign in to comment.