From 16239daeea07ccb761a15017f24d58dc1f9e0872 Mon Sep 17 00:00:00 2001 From: Eric Marsden Date: Sun, 27 Oct 2024 13:04:40 +0100 Subject: [PATCH] Update crate dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3538eac..172712d 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" [dependencies] -serde = { version = "1.0.210", features = ["derive"] } +serde = { version = "1.0.213", features = ["derive"] } serde_path_to_error = "0.1.16" serde_with = { version = "3.11.0", features = ["base64"] } serde-xml-rs = "0.6.0" @@ -31,12 +31,12 @@ bstr = "1.10.0" num_enum = "0.7.3" base64 = "0.22.1" tracing = { version = "0.1.40", features = ["attributes"] } -anyhow = "1.0.90" +anyhow = "1.0.91" [dev-dependencies] clap = { version = "=4.4.18", features = ["cargo", "unicode", "wrap_help"] } reqwest = { version = "0.12.8", features = ["blocking"] } -tokio = { version = "1.40.0", features = ["rt-multi-thread", "time", "macros"] } +tokio = { version = "1.41.0", features = ["rt-multi-thread", "time", "macros"] } tracing-subscriber = { version = "0.3", features = ["env-filter", "time"] } test-log = { version = "0.2.16", features = ["trace"] } pretty_assertions = "1.4.1"