summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2023-12-09 19:04:17 +0100
committerSebastian Thiel <sebastian.thiel@icloud.com>2023-12-09 19:04:17 +0100
commitba2efe48f327c92c021879cded7651d83cf99cec (patch)
treeacade3e452f79e99ad6701e89cf03fedea1567c4 /Cargo.lock
parent606d60fa96654e030d1f82331c54f3dfa45e06b3 (diff)
parent3241022a730dab89f13cbefbefdb583fd6a00994 (diff)
Merge branch 'total_item_count'
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e095d87..bea4dd7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -281,6 +281,7 @@ dependencies = [
"itertools",
"jwalk",
"num_cpus",
+ "once_cell",
"open",
"owo-colors",
"petgraph",
@@ -513,9 +514,9 @@ dependencies = [
[[package]]
name = "once_cell"
-version = "1.18.0"
+version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
+checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
name = "open"