From 7a9c0127a6e8c2ac32a0f3f04da2ef3dc873550d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 09:28:20 +0000 Subject: [PATCH] chore(deps): update hyper requirement from 0.14 to 1.9 Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version. - [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.0...v1.9.0) --- updated-dependencies: - dependency-name: hyper dependency-version: 1.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- controllers/netbox/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/netbox/Cargo.toml b/controllers/netbox/Cargo.toml index 621e656..4826a08 100644 --- a/controllers/netbox/Cargo.toml +++ b/controllers/netbox/Cargo.toml @@ -47,7 +47,7 @@ tower-test = "0.4" tower = { workspace = true } # Needed for tower::Service trait in mocks # Note: tower-test 0.4 uses hyper 0.14, which has hyper::Body # We need to use hyper 0.14 for compatibility -hyper = { version = "0.14", features = ["full"] } +hyper = { version = "1.9", features = ["full"] } bytes = "1.0" # Docker container testing (for DHCP integration tests)