diff --git a/Cargo.lock b/Cargo.lock index 0e1faa4..686f649 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4263,7 +4263,7 @@ dependencies = [ "dirs", "flate2", "futures-util", - "getrandom 0.3.4", + "getrandom 0.4.3", "governor", "http", "humantime", diff --git a/Cargo.toml b/Cargo.toml index f8f90e3..db1a955 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ async-trait = "0.1" # auth / crypto sha2 = "0.10" base64 = "0.23" -getrandom = "0.3" +getrandom = "0.4" tiny_http = "0.12" open = "5.4" secrecy = { version = "0.10", features = ["serde"] }