From c5575139d739c38147bff2c3ebe9a296f0bd1154 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 21:56:02 +0000 Subject: [PATCH] Update Rust crate thiserror to v2.0.11 --- Cargo.lock | 30 +++++++++++++------------- Cargo.toml | 2 +- crates/crates_io_github/Cargo.toml | 2 +- crates/crates_io_smoke_test/Cargo.toml | 2 +- crates/crates_io_tarball/Cargo.toml | 2 +- crates/crates_io_worker/Cargo.toml | 2 +- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0af384a55a0..c9751e6498e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -772,7 +772,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e7713fa8974fe547c44fcf043d0d910fff5fd95673d40b77a769495657789fb" dependencies = [ "serde", - "thiserror 2.0.10", + "thiserror 2.0.11", "toml", ] @@ -1110,7 +1110,7 @@ dependencies = [ "spdx", "tar", "tempfile", - "thiserror 2.0.10", + "thiserror 2.0.11", "tikv-jemallocator", "tokio", "tokio-postgres", @@ -1211,7 +1211,7 @@ dependencies = [ "oauth2", "reqwest 0.12.12", "serde", - "thiserror 2.0.10", + "thiserror 2.0.11", "tracing", ] @@ -1282,7 +1282,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 2.0.10", + "thiserror 2.0.11", "tokio", "tracing", "tracing-subscriber", @@ -1306,7 +1306,7 @@ dependencies = [ "serde", "serde_json", "tar", - "thiserror 2.0.10", + "thiserror 2.0.11", "tokio", "tracing", "tracing-subscriber", @@ -1353,7 +1353,7 @@ dependencies = [ "sentry-core", "serde", "serde_json", - "thiserror 2.0.10", + "thiserror 2.0.11", "tokio", "tracing", ] @@ -3483,7 +3483,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" dependencies = [ "memchr", - "thiserror 2.0.10", + "thiserror 2.0.11", "ucd-trie", ] @@ -3845,7 +3845,7 @@ dependencies = [ "rustc-hash", "rustls 0.23.20", "socket2", - "thiserror 2.0.10", + "thiserror 2.0.11", "tokio", "tracing", ] @@ -3864,7 +3864,7 @@ dependencies = [ "rustls 0.23.20", "rustls-pki-types", "slab", - "thiserror 2.0.10", + "thiserror 2.0.11", "tinyvec", "tracing", "web-time", @@ -4992,11 +4992,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.10" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3ac7f54ca534db81081ef1c1e7f6ea8a3ef428d2fc069097c079443d24124d3" +checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" dependencies = [ - "thiserror-impl 2.0.10", + "thiserror-impl 2.0.11", ] [[package]] @@ -5012,9 +5012,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.10" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e9465d30713b56a37ede7185763c3492a91be2f5fa68d958c44e41ab9248beb" +checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" dependencies = [ "proc-macro2", "quote", @@ -6172,7 +6172,7 @@ dependencies = [ "flate2", "indexmap", "memchr", - "thiserror 2.0.10", + "thiserror 2.0.11", "zopfli", ] diff --git a/Cargo.toml b/Cargo.toml index ae16faec43d..589f02b6ee1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,7 +114,7 @@ sha2 = "=0.10.8" spdx = "=0.10.8" tar = "=0.4.43" tempfile = "=3.15.0" -thiserror = "=2.0.10" +thiserror = "=2.0.11" tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } tokio = { version = "=1.43.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]} tokio-postgres = "=0.7.12" diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index 5f6cea17cf1..588c1b95efb 100644 --- a/crates/crates_io_github/Cargo.toml +++ b/crates/crates_io_github/Cargo.toml @@ -17,7 +17,7 @@ mockall = { version = "=0.13.1", optional = true } oauth2 = { version = "=4.4.2", default-features = false } reqwest = { version = "=0.12.12", features = ["json"] } serde = { version = "=1.0.217", features = ["derive"] } -thiserror = "=2.0.10" +thiserror = "=2.0.11" tracing = "=0.1.41" [dev-dependencies] diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index 25b62df55ce..0eecea2fbb6 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -19,7 +19,7 @@ semver = { version = "=1.0.24", features = ["serde"] } serde = { version = "=1.0.217", features = ["derive"] } serde_json = "=1.0.135" tempfile = "=3.15.0" -thiserror = "=2.0.10" +thiserror = "=2.0.11" tokio = { version = "=1.43.0", features = ["fs", "macros", "process", "rt-multi-thread"]} tracing = "=0.1.41" tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] } diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index 124d4662fb7..526769d75ca 100644 --- a/crates/crates_io_tarball/Cargo.toml +++ b/crates/crates_io_tarball/Cargo.toml @@ -16,7 +16,7 @@ flate2 = { version = "=1.0.35", optional = true } serde = { version = "=1.0.217", features = ["derive"] } serde_json = "=1.0.135" tar = { version = "=0.4.43", optional = true } -thiserror = "=2.0.10" +thiserror = "=2.0.11" tracing = "=0.1.41" tokio = { version = "=1.43.0", features = ["io-util", "macros", "rt-multi-thread"] } async-compression = { version = "=0.4.18", default-features = false, features = ["gzip", "tokio"] } diff --git a/crates/crates_io_worker/Cargo.toml b/crates/crates_io_worker/Cargo.toml index 3e735ef4f46..e9f710ae4d8 100644 --- a/crates/crates_io_worker/Cargo.toml +++ b/crates/crates_io_worker/Cargo.toml @@ -16,7 +16,7 @@ futures-util = "=0.3.31" sentry-core = { version = "=0.36.0", features = ["client"] } serde = { version = "=1.0.217", features = ["derive"] } serde_json = "=1.0.135" -thiserror = "=2.0.10" +thiserror = "=2.0.11" tokio = { version = "=1.43.0", features = ["rt", "time"]} tracing = "=0.1.41"