From 3df3037a74c6cf2f0f46ecb9532a459b124dc3a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:49:50 +0000 Subject: [PATCH] chore(deps): update clia-macaddr requirement from 0.1 to 0.2 Updates the requirements on [clia-macaddr](https://github.com/clia/clia-util) to permit the latest version. - [Commits](https://github.com/clia/clia-util/commits) --- updated-dependencies: - dependency-name: clia-macaddr dependency-version: 0.2.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..49bba65 100644 --- a/controllers/netbox/Cargo.toml +++ b/controllers/netbox/Cargo.toml @@ -36,7 +36,7 @@ netbox-client = { path = "../../crates/netbox-client", features = ["test-util"] ipnet = { workspace = true } # MAC address parsing and validation -clia-macaddr = "0.1" +clia-macaddr = "0.2" # Async trait support async-trait = "0.1"