mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-04 22:10:39 +00:00
cargo hakari generate
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -4538,6 +4538,7 @@ dependencies = [
|
||||
"futures-util",
|
||||
"hashbrown",
|
||||
"indexmap",
|
||||
"itertools",
|
||||
"libc",
|
||||
"log",
|
||||
"memchr",
|
||||
|
||||
@@ -25,6 +25,7 @@ futures-task = { version = "0.3", default-features = false, features = ["alloc",
|
||||
futures-util = { version = "0.3", features = ["alloc", "async-await", "async-await-macro", "channel", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "sink", "slab", "std"] }
|
||||
hashbrown = { version = "0.12", features = ["ahash", "inline-more", "raw"] }
|
||||
indexmap = { version = "1", default-features = false, features = ["std"] }
|
||||
itertools = { version = "0.10", features = ["use_alloc", "use_std"] }
|
||||
libc = { version = "0.2", features = ["extra_traits", "std"] }
|
||||
log = { version = "0.4", default-features = false, features = ["serde", "std"] }
|
||||
memchr = { version = "2", features = ["std"] }
|
||||
@@ -53,6 +54,7 @@ bytes = { version = "1", features = ["serde", "std"] }
|
||||
either = { version = "1", features = ["use_std"] }
|
||||
hashbrown = { version = "0.12", features = ["ahash", "inline-more", "raw"] }
|
||||
indexmap = { version = "1", default-features = false, features = ["std"] }
|
||||
itertools = { version = "0.10", features = ["use_alloc", "use_std"] }
|
||||
libc = { version = "0.2", features = ["extra_traits", "std"] }
|
||||
log = { version = "0.4", default-features = false, features = ["serde", "std"] }
|
||||
memchr = { version = "2", features = ["std"] }
|
||||
|
||||
Reference in New Issue
Block a user