mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-29 05:54:21 +01:00
add parking_lot to simulator
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -2196,6 +2196,7 @@ dependencies = [
|
||||
"json5",
|
||||
"log",
|
||||
"notify",
|
||||
"parking_lot",
|
||||
"rand 0.9.2",
|
||||
"rand_chacha 0.9.0",
|
||||
"regex",
|
||||
|
||||
@@ -69,6 +69,7 @@ rand = "0.9.2"
|
||||
tracing = "0.1.41"
|
||||
schemars = "1.0.4"
|
||||
garde = "0.22"
|
||||
parking_lot = "0.12.4"
|
||||
|
||||
[profile.release]
|
||||
debug = "line-tables-only"
|
||||
|
||||
@@ -61,7 +61,7 @@ libm = "0.2"
|
||||
turso_macros = { workspace = true }
|
||||
miette = "7.6.0"
|
||||
strum = { workspace = true }
|
||||
parking_lot = "0.12.3"
|
||||
parking_lot = { workspace = true }
|
||||
crossbeam-skiplist = "0.1.3"
|
||||
tracing = "0.1.41"
|
||||
ryu = "1.0.19"
|
||||
|
||||
@@ -42,3 +42,4 @@ schemars = { workspace = true }
|
||||
garde = { workspace = true, features = ["derive", "serde"] }
|
||||
json5 = { version = "0.4.1" }
|
||||
strum = { workspace = true }
|
||||
parking_lot = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user