From 360913f5d4f74d4f1f60a12828e0673f473e6191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 01:11:19 +0000 Subject: [PATCH] Bump http from 1.0.0 to 1.1.0 Bumps [http](https://github.com/hyperium/http) from 1.0.0 to 1.1.0. - [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.0.0...v1.1.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0884f90..f272e7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -451,9 +451,9 @@ dependencies = [ [[package]] name = "http" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea" +checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" dependencies = [ "bytes", "fnv", diff --git a/Cargo.toml b/Cargo.toml index 06faedc..e38e3d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,6 +36,6 @@ serde = { version = "1.0.190", features = ["derive"] } serde_json = "1.0.107" tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] } hyper = "1.0.1" -http = "1.0.0" +http = "1.1.0" http-body-util = "0.1.0" typed-session = { workspace = true, features = ["memory-store"] }