diff --git a/packages/vorbis_rs/Cargo.toml b/packages/vorbis_rs/Cargo.toml index 4555241..758e9ae 100644 --- a/packages/vorbis_rs/Cargo.toml +++ b/packages/vorbis_rs/Cargo.toml @@ -15,7 +15,7 @@ categories = ["api-bindings", "multimedia", "multimedia::audio", "multimedia::en aotuv_lancer_vorbis_sys = { version = "0.1.1", path = "../aotuv_lancer_vorbis_sys" } ogg_next_sys = { version = "0.1.2", path = "../ogg_next_sys" } -errno = { version = "0.3.6", default-features = false } +errno = { version = "0.3.7", default-features = false } tinyvec = { version = "1.6.0", default-features = false, features = ["alloc", "rustc_1_57"] } thiserror = "1.0.50"