From e7890642898e99b3bf67ac1962c5c9836586150d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 14:06:18 +1000 Subject: [PATCH] Bump once_cell from 1.17.1 to 1.17.2 (#1106) Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.1 to 1.17.2. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.17.1...v1.17.2) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/bin/Cargo.toml | 2 +- crates/binstalk-types/Cargo.toml | 2 +- crates/binstalk/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 818a24ba..31d96264 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1478,9 +1478,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.1" +version = "1.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" +checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b" [[package]] name = "openssl" diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index f84f02ba..aaab3817 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -33,7 +33,7 @@ gh-token = "0.1.2" log = { version = "0.4.18", features = ["std"] } miette = "5.9.0" mimalloc = { version = "0.1.37", default-features = false, optional = true } -once_cell = "1.17.1" +once_cell = "1.17.2" semver = "1.0.17" strum = "0.24.1" strum_macros = "0.24.3" diff --git a/crates/binstalk-types/Cargo.toml b/crates/binstalk-types/Cargo.toml index 2af8511c..5a19bc9e 100644 --- a/crates/binstalk-types/Cargo.toml +++ b/crates/binstalk-types/Cargo.toml @@ -12,7 +12,7 @@ license = "Apache-2.0 OR MIT" [dependencies] compact_str = { version = "0.7.0", features = ["serde"] } maybe-owned = { version = "0.3.4", features = ["serde"] } -once_cell = "1.17.1" +once_cell = "1.17.2" semver = { version = "1.0.17", features = ["serde"] } serde = { version = "1.0.163", features = ["derive"] } strum = "0.24.1" diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index e7bec03f..c3fce8b6 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -26,7 +26,7 @@ leon-macros = { version = "1.0.0", path = "../leon-macros" } maybe-owned = "0.3.4" miette = "5.9.0" normalize-path = { version = "0.2.0", path = "../normalize-path" } -once_cell = "1.17.1" +once_cell = "1.17.2" semver = { version = "1.0.17", features = ["serde"] } serde = { version = "1.0.163", features = ["derive"] } strum = "0.24.1"