summaryrefslogtreecommitdiff
path: root/Cargo.toml
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 /Cargo.toml
parent2a2bb108bbaf4079b9970d1a2daf135e1828511c (diff)
Update Rust crate once_cell to 1.18.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"