diff --git a/packages/vorbis_rs/Cargo.toml b/packages/vorbis_rs/Cargo.toml index 9f3c077..9b1a5a9 100644 --- a/packages/vorbis_rs/Cargo.toml +++ b/packages/vorbis_rs/Cargo.toml @@ -20,7 +20,7 @@ errno = { version = "0.3.8", default-features = false } tinyvec = { version = "1.6.0", default-features = false, features = ["alloc", "rustc_1_57"] } thiserror = "1.0.58" -getrandom = { version = "0.2.13", features = ["std"], optional = true } +getrandom = { version = "0.2.14", features = ["std"], optional = true } [features] default = ["stream-serial-rng"]