From dec9174ce3184668568f26f34274233f88117fb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 06:05:07 +0000 Subject: [PATCH] Bump camino from 1.0.0 to 1.0.3 Bumps [camino](https://github.com/withoutboats/camino) from 1.0.0 to 1.0.3. - [Release notes](https://github.com/withoutboats/camino/releases) - [Changelog](https://github.com/withoutboats/camino/blob/master/CHANGELOG.md) - [Commits](https://github.com/withoutboats/camino/compare/camino-1.0.0...camino-1.0.3) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- devtools/x-core/Cargo.toml | 2 +- devtools/x-lint/Cargo.toml | 2 +- devtools/x/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01f07fd307c8..eef17d8971ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -671,9 +671,9 @@ checksum = "4964518bd3b4a8190e832886cdc0da9794f12e8e6c1613a9e90ff331c4c8724b" [[package]] name = "camino" -version = "1.0.0" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "176c40258709f5883ce0f352f30b2065c64112843b33e3e318e1c1cc22960979" +checksum = "2fb25ad5c4211e3c7abded8f00b480e6d1608845dcf14157e9e81d5432e9ac16" dependencies = [ "serde", ] diff --git a/devtools/x-core/Cargo.toml b/devtools/x-core/Cargo.toml index f6b2e26a1f96..fc92f06a3817 100644 --- a/devtools/x-core/Cargo.toml +++ b/devtools/x-core/Cargo.toml @@ -8,7 +8,7 @@ publish = false license = "Apache-2.0" [dependencies] -camino = { version = "1.0.0", features = ["serde1"] } +camino = { version = "1.0.3", features = ["serde1"] } determinator = "0.3.0" guppy = "0.8.0" indoc = "1.0.3" diff --git a/devtools/x-lint/Cargo.toml b/devtools/x-lint/Cargo.toml index 95ff9cc3bd3a..f3a664c7c774 100644 --- a/devtools/x-lint/Cargo.toml +++ b/devtools/x-lint/Cargo.toml @@ -8,7 +8,7 @@ publish = false license = "Apache-2.0" [dependencies] -camino = "1.0.0" +camino = "1.0.3" guppy = "0.8.0" hakari = "0.2.0" once_cell = "1.7.0" diff --git a/devtools/x/Cargo.toml b/devtools/x/Cargo.toml index f01d0768c7cc..cecabb217fa9 100644 --- a/devtools/x/Cargo.toml +++ b/devtools/x/Cargo.toml @@ -8,7 +8,7 @@ publish = false license = "Apache-2.0" [dependencies] -camino = "1.0.0" +camino = "1.0.3" determinator = "0.3.0" serde = { version = "1.0.123", features = ["derive"] } serde_json = "1.0.62"