From 82732a613baabeca9e937e98865a35bf5aa1fc8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 22:54:20 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to 1.0.52 --- packages/vorbis_rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vorbis_rs/Cargo.toml b/packages/vorbis_rs/Cargo.toml index 44613a0..c736439 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.51" +thiserror = "1.0.52" getrandom = { version = "0.2.11", features = ["std"], optional = true }