From 30e3f9f76007d3584147a55fd908e125fa630461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 03:14:55 +0000 Subject: [PATCH] fix(deps): bump camino from 1.2.1 to 1.2.2 Bumps [camino](https://github.com/camino-rs/camino) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/camino-rs/camino/releases) - [Changelog](https://github.com/camino-rs/camino/blob/main/CHANGELOG.md) - [Commits](https://github.com/camino-rs/camino/compare/camino-1.2.1...camino-1.2.2) --- updated-dependencies: - dependency-name: camino dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b7748c60..d0c444097 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1255,9 +1255,9 @@ checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0" [[package]] name = "camino" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609" +checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48" dependencies = [ "serde_core", ] diff --git a/Cargo.toml b/Cargo.toml index 2e2e8c4ea..3db344120 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ base64 = "0.22.1" bitflags = "2.9.0" bstr = "1.12.0" bytes = "1.10.1" -camino = { version = "1.1.3", features = ["serde1"] } +camino = { version = "1.2.2", features = ["serde1"] } cfg-if = "1.0.0" chrono = { version = "0.4.41", features = ["serde"] } clap = { version = "4.5.32", features = ["deprecated", "derive", "string", "unicode", "wrap_help"] }