mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-25 17:10:38 +00:00
Clean up dependencies.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -4440,7 +4440,6 @@ dependencies = [
|
||||
"futures",
|
||||
"http 1.1.0",
|
||||
"pageserver_page_api",
|
||||
"rand 0.8.5",
|
||||
"thiserror 1.0.69",
|
||||
"tokio",
|
||||
"tokio-util",
|
||||
|
||||
@@ -12,6 +12,5 @@ tonic.workspace = true
|
||||
tracing.workspace = true
|
||||
pageserver_page_api.workspace = true
|
||||
utils.workspace = true
|
||||
tokio = { version = "1.43.1", features = ["full", "macros", "net", "io-util", "rt", "rt-multi-thread"] }
|
||||
rand = "0.8"
|
||||
tokio.workspace = true
|
||||
tokio-util = { version = "0.7", features = ["compat"] }
|
||||
|
||||
Reference in New Issue
Block a user