From 1918f13087d016f308f3154bb413307b19c68b14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 12:51:32 +0000 Subject: [PATCH] build(deps): bump http from 1.1.0 to 1.3.1 Bumps [http](https://github.com/hyperium/http) from 1.1.0 to 1.3.1. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v1.1.0...v1.3.1) --- updated-dependencies: - dependency-name: http dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- engineio/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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"