From be522a9f07d658d1749cd87e7159f0a06286636c Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 04:55:12 +0000 Subject: [PATCH] Update Rust crate camino to 1.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 315fcf2..4c66e3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ clap = { version = "4.5.49", features = ["color", "derive"] } tabwriter = { version = "1", features = ["ansi_formatting"] } colored = "3" rand = "0.8" -camino = { version = "1.2.0", features = ["serde1"] } +camino = { version = "1.2.1", features = ["serde1"] } reqwest = { version = "0.12.24", default-features = false } oxnet = { version = "0.1.3", default-features = false } indicatif = "0.18.0"