From f9edd94cd1a6e8ff29a6df1bd1f84c6f090aaf37 Mon Sep 17 00:00:00 2001 From: Dovydas Date: Thu, 8 Feb 2024 23:45:51 +0000 Subject: [PATCH] update dependencies --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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