From 81f2797f4940b29d58c641d4b25e9d96a37d9456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 08:28:15 +0800 Subject: [PATCH] Bump thiserror from 1.0.68 to 2.0.0 (#156) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.68 to 2.0.0. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.68...2.0.0) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 66 +++++++++++++++++++++++++++++++++++------------------- Cargo.toml | 2 +- 2 files changed, 44 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58f84de..64ce604 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -152,7 +152,7 @@ dependencies = [ "reqwew", "rodio", "serde", - "thiserror", + "thiserror 2.0.0", "tokio", "toml 0.8.19", "tracing", @@ -207,7 +207,7 @@ dependencies = [ "ndk-context", "ndk-sys", "num_enum", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -422,7 +422,7 @@ dependencies = [ "secrecy", "serde", "serde_json", - "thiserror", + "thiserror 1.0.68", "tokio", "tokio-stream", "tokio-util", @@ -777,7 +777,7 @@ dependencies = [ "polling 3.7.2", "rustix 0.38.34", "slab", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -791,7 +791,7 @@ dependencies = [ "polling 3.7.2", "rustix 0.38.34", "slab", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -1345,7 +1345,7 @@ dependencies = [ "egui", "epaint", "log", - "thiserror", + "thiserror 1.0.68", "type-map", "web-time", "wgpu", @@ -1881,7 +1881,7 @@ dependencies = [ "objc2 0.5.2", "objc2-app-kit", "once_cell", - "thiserror", + "thiserror 1.0.68", "windows-sys 0.59.0", "x11-dl", ] @@ -1990,7 +1990,7 @@ checksum = "6f56f6318968d03c18e1bcf4857ff88c61157e9da8e47c5f29055d60e1228884" dependencies = [ "log", "presser", - "thiserror", + "thiserror 1.0.68", "winapi", "windows 0.52.0", ] @@ -2054,7 +2054,7 @@ dependencies = [ "com", "libc", "libloading 0.8.4", - "thiserror", + "thiserror 1.0.68", "widestring", "winapi", ] @@ -2336,7 +2336,7 @@ dependencies = [ "combine", "jni-sys", "log", - "thiserror", + "thiserror 1.0.68", "walkdir", "windows-sys 0.45.0", ] @@ -2676,7 +2676,7 @@ dependencies = [ "rustc-hash", "spirv", "termcolor", - "thiserror", + "thiserror 1.0.68", "unicode-xid", ] @@ -2710,7 +2710,7 @@ dependencies = [ "num_enum", "raw-window-handle 0.5.2", "raw-window-handle 0.6.2", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -3313,7 +3313,7 @@ dependencies = [ "quinn-udp", "rustc-hash", "rustls", - "thiserror", + "thiserror 1.0.68", "tokio", "tracing", ] @@ -3330,7 +3330,7 @@ dependencies = [ "rustc-hash", "rustls", "slab", - "thiserror", + "thiserror 1.0.68", "tinyvec", "tracing", ] @@ -3440,7 +3440,7 @@ checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" dependencies = [ "getrandom", "libredox 0.1.3", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -3557,7 +3557,7 @@ dependencies = [ "nom", "pin-project-lite", "reqwest", - "thiserror", + "thiserror 1.0.68", ] [[package]] @@ -3571,7 +3571,7 @@ dependencies = [ "reqwest", "serde", "serde_json", - "thiserror", + "thiserror 1.0.68", "tokio", "tracing", ] @@ -3977,7 +3977,7 @@ dependencies = [ "log", "memmap2 0.9.4", "rustix 0.38.34", - "thiserror", + "thiserror 1.0.68", "wayland-backend", "wayland-client", "wayland-csd-frame", @@ -4002,7 +4002,7 @@ dependencies = [ "log", "memmap2 0.9.4", "rustix 0.38.34", - "thiserror", + "thiserror 1.0.68", "wayland-backend", "wayland-client", "wayland-csd-frame", @@ -4230,7 +4230,16 @@ version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.68", +] + +[[package]] +name = "thiserror" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "15291287e9bff1bc6f9ff3409ed9af665bec7a5fc8ac079ea96be07bca0e2668" +dependencies = [ + "thiserror-impl 2.0.0", ] [[package]] @@ -4244,6 +4253,17 @@ dependencies = [ "syn 2.0.87", ] +[[package]] +name = "thiserror-impl" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22efd00f33f93fa62848a7cab956c3d38c8d43095efda1decfc2b3a5dc0b8972" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + [[package]] name = "thread_local" version = "1.1.8" @@ -4524,7 +4544,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf" dependencies = [ "crossbeam-channel", - "thiserror", + "thiserror 1.0.68", "time", "tracing-subscriber", ] @@ -5088,7 +5108,7 @@ dependencies = [ "raw-window-handle 0.6.2", "rustc-hash", "smallvec", - "thiserror", + "thiserror 1.0.68", "web-sys", "wgpu-hal", "wgpu-types", @@ -5128,7 +5148,7 @@ dependencies = [ "renderdoc-sys", "rustc-hash", "smallvec", - "thiserror", + "thiserror 1.0.68", "wasm-bindgen", "web-sys", "wgpu-types", diff --git a/Cargo.toml b/Cargo.toml index ad18356..01bcf2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ parking_lot = { version = "0.12" } reqwew = { version = "0.2" } rodio = { version = "0.20" } serde = { version = "1.0", features = ["derive"] } -thiserror = { version = "1.0" } +thiserror = { version = "2.0" } tokio = { version = "1.41", features = ["rt-multi-thread"] } toml = { version = "0.8" } tracing = { version = "0.1" }