diff --git a/Cargo.lock b/Cargo.lock index e121b146..cfb99d36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -934,9 +934,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "http" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" dependencies = [ "bytes", "fnv", diff --git a/engineio/Cargo.toml b/engineio/Cargo.toml index b38c5a6c..6c9f72b8 100644 --- a/engineio/Cargo.toml +++ b/engineio/Cargo.toml @@ -20,7 +20,7 @@ reqwest = { version = "0.12.4", features = ["blocking", "native-tls", "stream"] adler32 = "1.2.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -http = "1.1.0" +http = "1.2.0" tokio-tungstenite = { version = "0.21.0", features = ["native-tls"] } tungstenite = "0.21.0" tokio = "1.40.0"