Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joksas committed Oct 20, 2023
1 parent 4fba332 commit dad6da1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ repository = "https://github.com/rssblue/chapters"
version = "0.3.2"

[dependencies]
chrono = "0.4.26"
id3 = "1.7.0"
regex = "1.8.4"
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
url = "2.4.0"
chrono = "0.4.31"
id3 = "1.8.0"
regex = "1.10.2"
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
url = "2.4.1"

[dev-dependencies]
pretty_assertions = "1.3.0"
pretty_assertions = "1.4.0"

0 comments on commit dad6da1

Please sign in to comment.