Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joksas committed Jun 7, 2023
1 parent 0a9fc67 commit 0745208
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 @@ -11,18 +11,18 @@ repository = "https://github.com/rssblue/badpod"
version = "0.7.2"

[dependencies]
chrono = "0.4.24"
regex = "1.7.3"
chrono = "0.4.26"
regex = "1.8.4"
roxmltree = "0.18.0"
strum = "0.24.1"
strum_macros = "0.24.3"
time = { version = "0.3.20" }
url = "2.3.1"
time = { version = "0.3.21" }
url = "2.4.0"

[dev-dependencies]
log = "0.4.17"
log = "0.4.18"
pretty_assertions = "1.3.0"
reqwest = { version = "0.11.16", features = ["blocking"] }
reqwest = { version = "0.11.18", features = ["blocking"] }

[lib]
doctest = false

0 comments on commit 0745208

Please sign in to comment.