diff --git a/Cargo.lock b/Cargo.lock index d635e6e..f90c4b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1971,7 +1971,7 @@ dependencies = [ "clap_complete", "comfy-table", "dirs", - "getrandom 0.3.4", + "getrandom 0.4.2", "http-body-util", "hyper", "hyper-util", diff --git a/Cargo.toml b/Cargo.toml index 6f4522e..a36e651 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ toml = "0.8" keyring = { version = "3", features = ["apple-native", "linux-native", "windows-native"] } sha2 = "0.10" base64 = "0.22" -getrandom = "0.3" +getrandom = "0.4" hyper = { version = "1", features = ["server", "http1"] } http-body-util = "0.1" hyper-util = { version = "0.1", features = ["server", "tokio"] }