From c865311fea56ff81518f3dbb33699b0deada9ff0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:04:11 +0000 Subject: [PATCH] Update Rust crate zip to v2.2.1 --- discord-frontend/Cargo.lock | 42 +++++++++++++++++++++++++++---------- 1 file changed, 31 insertions(+), 11 deletions(-) diff --git a/discord-frontend/Cargo.lock b/discord-frontend/Cargo.lock index 66a79e626..40f12df6c 100644 --- a/discord-frontend/Cargo.lock +++ b/discord-frontend/Cargo.lock @@ -641,7 +641,7 @@ dependencies = [ "miette 5.10.0", "postgres", "postgres-types", - "thiserror", + "thiserror 1.0.64", ] [[package]] @@ -970,7 +970,7 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d" dependencies = [ - "thiserror", + "thiserror 1.0.64", ] [[package]] @@ -2062,7 +2062,7 @@ dependencies = [ "libc", "log", "log-mdc", - "thiserror", + "thiserror 1.0.64", "thread-id", "winapi", ] @@ -2160,7 +2160,7 @@ dependencies = [ "supports-unicode 2.1.0", "terminal_size 0.1.17", "textwrap 0.15.2", - "thiserror", + "thiserror 1.0.64", "unicode-width", ] @@ -2180,7 +2180,7 @@ dependencies = [ "supports-unicode 3.0.0", "terminal_size 0.3.0", "textwrap 0.16.1", - "thiserror", + "thiserror 1.0.64", "unicode-width", ] @@ -3465,7 +3465,16 @@ version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.64", +] + +[[package]] +name = "thiserror" +version = "2.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" +dependencies = [ + "thiserror-impl 2.0.3", ] [[package]] @@ -3479,6 +3488,17 @@ dependencies = [ "syn 2.0.89", ] +[[package]] +name = "thiserror-impl" +version = "2.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.89", +] + [[package]] name = "thread-id" version = "4.2.2" @@ -3793,7 +3813,7 @@ dependencies = [ "lazy_static", "rand 0.8.5", "smallvec", - "thiserror", + "thiserror 1.0.64", "tinyvec", "tokio", "tracing", @@ -3812,7 +3832,7 @@ dependencies = [ "lru-cache", "parking_lot", "smallvec", - "thiserror", + "thiserror 1.0.64", "tokio", "tracing", "trust-dns-proto", @@ -4589,9 +4609,9 @@ dependencies = [ [[package]] name = "zip" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc5e4288ea4057ae23afc69a4472434a87a2495cafce6632fd1c4ec9f5cf3494" +checksum = "99d52293fc86ea7cf13971b3bb81eb21683636e7ae24c729cdaf1b7c4157a352" dependencies = [ "aes", "arbitrary", @@ -4609,7 +4629,7 @@ dependencies = [ "pbkdf2", "rand 0.8.5", "sha1", - "thiserror", + "thiserror 2.0.3", "time", "zeroize", "zopfli",