diff --git a/Cargo.lock b/Cargo.lock index e121b14..e975e3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -934,9 +934,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "http" -version = "1.1.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" dependencies = [ "bytes", "fnv", diff --git a/engineio/Cargo.toml b/engineio/Cargo.toml index b38c5a6..8c9ec1a 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.3.1" tokio-tungstenite = { version = "0.21.0", features = ["native-tls"] } tungstenite = "0.21.0" tokio = "1.40.0"