diff --git a/Cargo.lock b/Cargo.lock index fc13b3a..2d0ea96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1034,7 +1034,7 @@ dependencies = [ "hmac", "js-sys", "log", - "rand 0.8.5", + "rand 0.9.1", "serde", "serde-wasm-bindgen", "serde_json", @@ -3541,7 +3541,7 @@ dependencies = [ "biscuit-auth", "hex", "hmac", - "rand 0.8.5", + "rand 0.9.1", "reqwest 0.12.18", "serde", "serde_dhall", diff --git a/bevy-jornet/Cargo.toml b/bevy-jornet/Cargo.toml index 325547b..db4e454 100644 --- a/bevy-jornet/Cargo.toml +++ b/bevy-jornet/Cargo.toml @@ -57,4 +57,4 @@ features = [ ] [dev-dependencies] -rand = "0.8" +rand = "0.9" diff --git a/jornet-server/Cargo.toml b/jornet-server/Cargo.toml index 761f39a..2fff787 100644 --- a/jornet-server/Cargo.toml +++ b/jornet-server/Cargo.toml @@ -21,7 +21,7 @@ time = { version = "*" } hmac = "0.12" sha2 = "0.10" hex = "0.4" -rand = "0.8" +rand = "0.9" [dependencies.sqlx] version = "0.8"