diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 31 |
1 files changed, 0 insertions, 31 deletions
@@ -993,7 +993,6 @@ dependencies = [ "hurrycurry-client-lib", "hurrycurry-protocol", "log", - "rand 0.9.2", "rustls", ] @@ -1117,7 +1116,6 @@ dependencies = [ "futures-util", "hurrycurry-protocol", "log", - "rand 0.9.2", "rustls", "serde", "serde_json", @@ -1144,8 +1142,6 @@ dependencies = [ "log", "mdns-sd", "pollster", - "rand 0.9.2", - "rand_distr", "reqwest", "serde", "serde_json", @@ -1538,12 +1534,6 @@ dependencies = [ ] [[package]] -name = "libm" -version = "0.2.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" - -[[package]] name = "libredox" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1740,16 +1730,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" [[package]] -name = "num-traits" -version = "0.2.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" -dependencies = [ - "autocfg", - "libm", -] - -[[package]] name = "num_cpus" version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2069,16 +2049,6 @@ dependencies = [ ] [[package]] -name = "rand_distr" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463" -dependencies = [ - "num-traits", - "rand 0.9.2", -] - -[[package]] name = "redox_syscall" version = "0.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2157,7 +2127,6 @@ dependencies = [ "bytes", "encoding_rs", "futures-core", - "h2 0.4.12", "http 1.3.1", "http-body 1.0.1", "http-body-util", |