Clean up dependencies.

This commit is contained in:
Elizabeth Murray
2025-05-28 08:51:01 -07:00
parent 1634af6d10
commit f0982f9a0a
2 changed files with 1 additions and 3 deletions

1
Cargo.lock generated
View File

@@ -4440,7 +4440,6 @@ dependencies = [
"futures",
"http 1.1.0",
"pageserver_page_api",
"rand 0.8.5",
"thiserror 1.0.69",
"tokio",
"tokio-util",

View File

@@ -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"] }