From 1b3ba5b47d1a88bdf6e4a01b4de970213c032e6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:49:14 +0000 Subject: [PATCH] chore(deps): update reqwest requirement from 0.11 to 0.12 Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/commits/v0.12.28) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.28 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..1bb33d5 100644 --- a/controllers/netbox/Cargo.toml +++ b/controllers/netbox/Cargo.toml @@ -53,7 +53,7 @@ bytes = "1.0" # Docker container testing (for DHCP integration tests) bollard = { version = "0.19", features = ["ssl", "chrono"] } futures-util = "0.3" -reqwest = { version = "0.11", features = ["json"], default-features = false } +reqwest = { version = "0.12", features = ["json"], default-features = false } uuid = { version = "1.0", features = ["v4"] } # HTTP mocking for Kea API tests