diff --git a/Cargo.lock b/Cargo.lock index 2bd87e4c2..7ab1714c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -659,7 +659,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.0", "http-body-util", - "hyper 1.2.0", + "hyper 1.5.2", "hyper-util", "itoa", "matchit", @@ -4447,9 +4447,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.2.0" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "186548d73ac615b32a73aafe38fb4f56c0d340e110e5a200bcadbaf2e199263a" +checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" dependencies = [ "bytes", "futures-channel", @@ -4490,7 +4490,7 @@ checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.2.0", + "hyper 1.5.2", "hyper-util", "rustls 0.23.7", "rustls-pki-types", @@ -4507,7 +4507,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" dependencies = [ "bytes", "http-body-util", - "hyper 1.2.0", + "hyper 1.5.2", "hyper-util", "native-tls", "tokio", @@ -4517,20 +4517,19 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.3" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa" +checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" dependencies = [ "bytes", "futures-channel", "futures-util", "http 1.1.0", "http-body 1.0.0", - "hyper 1.2.0", + "hyper 1.5.2", "pin-project-lite 0.2.14", "socket2 0.5.6", "tokio", - "tower 0.4.13", "tower-service", "tracing", ] @@ -8890,9 +8889,9 @@ checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" [[package]] name = "reqwest" -version = "0.12.9" +version = "0.12.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" +checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da" dependencies = [ "base64 0.22.1", "bytes", @@ -8903,7 +8902,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.0", "http-body-util", - "hyper 1.2.0", + "hyper 1.5.2", "hyper-rustls 0.27.2", "hyper-tls", "hyper-util", @@ -8924,6 +8923,7 @@ dependencies = [ "tokio", "tokio-native-tls", "tokio-util", + "tower 0.5.2", "tower-service", "url", "wasm-bindgen", @@ -14658,7 +14658,6 @@ dependencies = [ "futures-util", "pin-project", "pin-project-lite 0.2.14", - "tokio", "tower-layer", "tower-service", "tracing", diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index c99a89ce9..427e80717 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -27,7 +27,7 @@ rand_core ={ version="0.6.4", optional=true } serde_json ={ version="1.0", optional=true } x25519-dalek ={ version="2.0.1", features=["static_secrets"], optional=true } entropy-protocol ={ version="0.3.0", path="../protocol", optional=true, default-features=false } -reqwest ={ version="0.12.9", features=["json", "stream"], optional=true } +reqwest ={ version="0.12.12", features=["json", "stream"], optional=true } base64 ={ version="0.22.0", optional=true } synedrion ={ version="0.2.0", optional=true } hex ={ version="0.4.3", optional=true } diff --git a/crates/test-cli/Cargo.toml b/crates/test-cli/Cargo.toml index e97fb4ef8..6a3696444 100644 --- a/crates/test-cli/Cargo.toml +++ b/crates/test-cli/Cargo.toml @@ -23,5 +23,5 @@ sp-runtime ={ version="32.0.0", default-features=false } entropy-shared ={ version="0.3.0", path="../shared" } serde_json ="1.0.134" serde ={ version="1.0.217", features=["derive"] } -reqwest ="0.12.9" +reqwest ="0.12.12" parity-scale-codec={ version="3.6.3", default-features=false } diff --git a/crates/threshold-signature-server/Cargo.toml b/crates/threshold-signature-server/Cargo.toml index ff8f4acf7..67805abde 100644 --- a/crates/threshold-signature-server/Cargo.toml +++ b/crates/threshold-signature-server/Cargo.toml @@ -31,7 +31,7 @@ futures="0.3" tokio ={ version="1.42", features=["macros", "fs", "rt-multi-thread", "io-util", "process", "sync"] } # HTTP -reqwest={ version="0.12.9", features=["json", "stream"] } +reqwest={ version="0.12.12", features=["json", "stream"] } axum ={ version="0.8.1", features=["ws"] } # Substrate