diff --git a/Cargo.lock b/Cargo.lock index 06f9e3d..a9cc09a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -606,7 +606,6 @@ dependencies = [ "opentelemetry", "opentelemetry-aws", "opentelemetry-otlp", - "rand", "tokio", "tokio-stream", "tracing", diff --git a/Cargo.toml b/Cargo.toml index 2fe6c44..e4da09e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,6 @@ path = "src/bin/server.rs" async-stream = "0.3.0" atoi = "2.0.0" bytes = "1" -rand = "0.8.5" clap = { version = "4.2.7", features = ["derive"] } tokio = { version = "1", features = ["full"] } tokio-stream = "0.1"