From dfce8e20b3cd3a45e20f0c0a86ccb7d766ffe471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 19:27:44 +0000 Subject: [PATCH] Bump hyper from 0.14.30 to 1.4.1 Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.30 to 1.4.1. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.30...v1.4.1) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-major ... 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 b4a51a854..14a5c1057 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -889,7 +889,7 @@ dependencies = [ "diesel_migrations", "dropshot", "http 0.2.12", - "hyper 0.14.30", + "hyper 1.4.1", "jsonwebtoken", "libsqlite3-sys", "mail-send", @@ -4220,7 +4220,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 816b51bc0..93be222b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ clap = { version = "4.5", features = ["derive"] } derive_more = { version = "1.0", features = ["display"] } diesel = "2.2" http = "0.2" -hyper = "0.14" +hyper = "1.4" jsonwebtoken = "9.3" literally = "0.1" octocrab = "0.39"