diff --git a/Cargo.lock b/Cargo.lock index dbc1da5..e201660 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1951,7 +1951,7 @@ dependencies = [ "mockito", "openidconnect", "postcard", - "rand 0.8.5", + "rand 0.9.2", "regex", "reqwest", "secrecy", diff --git a/Cargo.toml b/Cargo.toml index 5a031d6..25c3a87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ humantime-serde = "1.1.1" postcard = { version = "1.0.8", features = ["use-std"] } env_logger = { version = "0.11.5", features = [] } log = "0.4.21" -rand = "0.8.5" +rand = "0.9.2" keepass = { git = "https://github.com/lixmal/keepass-rs", features = ["serialization", "save_kdbx4"] } zeroize = { version = "1.8.2", features = ["derive", "std"] } secrecy = "0.8.0"