From e540f1eaa51313cc6d0bcda73cd8c13a96fa7e45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:53:50 +0000 Subject: [PATCH] Bump once_cell from 1.20.0 to 1.20.1 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.20.0 to 1.20.1. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.20.0...v1.20.1) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 +++++++++++-- bazelfe-bazel-wrapper/Cargo.toml | 2 +- bazelfe-core/Cargo.toml | 2 +- bzl-remote-core/Cargo.toml | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e7a100c..f2c26719 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2205,9 +2205,12 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.0" +version = "1.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33ea5043e58958ee56f3e15a90aee535795cd7dfd319846288d93c5b57d85cbe" +checksum = "82881c4be219ab5faaf2ad5e5e5ecdff8c66bd7402ca3160975c93b24961afd1" +dependencies = [ + "portable-atomic", +] [[package]] name = "openssl" @@ -2418,6 +2421,12 @@ version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" +[[package]] +name = "portable-atomic" +version = "1.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" + [[package]] name = "powerfmt" version = "0.2.0" diff --git a/bazelfe-bazel-wrapper/Cargo.toml b/bazelfe-bazel-wrapper/Cargo.toml index 3abe87fd..992aad46 100644 --- a/bazelfe-bazel-wrapper/Cargo.toml +++ b/bazelfe-bazel-wrapper/Cargo.toml @@ -68,7 +68,7 @@ features = ["tls"] version = "0.10.2" [dev-dependencies] -once_cell = "1.20.0" +once_cell = "1.20.1" pinky-swear = "6.2.0" tower = "0.4.13" tempfile = "3.13.0" diff --git a/bazelfe-core/Cargo.toml b/bazelfe-core/Cargo.toml index 584d57cf..9b9e240b 100644 --- a/bazelfe-core/Cargo.toml +++ b/bazelfe-core/Cargo.toml @@ -121,7 +121,7 @@ features = ["tls"] version = "0.10.2" [dev-dependencies] -once_cell = "1.20.0" +once_cell = "1.20.1" pinky-swear = "6.2.0" tower = "0.4.13" tempfile = "3.13.0" diff --git a/bzl-remote-core/Cargo.toml b/bzl-remote-core/Cargo.toml index fdf0801e..8d7cdb4b 100644 --- a/bzl-remote-core/Cargo.toml +++ b/bzl-remote-core/Cargo.toml @@ -87,7 +87,7 @@ features = ["tls"] version = "0.10.2" [dev-dependencies] -once_cell = "1.20.0" +once_cell = "1.20.1" pinky-swear = "6.2.0" tower = "0.4.13" tempfile = "3.13.0"