From 983e1997ec089cfe05b78cfebfd9df8c67d17114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 08:11:24 +0000 Subject: [PATCH] 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 b72369f..b3bb480 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -219,9 +219,9 @@ dependencies = [ [[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" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 52d5a87..29c5d0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ needletail = "0.5.1" async_zip={version="0.0.17", features=["full"]} simple-error = "0.3.0" anyhow = "1.0.83" -camino = "1.1.6" +camino = "1.1.7" csv = "1.3.0" reqwest = { version = "0.12.4", features = ["json", "stream"] } tokio = { version = "1.37.0", features = ["full"] }