From 386c5ee338eb9d45d462cb452cf00cb61b61608c Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 3 Feb 2026 13:36:32 +0100 Subject: [PATCH] chore: Update `camino` to 1.2.2. --- xtask/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 0cab074f5..689977295 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -13,7 +13,7 @@ name = "xtask" test = false [dependencies] -camino = "1.0.8" +camino = "1.2.2" chrono.workspace = true clap = { workspace = true, features = ["derive"] } fs_extra = "1"