diff --git a/Cargo.toml b/Cargo.toml index 4c976ce6ae..9ddc874a7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -121,7 +121,7 @@ elliptic-curve = { version = "0.13", default-features = false, features = [ ] } futures = { version = "0.3", default-features = false, optional = true } futures-util = { version = "0.3", default-features = false, optional = true } -getrandom = { version = "0.2", default-features = false, optional = true } +getrandom = { version = "0.3", default-features = false, optional = true } hex = { version = "0.4", default-features = false, optional = true, features = [ "std", ] }