Skip to content

Commit

Permalink
fix(deps): update rust crate getrandom to 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 6, 2024
1 parent 5c8198d commit 945fc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vorbis_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12", features = ["std"], optional = true }
getrandom = { version = "0.2.13", features = ["std"], optional = true }

[features]
default = ["stream-serial-rng"]
Expand Down

0 comments on commit 945fc12

Please sign in to comment.