diff options
| -rw-r--r-- | talpid-tunnel-config-client/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/talpid-tunnel-config-client/Cargo.toml b/talpid-tunnel-config-client/Cargo.toml index 42b8d777b0..a7290c3613 100644 --- a/talpid-tunnel-config-client/Cargo.toml +++ b/talpid-tunnel-config-client/Cargo.toml @@ -12,6 +12,7 @@ workspace = true [dependencies] log = { workspace = true } +# Upgrading to rand 0.9 is blocked on ml-kem dropping their dependency on rand_core 0.6 (as of ml-kem 0.21) rand = "0.8" talpid-types = { path = "../talpid-types" } tonic = { workspace = true } |
