From 872a44f396caf18d6e89229213f27b28d2444318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:19:25 +0000 Subject: [PATCH] deps(deps): bump hyper-util from 0.1.19 to 0.1.20 Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.19 to 0.1.20. - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper-util/compare/v0.1.19...v0.1.20) --- updated-dependencies: - dependency-name: hyper-util dependency-version: 0.1.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 ++++----- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) mode change 100755 => 100644 Cargo.lock mode change 100755 => 100644 Cargo.toml diff --git a/Cargo.lock b/Cargo.lock old mode 100755 new mode 100644 index 5366fe04..e8a678cc --- a/Cargo.lock +++ b/Cargo.lock @@ -3568,14 +3568,13 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.19" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" +checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" dependencies = [ "base64 0.22.1", "bytes", "futures-channel", - "futures-core", "futures-util", "http", "http-body", @@ -7774,9 +7773,9 @@ dependencies = [ [[package]] name = "system-configuration" -version = "0.6.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" +checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" dependencies = [ "bitflags 2.9.4", "core-foundation", diff --git a/Cargo.toml b/Cargo.toml old mode 100755 new mode 100644 index 52109c6c..91c0650f --- a/Cargo.toml +++ b/Cargo.toml @@ -154,7 +154,7 @@ tokio-util = "0.7" async-trait = "0.1" lru = "0.16.1" hyper = { version = "1.8.1", features = ["server", "http1", "http2"] } -hyper-util = { version = "0.1.19", features = ["tokio", "server", "server-auto"] } +hyper-util = { version = "0.1.20", features = ["tokio", "server", "server-auto"] } # GraphQL API async-graphql = { version = "7.0", features = ["chrono", "uuid"] }