diff --git a/Cargo.lock b/Cargo.lock index be6039f..af0ea95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2562,7 +2562,7 @@ dependencies = [ "clap", "dialoguer", "dirs 6.0.0", - "getrandom 0.3.4", + "getrandom 0.4.2", "hmac", "jiff", "libc", diff --git a/Cargo.toml b/Cargo.toml index efd8cc7..cc7476a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ hmac = "0.12" # Browser engine browser-engine = { git = "https://github.com/steel-dev/agent-browser", branch = "as-lib", package = "agent-browser" } aes-gcm = "0.10" -getrandom = "0.3" +getrandom = "0.4" libc = "0.2" tempfile = "3"