From 12557dcf163cf5ff926ee13f376d42937cbf345f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 23:58:11 +0000 Subject: [PATCH] Bump camino from 1.0.0 to 1.0.4 Bumps [camino](https://github.com/withoutboats/camino) from 1.0.0 to 1.0.4. - [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.4) 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 6ccabcd8ab8d..6f6d79317d31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -657,9 +657,9 @@ checksum = "4964518bd3b4a8190e832886cdc0da9794f12e8e6c1613a9e90ff331c4c8724b" [[package]] name = "camino" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fb25ad5c4211e3c7abded8f00b480e6d1608845dcf14157e9e81d5432e9ac16" +checksum = "d4648c6d00a709aa069a236adcaae4f605a6241c72bf5bee79331a4b625921a9" dependencies = [ "serde", ] diff --git a/devtools/x-core/Cargo.toml b/devtools/x-core/Cargo.toml index 3214d1a87388..6b6b067c0d18 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.3", features = ["serde1"] } +camino = { version = "1.0.4", features = ["serde1"] } determinator = "0.4.0" guppy = "0.9.0" indoc = "1.0.3" diff --git a/devtools/x-lint/Cargo.toml b/devtools/x-lint/Cargo.toml index 8493e010da5d..17db2f0ee4ec 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.3" +camino = "1.0.4" guppy = "0.9.0" hakari = "0.3.0" once_cell = "1.7.2" diff --git a/devtools/x/Cargo.toml b/devtools/x/Cargo.toml index c3364459e611..eb04835e45e6 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.3" +camino = "1.0.4" determinator = "0.4.0" serde = { version = "1.0.124", features = ["derive"] } serde_json = "1.0.64"