From 61e05cae1811f1482150fcbe019b687a25b8ddb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 19:47:15 +0000 Subject: [PATCH] build(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 3bc75502..bf7091e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[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 = "cap-async-std" diff --git a/Cargo.toml b/Cargo.toml index 672eac23..f65b39ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ async-h1 = { version = "2.3.4", default-features = false } async-std = { version = "1.12.0", default-features = false } axum = { version = "0.5.17", default-features = false } base64 = { version = "0.22.1", default-features = false } -camino = { version = "1.1.8", default-features = false } +camino = { version = "1.1.9", default-features = false } cap-async-std = { version = "0.26.1", default-features = true, features = ["fs_utf8"] } clap = { version = "4.5.16", default-features = false, features = ["derive", "error-context", "help", "std", "usage", "wrap_help"] } confargs = { version = "0.1.3", default-features = false }