summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoropenshift-merge-bot[bot] <148852131+openshift-merge-bot[bot]@users.noreply.github.com>2024-09-30 12:24:30 +0000
committerGitHub <noreply@github.com>2024-09-30 12:24:30 +0000
commitf8c92f10329aa29af8a3308d0c047ff781d2454a (patch)
tree7af241a3d56ff1f0f5e84d0ab1a17adf3761b1da
parentd0e0244a0528d2e87be2b9c8d2f7655ed08ace80 (diff)
parent6433c1c9c94c95eda3c0aaf18c147d060c61b4db (diff)
Merge pull request #1084 from containers/renovate/once_cell-1.x
chore(deps): update rust crate once_cell to 1.20.1
-rw-r--r--Cargo.lock13
-rw-r--r--Cargo.toml2
2 files changed, 12 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8c2e348..69e8b94 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1581,9 +1581,12 @@ dependencies = [
[[package]]
name = "once_cell"
-version = "1.19.0"
+version = "1.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
+checksum = "82881c4be219ab5faaf2ad5e5e5ecdff8c66bd7402ca3160975c93b24961afd1"
+dependencies = [
+ "portable-atomic",
+]
[[package]]
name = "ordered-float"
@@ -1707,6 +1710,12 @@ dependencies = [
]
[[package]]
+name = "portable-atomic"
+version = "1.9.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2"
+
+[[package]]
name = "ppv-lite86"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
index f665b1b..64fde66 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -68,6 +68,6 @@ chrono = { version = "0.4.38", default-features = false, features = ["clock"] }
tonic-build = "0.11"
[dev-dependencies]
-once_cell = "1.19.0"
+once_cell = "1.20.1"
rand = "0.8.5"
tempfile = "3.12.0"