From 9b7e78c2bbff6830f9db7f44d54a4b0658d50e24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 10:36:10 +0000 Subject: [PATCH] chore(deps): bump camino from 1.1.7 to 1.1.8 Bumps [camino](https://github.com/camino-rs/camino) from 1.1.7 to 1.1.8. - [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.7...camino-1.1.8) --- updated-dependencies: - dependency-name: camino dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- axoupdater-cli/Cargo.toml | 2 +- axoupdater/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 89758af..5e1f6ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -292,9 +292,9 @@ dependencies = [ [[package]] name = "camino" -version = "1.1.7" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239" +checksum = "3054fea8a20d8ff3968d5b22cc27501d2b08dc4decdb31b184323f00c5ef23bb" dependencies = [ "serde", ] diff --git a/axoupdater-cli/Cargo.toml b/axoupdater-cli/Cargo.toml index ede7b5c..7c21465 100644 --- a/axoupdater-cli/Cargo.toml +++ b/axoupdater-cli/Cargo.toml @@ -25,7 +25,7 @@ axoasset = { version = "1.0.0", default-features = false, features = [ "compression", "compression-tar", "compression-zip", "remote" ] } axoprocess = "0.2.0" -camino = { version = "1.1.7", features = ["serde1"] } +camino = { version = "1.1.8", features = ["serde1"] } tempfile = "3.12.0" tokio = { version = "1.36.0", features = ["full"] } diff --git a/axoupdater/Cargo.toml b/axoupdater/Cargo.toml index 2f15205..fd4b2ea 100644 --- a/axoupdater/Cargo.toml +++ b/axoupdater/Cargo.toml @@ -21,7 +21,7 @@ tls_native_roots = ["axoasset/tls-native-roots"] axoasset = { version = "1.0.0", default-features = false, features = ["json-serde"] } axoprocess = "0.2.0" axotag = { version = "0.2.0" } -camino = { version = "1.1.6", features = ["serde1"] } +camino = { version = "1.1.8", features = ["serde1"] } homedir = "0.3.3" serde = "1.0.197" tempfile = "3.10.1"