From ee722ffd06afb1bc7e0e9bf3ed6b164e7298e23c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 09:44:22 +0000 Subject: [PATCH 1/2] build(deps): bump hyper from 0.14.31 to 0.14.32 Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.31 to 0.14.32. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.32/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.31...v0.14.32) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... 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 b68e5bf9a0f345..aadd8ee629a753 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2892,9 +2892,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.31" +version = "0.14.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85" +checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 0f33cb5a75b2ec..3bc27f3c48136d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -331,7 +331,7 @@ histogram = "0.6.9" hmac = "0.12.1" http = "0.2.12" humantime = "2.0.1" -hyper = "0.14.31" +hyper = "0.14.32" hyper-proxy = "0.9.1" im = "15.1.0" index_list = "0.2.15" From 938403f888d9c9d46bf491fe992a673ad00bb2bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 09:44:57 +0000 Subject: [PATCH 2/2] Update all Cargo files --- programs/sbf/Cargo.lock | 4 ++-- svm/examples/Cargo.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index f133980765273f..e2d28f2ee6f131 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -2232,9 +2232,9 @@ checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a" [[package]] name = "hyper" -version = "0.14.31" +version = "0.14.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85" +checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" dependencies = [ "bytes", "futures-channel", diff --git a/svm/examples/Cargo.lock b/svm/examples/Cargo.lock index 35404e8d55abb4..634b868cbce063 100644 --- a/svm/examples/Cargo.lock +++ b/svm/examples/Cargo.lock @@ -2132,9 +2132,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.31" +version = "0.14.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85" +checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" dependencies = [ "bytes", "futures-channel",