Require getrandom 0.2.10.

This is the minimum we've tested.
This commit is contained in:
Brian Smith 2023-10-13 13:38:17 -07:00
parent 90879811aa
commit aa01858787

View File

@ -171,7 +171,7 @@ all-features = true
name = "ring"
[dependencies]
getrandom = { version = "0.2.8" }
getrandom = { version = "0.2.10" }
untrusted = { version = "0.9" }
[target.'cfg(any(target_arch = "x86",target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))'.dependencies]