From ee9934ca3ef4844ce62375910bb8ebe0c2341966 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 20:52:48 +0000 Subject: [PATCH] build(deps): bump camino from 1.1.6 to 1.1.7 Bumps [camino](https://github.com/camino-rs/camino) from 1.1.6 to 1.1.7. - [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.6...camino-1.1.7) --- 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 869537e2..214b61f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "camino" -version = "1.1.6" +version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" +checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239" [[package]] name = "cap-async-std" diff --git a/Cargo.toml b/Cargo.toml index e5d83177..aad7c10e 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.6", default-features = false } +camino = { version = "1.1.7", default-features = false } cap-async-std = { version = "0.26.1", default-features = true, features = ["fs_utf8"] } clap = { version = "4.5.4", default-features = false, features = ["derive", "error-context", "help", "std", "usage", "wrap_help"] } confargs = { version = "0.1.3", default-features = false }