mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-20 14:40:37 +00:00
run cargo hakari generate
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -5425,6 +5425,7 @@ dependencies = [
|
||||
"num-bigint",
|
||||
"num-integer",
|
||||
"num-traits",
|
||||
"parking_lot",
|
||||
"prost",
|
||||
"rand",
|
||||
"regex",
|
||||
|
||||
@@ -36,6 +36,7 @@ nom = { version = "7" }
|
||||
num-bigint = { version = "0.4" }
|
||||
num-integer = { version = "0.1", features = ["i128"] }
|
||||
num-traits = { version = "0.2", features = ["i128"] }
|
||||
parking_lot = { version = "0.12", features = ["send_guard"] }
|
||||
prost = { version = "0.11" }
|
||||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
regex = { version = "1" }
|
||||
|
||||
Reference in New Issue
Block a user