We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d97fea commit 7ed002fCopy full SHA for 7ed002f
packages/vorbis_rs/Cargo.toml
@@ -28,7 +28,7 @@ tinyvec = { version = "1.8.0", default-features = false, features = [
28
] }
29
thiserror = "2.0.6"
30
31
-getrandom = { version = "0.2.15", features = ["std"], optional = true }
+getrandom = { version = "0.3.0", features = ["std"], optional = true }
32
33
[features]
34
default = ["stream-serial-rng"]
0 commit comments