diff --git a/agde/Cargo.toml b/agde/Cargo.toml index a769025..8b45970 100644 --- a/agde/Cargo.toml +++ b/agde/Cargo.toml @@ -21,7 +21,7 @@ dach = { path = "../dach", features = ["serde"] } semver = { version = "1", features = ["serde"] } serde = { version = "1", features = ["derive"] } xxhash-rust = { version = "0.8", features = ["xxh3"] } -rand = "0.8" +rand = "0.9" [target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies] getrandom = { version = "0.2", features = ["js"] }