diff --git a/Cargo.toml b/Cargo.toml index 2c371bc..5ba66ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,18 +11,18 @@ repository = "https://github.com/rssblue/badpod" version = "0.7.4" [dependencies] -chrono = "0.4.31" -regex = "1.10.2" +chrono = "0.4.33" +regex = "1.10.3" roxmltree = "0.19.0" -strum = "0.25.0" -strum_macros = "0.25.3" -time = { version = "0.3.30" } +strum = "0.26.0" +strum_macros = "0.26.1" +time = { version = "0.3.34" } url = "2.5.0" [dev-dependencies] log = "0.4.20" pretty_assertions = "1.4.0" -reqwest = { version = "0.11.22", features = ["blocking"] } +reqwest = { version = "0.11.24", features = ["blocking"] } [lib] doctest = false