Skip to content

Commit 7ed002f

Browse files
fix(deps): update rust crate getrandom to 0.3.0
1 parent 9d97fea commit 7ed002f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vorbis_rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tinyvec = { version = "1.8.0", default-features = false, features = [
2828
] }
2929
thiserror = "2.0.6"
3030

31-
getrandom = { version = "0.2.15", features = ["std"], optional = true }
31+
getrandom = { version = "0.3.0", features = ["std"], optional = true }
3232

3333
[features]
3434
default = ["stream-serial-rng"]

0 commit comments

Comments
 (0)