From 35770117da78427420da0746dc46a8f9c8a28b87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 03:21:37 +0000 Subject: [PATCH] Bump h2 from 0.4.3 to 0.4.4 Bumps [h2](https://github.com/hyperium/h2) from 0.4.3 to 0.4.4. - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/h2/compare/v0.4.3...v0.4.4) --- updated-dependencies: - dependency-name: h2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- clash_lib/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce7d0a4eb..729389116 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1100,7 +1100,7 @@ dependencies = [ "filetime", "foreign-types-shared", "futures", - "h2 0.4.3", + "h2 0.4.4", "hickory-client", "hickory-proto", "hickory-resolver", @@ -2333,9 +2333,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51ee2dd2e4f378392eeff5d51618cd9a63166a2513846bbc55f21cfacd9199d4" +checksum = "816ec7294445779408f36fe57bc5b7fc1cf59664059096c65f905c1c61f58069" dependencies = [ "bytes", "fnv", diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index 1c3f26656..f70ee304c 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -27,7 +27,7 @@ lru_time_cache = "0.11" hyper = { version = "0.14.28", features = ["http1","http2","client", "server", "tcp"] } http = { version = "1.1" } httparse = "1.8.0" -h2 = "0.4.3" +h2 = "0.4.4" prost = "0.12" tower = { version = "0.4", features = ["util"] } libc = "0.2"