Remove unused rand dependency (#126)

This commit is contained in:
tottoto
2023-05-19 03:33:29 +09:00
committed by GitHub
parent fe55e5f5eb
commit 455603c1a2
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -606,7 +606,6 @@ dependencies = [
"opentelemetry",
"opentelemetry-aws",
"opentelemetry-otlp",
"rand",
"tokio",
"tokio-stream",
"tracing",

View File

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