From e7a62ed8916f18e467dc281eea94f9c9c19e1676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:09:23 +0000 Subject: [PATCH] build(deps): Bump hyper from 0.14.28 to 0.14.29 Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.28 to 0.14.29. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.29/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.28...v0.14.29) --- 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 35afb390..25d3c8ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1391,9 +1391,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "hyper" -version = "0.14.28" +version = "0.14.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" +checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 72fcd7b6..2f25793b 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.28", default-features = false } +hyper = { version = "0.14.29", 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 }