From 35c04adac70efedb120e06f4b878ee49569f8419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:31:54 +0000 Subject: [PATCH] Bump camino from 1.1.4 to 1.1.6 Bumps [camino](https://github.com/camino-rs/camino) from 1.1.4 to 1.1.6. - [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.4...camino-1.1.6) --- updated-dependencies: - dependency-name: camino dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- dozer-log/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c7532b788e..b6e5df38db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1606,9 +1606,9 @@ dependencies = [ [[package]] name = "camino" -version = "1.1.4" +version = "1.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2" +checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" [[package]] name = "cast" diff --git a/dozer-log/Cargo.toml b/dozer-log/Cargo.toml index 0e1aa5375a..50c0bda775 100644 --- a/dozer-log/Cargo.toml +++ b/dozer-log/Cargo.toml @@ -11,7 +11,7 @@ aws-config = "0.56.1" aws-sdk-s3 = "0.31.2" aws-smithy-http = "0.56.1" aws-smithy-types = "0.56.1" -camino = "1.1.4" +camino = "1.1.6" dozer-types = { path = "../dozer-types" } dyn-clone = "1.0.14" futures-util = "0.3.28"