diff --git a/packages/vorbis_rs/Cargo.toml b/packages/vorbis_rs/Cargo.toml index 9785d32..62b1559 100644 --- a/packages/vorbis_rs/Cargo.toml +++ b/packages/vorbis_rs/Cargo.toml @@ -19,7 +19,7 @@ errno = { version = "0.3.5", default-features = false } tinyvec = { version = "1.6.0", default-features = false, features = ["alloc", "rustc_1_57"] } thiserror = "1.0.50" -getrandom = { version = "0.2.10", features = ["std"], optional = true } +getrandom = { version = "0.2.11", features = ["std"], optional = true } [features] default = ["stream-serial-rng"]