From 3a8b60ea386c2c154b786cabc1fd6df8b698fd92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 21:07:30 +0000 Subject: [PATCH] build(deps): bump camino from 1.0.3 to 1.1.1 Bumps [camino](https://github.com/camino-rs/camino) from 1.0.3 to 1.1.1. - [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.1.1) --- updated-dependencies: - dependency-name: camino dependency-type: direct:production update-type: version-update:semver-minor ... 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..5a7b484dcadc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -657,9 +657,9 @@ checksum = "4964518bd3b4a8190e832886cdc0da9794f12e8e6c1613a9e90ff331c4c8724b" [[package]] name = "camino" -version = "1.0.3" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fb25ad5c4211e3c7abded8f00b480e6d1608845dcf14157e9e81d5432e9ac16" +checksum = "88ad0e1e3e88dd237a156ab9f571021b8a158caa0ae44b1968a241efb5144c1e" dependencies = [ "serde", ] diff --git a/devtools/x-core/Cargo.toml b/devtools/x-core/Cargo.toml index 3214d1a87388..6930bae7b740 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.1.1", 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..f49320c74616 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.1.1" 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..e4baeb19cafd 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.1.1" determinator = "0.4.0" serde = { version = "1.0.124", features = ["derive"] } serde_json = "1.0.64"