From 6953af62ca6251943b650d987fe325bc2f7e71df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 19:28:55 +0000 Subject: [PATCH] build(deps): Bump hyper from 0.14.30 to 0.14.31 Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.30 to 0.14.31. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.31/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.30...v0.14.31) --- 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 7373ac6f..64e96c16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1383,9 +1383,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "hyper" -version = "0.14.30" +version = "0.14.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9" +checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 37e3e9f0..6adb1dcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ futures-rustls = { version = "0.25.1", default-features = false } headers = { version = "0.3.9", default-features = false } http = { version = "0.2.12", default-features = false } http-types = { version = "2.12.0", default-features = false } -hyper = { version = "0.14.30", default-features = false } +hyper = { version = "0.14.31", default-features = false } jsonwebtoken = { version = "9.3.0", default-features = false } mediatype = { version = "0.19.18", default-features = false } mime = { version = "0.3.17", default-features = false }