From 575f075a9e23fa1e4b9c80e2491ea0b9d40bc0ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 20:15:01 +0000 Subject: [PATCH] build(deps): bump camino from 1.0.3 to 1.0.7 Bumps [camino](https://github.com/camino-rs/camino) from 1.0.3 to 1.0.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.0.3...camino-1.0.7) --- updated-dependencies: - dependency-name: camino dependency-type: direct:production update-type: version-update:semver-patch ... 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..f7d93ceaab30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -657,9 +657,9 @@ checksum = "4964518bd3b4a8190e832886cdc0da9794f12e8e6c1613a9e90ff331c4c8724b" [[package]] name = "camino" -version = "1.0.3" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fb25ad5c4211e3c7abded8f00b480e6d1608845dcf14157e9e81d5432e9ac16" +checksum = "6f3132262930b0522068049f5870a856ab8affc80c70d08b6ecb785771a6fc23" dependencies = [ "serde", ] diff --git a/devtools/x-core/Cargo.toml b/devtools/x-core/Cargo.toml index 3214d1a87388..a5131c00bac1 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.7", 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..e81c0030e6be 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.7" 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..892bf4e246c7 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.7" determinator = "0.4.0" serde = { version = "1.0.124", features = ["derive"] } serde_json = "1.0.64"