Skip to content

Commit

Permalink
Release 2.1.2
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
danigm committed May 2, 2024
1 parent 6ff42ea commit 9bcf2b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ keywords = ["epub", "ebook"]
license = "GPL-3.0"
name = "epub"
repository = "https://github.com/danigm/epub-rs.git"
version = "2.1.1"
version = "2.1.2"
edition = "2021"

[dependencies]
xml-rs = "0.8.14"
percent-encoding = "2.3.0"
thiserror = "1.0.40"
xml-rs = "0.8.20"
percent-encoding = "2.3.1"
thiserror = "1.0.59"

[dependencies.zip]
version = "0.6.6"
version = "1.1.3"
default-features = false
features = [
"deflate",
]

[dependencies.regex]
version = "1.8.4"
version = "1.10.4"
default-features = false
# regex currently requires the standard library, you must re-enable it.
features = [
Expand Down

0 comments on commit 9bcf2b6

Please sign in to comment.