From 75cdf61ec877d15fc80b80e3ea72ebed73b508fd Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 12 Nov 2024 07:16:30 +0000 Subject: [PATCH] Updated crate dependencies --- Cargo.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bca5d40..dc931cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,19 +24,19 @@ lto = "thin" # Enable link-time optimisation (fast) [dependencies] axum = "0.7.5" ed25519-dalek = { version = "2.1.1", features = ["rand_core"] } -flume = { version = "0.11.0", features = ["async"] } -futures-util = "0.3.30" +flume = { version = "0.11.1", features = ["async"] } +futures-util = "0.3.31" hex = "0.4.3" parking_lot = "0.12.3" -reqwest = { version = "0.12.7", features = ["stream"] } -rubedo = "0.6.1" +reqwest = { version = "0.12.9", features = ["stream"] } +rubedo = "0.6.3" semver = { version = "1.0.23", features = ["serde"] } -serde = { version = "1.0.210", features = ["derive"] } -serde_json = { version = "1.0.128", features = ["preserve_order"] } +serde = { version = "1.0.215", features = ["derive"] } +serde_json = { version = "1.0.132", features = ["preserve_order"] } sha2 = "0.10.8" -tempfile = "3.12.0" +tempfile = "3.14.0" thiserror = "2.0.3" -tokio = { version = "1.40.0", features = ["fs", "io-std", "io-util", "macros", "rt-multi-thread"] } +tokio = { version = "1.41.1", features = ["fs", "io-std", "io-util", "macros", "rt-multi-thread"] } tokio-util = { version = "0.7.12", features = ["io", "io-util"] } tracing = "0.1.40" @@ -50,8 +50,8 @@ rand = "0.8.5" sham = { version = "0.2.0", features = ["reqwest", "std_process"] } smart-default = "0.7.1" test-binary = "3.0.2" -tokio = { version = "1.40.0", features = ["signal"] } -tower-http = { version = "0.5.2", features = ["trace"] } +tokio = { version = "1.41.1", features = ["signal"] } +tower-http = { version = "0.6.1", features = ["trace"] } tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } velcro = "0.5.4" wiremock = "0.6.2"