From 1f6a16ede4e2b204f2838223b09f38ca61812c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 10:58:58 +0000 Subject: [PATCH] chore(deps): update bollard requirement from 0.19 to 0.20 Updates the requirements on [bollard](https://github.com/fussybeaver/bollard) to permit the latest version. - [Release notes](https://github.com/fussybeaver/bollard/releases) - [Changelog](https://github.com/fussybeaver/bollard/blob/master/RELEASE.md) - [Commits](https://github.com/fussybeaver/bollard/compare/v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: bollard dependency-version: 0.20.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..b4809e7 100644 --- a/controllers/netbox/Cargo.toml +++ b/controllers/netbox/Cargo.toml @@ -51,7 +51,7 @@ hyper = { version = "0.14", features = ["full"] } bytes = "1.0" # Docker container testing (for DHCP integration tests) -bollard = { version = "0.19", features = ["ssl", "chrono"] } +bollard = { version = "0.20", features = ["ssl", "chrono"] } futures-util = "0.3" reqwest = { version = "0.11", features = ["json"], default-features = false } uuid = { version = "1.0", features = ["v4"] }