diff --git a/Cargo.lock b/Cargo.lock index c0ce64b63..23e2c9c48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5387,7 +5387,6 @@ dependencies = [ "metrics-exporter-prometheus", "nom", "nonempty", - "num-traits", "once_cell", "opentelemetry", "opentelemetry-otlp", diff --git a/Cargo.toml b/Cargo.toml index a8f26aa13..325dc975e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,6 @@ tracing-subscriber = { version = "=0.3.18", features = ["env-filter", "json"] } # storage sqlx = { version = "=0.7.4", features = ["runtime-tokio", "postgres", "bigdecimal", "time"] } -num-traits = "=0.2.18" rocksdb = { version = "=0.22.0", features = ["multi-threaded-cf"], optional = true } raft = { version = "=0.7.0", optional = true } slog = "=2.7.0"