diff --git a/packages/vorbis_rs/Cargo.toml b/packages/vorbis_rs/Cargo.toml index 8ae818a..2b92183 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.9", default-features = false } tinyvec = { version = "1.6.0", default-features = false, features = ["alloc", "rustc_1_57"] } -thiserror = "1.0.61" +thiserror = "2.0.0" getrandom = { version = "0.2.15", features = ["std"], optional = true }