From d4e12bdf4b561fd4a44e1549a6ca0801632246f8 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 04:15:29 +0000 Subject: [PATCH] Update Rust crate camino to 1.2.5 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee5091d..03983fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -207,9 +207,9 @@ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "camino" -version = "1.2.3" +version = "1.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4ce8d3bd5823c7504d3f579f13e7b2f3da252fcb938c594d5680ee508bf846f" +checksum = "bb1307f12aa967b5a58416e87b3653360e0fd614a016b6e970db08fecbb1b80d" dependencies = [ "serde_core", ] diff --git a/Cargo.toml b/Cargo.toml index 8654d4a..a3bc7a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ octocrab = "0.53" libnet = { git = "https://github.com/oxidecomputer/netadm-sys", branch = "main" } p4rs = { git = "https://github.com/oxidecomputer/p4", branch = "main" } sha256 = "1.6.0" -camino = "1.2.3" +camino = "1.2.5" thiserror = "2.0.18" flate2 = "1.1" tar = "0.4"