summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJustin Wernick <worthe-it@noreply.codeberg.org>2023-09-15 16:34:04 +0000
committerJustin Wernick <worthe-it@noreply.codeberg.org>2023-09-15 16:34:04 +0000
commit69efc01c9d956478f89fdffa0d62aefde06534f3 (patch)
treecf0d8591fd0738a2b5954691574f2242d5e211e3 /Cargo.lock
parent2a2bb108bbaf4079b9970d1a2daf135e1828511c (diff)
parent8cda15bb063f58bdd48f189ab55c7dd977b67320 (diff)
Merge pull request 'Update Rust crate once_cell to 1.18.0' (#19) from renovate/once_cell-1.x into main
Reviewed-on: https://codeberg.org/worthe-it/shackle-shell/pulls/19
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 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"