Update Cargo.lock

This commit is contained in:
Marshall Bowers
2023-10-07 10:56:21 -04:00
parent f5e5b44bc1
commit 2f6d67cad6
Generated
+21
View File
@@ -7796,6 +7796,7 @@ dependencies = [
"anyhow",
"chrono",
"clap 4.4.4",
"derive_more",
"fs",
"futures 0.3.28",
"gpui2",
@@ -7817,13 +7818,18 @@ version = "0.1.0"
dependencies = [
"anyhow",
"backtrace-on-stack-overflow",
"clap 4.4.4",
"gpui3",
"itertools 0.11.0",
"log",
"rust-embed",
"serde",
"settings",
"simplelog",
"smallvec",
"strum",
"theme",
"ui2",
"util",
]
@@ -9046,6 +9052,21 @@ dependencies = [
"theme",
]
[[package]]
name = "ui2"
version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"gpui3",
"rand 0.8.5",
"serde",
"settings",
"smallvec",
"strum",
"theme",
]
[[package]]
name = "unicase"
version = "2.7.0"