diff --git a/packages/vorbis_rs/Cargo.toml b/packages/vorbis_rs/Cargo.toml index c736439..05aed1d 100644 --- a/packages/vorbis_rs/Cargo.toml +++ b/packages/vorbis_rs/Cargo.toml @@ -18,7 +18,7 @@ ogg_next_sys.workspace = true errno = { version = "0.3.8", default-features = false } tinyvec = { version = "1.6.0", default-features = false, features = ["alloc", "rustc_1_57"] } -thiserror = "1.0.52" +thiserror = "1.0.53" getrandom = { version = "0.2.11", features = ["std"], optional = true }