From 0aa469c6521021d97b4f68a798de7da46ede37fc Mon Sep 17 00:00:00 2001 From: Eric Marsden Date: Sat, 5 Oct 2024 08:26:56 +0200 Subject: [PATCH] Update crate dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fcbaef6..30dcd70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,19 +19,19 @@ lazy_static = "1.5.0" serde = { version = "1.0.210", features = ["derive"] } serde_path_to_error = "0.1.16" serde_ignored = { version = "0.1.10", optional = true } -serde_with = { version = "3.9.0", features = ["base64"] } +serde_with = { version = "3.10.0", features = ["base64"] } quick-xml = { version = "0.36.2", features = ["serialize", "overlapped-lists"] } url = "2.5.2" chrono = { version = "0.4.38", features = ["serde"] } num-traits = "0.2.19" iso8601 = "0.6.1" -regex = "1.10.6" +regex = "1.11.0" thiserror = "1.0.64" fs-err = "2.11.0" tracing = { version = "0.1.40", features = ["attributes"] } data-url = { version = "0.3.1", optional = true } bytes = "1.7.2" -reqwest = { version = "0.12.7", default-features = false, features = ["cookies"], optional = true } +reqwest = { version = "0.12.8", default-features = false, features = ["cookies"], optional = true } tokio = { version = "1.40.0", features = ["rt-multi-thread", "time", "macros"], optional = true } backoff = { version = "0.4.0", features = ["tokio"], optional = true } governor = { version = "0.6.3", optional = true } @@ -64,7 +64,7 @@ axum = "0.7.7" hyper-serve = { version = "0.6.2" } axum-auth = "0.7.0" noxious-client = "1.0.4" -reqwest = { version = "0.12.7", default-features = false, features = ["cookies", "json"] } +reqwest = { version = "0.12.8", default-features = false, features = ["cookies", "json"] } serde_json = "1.0.128" anyhow = "1.0.89" roxmltree = "0.20.0"