From 7970a34bf0819c65119ea1270fe81cec4c4a4d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 03:23:06 +0000 Subject: [PATCH] chore(deps): bump camino from 1.1.8 to 1.1.9 Bumps [camino](https://github.com/camino-rs/camino) from 1.1.8 to 1.1.9. - [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.1.8...camino-1.1.9) --- updated-dependencies: - dependency-name: camino 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 9acf70a..686abe9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -257,9 +257,9 @@ dependencies = [ [[package]] name = "camino" -version = "1.1.8" +version = "1.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3054fea8a20d8ff3968d5b22cc27501d2b08dc4decdb31b184323f00c5ef23bb" +checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" [[package]] name = "castaway" diff --git a/Cargo.toml b/Cargo.toml index 05e8ae5..cb0086d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ cached = { version = "0.53.1", features = [ "disk_store", "ahash", ], default-features = false } -camino = "1.1.8" +camino = "1.1.9" cfg-if = "1.0.0" clap = { version = "4.5.16", features = ["derive"] } clap_complete = "4.5.18"