summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <renovate-bot@worthe-it.co.za>2023-09-15 18:31:14 +0200
committerRenovate Bot <renovate-bot@worthe-it.co.za>2023-09-15 18:31:14 +0200
commit8cda15bb063f58bdd48f189ab55c7dd977b67320 (patch)
treecf0d8591fd0738a2b5954691574f2242d5e211e3
parent2a2bb108bbaf4079b9970d1a2daf135e1828511c (diff)
Update Rust crate once_cell to 1.18.0
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a6e054a..726d8d8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -513,9 +513,9 @@ dependencies = [
[[package]]
name = "once_cell"
-version = "1.17.1"
+version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
+checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[package]]
name = "parking_lot"
diff --git a/Cargo.toml b/Cargo.toml
index eeea371..10f195a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ anyhow = "1.0.75"
assert_cmd = "2.0.12"
predicates = "2.1.5" # match the version in assert_cmd
get-port = "4.0.0"
-once_cell = "1.17.1"
+once_cell = "1.18.0"
tempfile = "3.4.0"
rexpect = "0.5.0"