From 2ba469dad64e6eb42b2f13684db4b3634157507c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:25:54 +0000 Subject: [PATCH] build(deps): Bump hyper from 0.14.29 to 0.14.30 Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.29 to 0.14.30. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.30/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.29...v0.14.30) --- 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 f0f47d21..764e0b44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1391,9 +1391,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "hyper" -version = "0.14.29" +version = "0.14.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33" +checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 5b105adf..29bd67c1 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.29", default-features = false } +hyper = { version = "0.14.30", 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 }