diff --git a/Cargo.lock b/Cargo.lock index a7beade9..6e662aac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "adler" @@ -177,7 +177,7 @@ name = "catchup" version = "0.1.0" dependencies = [ "csv", - "rand 0.8.5", + "rand 0.9.3", "rayon", "rust_road_router", ] @@ -196,7 +196,7 @@ name = "cchpp" version = "0.1.0" dependencies = [ "affinity", - "rand 0.8.5", + "rand 0.9.3", "rayon", "rust_road_router", ] @@ -218,7 +218,7 @@ name = "chpot" version = "0.1.0" dependencies = [ "affinity", - "rand 0.8.5", + "rand 0.9.3", "rayon", "rust_road_router", ] @@ -564,6 +564,18 @@ dependencies = [ "wasi 0.11.0+wasi-snapshot-preview1", ] +[[package]] +name = "getrandom" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" +dependencies = [ + "cfg-if 1.0.0", + "libc", + "r-efi", + "wasip2", +] + [[package]] name = "ghash" version = "0.3.1" @@ -765,9 +777,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.126" +version = "0.2.185" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" +checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f" [[package]] name = "libgit2-sys" @@ -1138,6 +1150,12 @@ dependencies = [ "proc-macro2 1.0.40", ] +[[package]] +name = "r-efi" +version = "5.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" + [[package]] name = "rand" version = "0.7.3" @@ -1162,6 +1180,16 @@ dependencies = [ "rand_core 0.6.3", ] +[[package]] +name = "rand" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" +dependencies = [ + "rand_chacha 0.9.0", + "rand_core 0.9.5", +] + [[package]] name = "rand_chacha" version = "0.2.2" @@ -1182,6 +1210,16 @@ dependencies = [ "rand_core 0.6.3", ] +[[package]] +name = "rand_chacha" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" +dependencies = [ + "ppv-lite86", + "rand_core 0.9.5", +] + [[package]] name = "rand_core" version = "0.5.1" @@ -1200,6 +1238,15 @@ dependencies = [ "getrandom 0.2.7", ] +[[package]] +name = "rand_core" +version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" +dependencies = [ + "getrandom 0.3.4", +] + [[package]] name = "rand_distr" version = "0.2.2" @@ -1336,7 +1383,7 @@ dependencies = [ "affinity", "built", "chrono", - "rand 0.8.5", + "rand 0.9.3", "rayon", "scoped-tls", "serde", @@ -1506,7 +1553,7 @@ name = "tdpot" version = "0.1.0" dependencies = [ "csv", - "rand 0.8.5", + "rand 0.9.3", "rust_road_router", ] @@ -1645,7 +1692,7 @@ dependencies = [ name = "utils" version = "0.1.0" dependencies = [ - "rand 0.8.5", + "rand 0.9.3", "rust_road_router", ] @@ -1703,6 +1750,15 @@ version = "0.11.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" +[[package]] +name = "wasip2" +version = "1.0.2+wasi-0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" +dependencies = [ + "wit-bindgen", +] + [[package]] name = "winapi" version = "0.2.8" @@ -1789,6 +1845,12 @@ version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" +[[package]] +name = "wit-bindgen" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" + [[package]] name = "ws2_32-sys" version = "0.2.1" diff --git a/catchup/Cargo.toml b/catchup/Cargo.toml index f5e6b5ee..a318735e 100644 --- a/catchup/Cargo.toml +++ b/catchup/Cargo.toml @@ -8,6 +8,6 @@ authors = ["Tim 'tim3z' Zeitz "] [dependencies] rust_road_router = { path = "../engine" } -rand = "^0.8.4" +rand = "^0.9.3" rayon = "^1.5.1" csv = "^1.1.6" diff --git a/cchpp/Cargo.toml b/cchpp/Cargo.toml index 17675582..c98a3974 100644 --- a/cchpp/Cargo.toml +++ b/cchpp/Cargo.toml @@ -9,7 +9,7 @@ authors = ["Tim 'tim3z' Zeitz "] [dependencies] rayon = "^1.5.1" rust_road_router = { path = "../engine" } -rand = "^0.8.4" +rand = "^0.9.3" affinity = "^0.1.2" [features] diff --git a/chpot/Cargo.toml b/chpot/Cargo.toml index 0a5da190..70b3bf76 100644 --- a/chpot/Cargo.toml +++ b/chpot/Cargo.toml @@ -9,7 +9,7 @@ authors = ["Tim 'tim3z' Zeitz "] [dependencies] rayon = "^1.5.1" rust_road_router = { path = "../engine" } -rand = "^0.8.4" +rand = "^0.9.3" affinity = "^0.1.2" [features] diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 73365b0e..16457469 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -27,7 +27,7 @@ report-allow-override = [] detailed-stats = [] [dependencies] -rand = "^0.8.4" +rand = "^0.9.3" serde = "^1.0.64" serde_json = "^1.0.64" rayon = "^1.5.1" diff --git a/tdpot/Cargo.toml b/tdpot/Cargo.toml index 4ba95a63..56b110af 100644 --- a/tdpot/Cargo.toml +++ b/tdpot/Cargo.toml @@ -7,4 +7,4 @@ authors = ["Tim 'tim3z' Zeitz "] [dependencies] rust_road_router = { path = "../engine" } csv = "^1.1.6" -rand = "^0.8.4" +rand = "^0.9.3" diff --git a/utils/Cargo.toml b/utils/Cargo.toml index 7c513def..90abdfb3 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -8,4 +8,4 @@ authors = ["Tim 'tim3z' Zeitz "] [dependencies] rust_road_router = { path = "../engine" } -rand = "^0.8.4" +rand = "^0.9.3"