diff --git a/Cargo.lock b/Cargo.lock index 80a11b0..2b1882f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3682,7 +3682,6 @@ dependencies = [ "dashmap", "futures", "lazy_static", - "rand", "sled", "tokio", "uuid", diff --git a/crates/relay-server/Cargo.toml b/crates/relay-server/Cargo.toml index d710220..1dda50e 100644 --- a/crates/relay-server/Cargo.toml +++ b/crates/relay-server/Cargo.toml @@ -20,4 +20,3 @@ futures = "0.3.30" dashmap = "5.5.3" anyhow = "1.0.79" sled = "0.34.7" -rand = "0.8.5"