From 00e9e14df1801127426310180dda3bfc0dce9d6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 09:01:27 +0000 Subject: [PATCH] build(deps): bump thiserror from 1.0.64 to 2.0.8 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.64 to 2.0.8. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.64...2.0.8) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 38 +++++++++++++++++++------------------- Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ad6dcbe9..d329f1da7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -301,7 +301,7 @@ dependencies = [ "nom", "num-traits", "rusticata-macros", - "thiserror 1.0.64", + "thiserror 1.0.69", ] [[package]] @@ -791,7 +791,7 @@ dependencies = [ "semver", "serde", "serde_json", - "thiserror 1.0.64", + "thiserror 1.0.69", ] [[package]] @@ -1372,7 +1372,7 @@ dependencies = [ "console", "shell-words", "tempfile", - "thiserror 1.0.64", + "thiserror 1.0.69", "zeroize", ] @@ -2443,7 +2443,7 @@ dependencies = [ "combine", "jni-sys", "log", - "thiserror 1.0.64", + "thiserror 1.0.69", "walkdir", "windows-sys 0.45.0", ] @@ -2843,7 +2843,7 @@ dependencies = [ "dialoguer", "nostr", "nostr-relay-pool", - "thiserror 1.0.64", + "thiserror 2.0.8", "tokio", "tracing", "tracing-subscriber", @@ -2903,7 +2903,7 @@ dependencies = [ "base64 0.21.7", "bitcoin_hashes 0.12.0", "opentimestamps", - "thiserror 1.0.64", + "thiserror 1.0.69", "ureq", ] @@ -2917,7 +2917,7 @@ dependencies = [ "negentropy 0.4.3", "nostr", "nostr-database", - "thiserror 1.0.64", + "thiserror 2.0.8", "tokio", "tracing", "tracing-subscriber", @@ -3540,7 +3540,7 @@ dependencies = [ "parking_lot", "pin-project", "static_assertions", - "thiserror 1.0.64", + "thiserror 1.0.69", ] [[package]] @@ -3629,7 +3629,7 @@ dependencies = [ "derive-deftly", "libc", "paste", - "thiserror 1.0.64", + "thiserror 1.0.69", ] [[package]] @@ -3645,7 +3645,7 @@ dependencies = [ "rustc-hash 2.0.0", "rustls", "socket2", - "thiserror 1.0.64", + "thiserror 1.0.69", "tokio", "tracing", ] @@ -3662,7 +3662,7 @@ dependencies = [ "rustc-hash 2.0.0", "rustls", "slab", - "thiserror 1.0.64", + "thiserror 1.0.69", "tinyvec", "tracing", ] @@ -3748,7 +3748,7 @@ checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ "getrandom", "libredox", - "thiserror 1.0.64", + "thiserror 1.0.69", ] [[package]] @@ -4630,11 +4630,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.64" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" +checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" dependencies = [ - "thiserror-impl 1.0.64", + "thiserror-impl 1.0.69", ] [[package]] @@ -4648,9 +4648,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "1.0.64" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" +checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", @@ -4781,7 +4781,7 @@ checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f" dependencies = [ "either", "futures-util", - "thiserror 1.0.64", + "thiserror 1.0.69", "tokio", ] @@ -5953,7 +5953,7 @@ dependencies = [ "rustls", "rustls-pki-types", "sha1", - "thiserror 1.0.64", + "thiserror 1.0.69", "utf-8", ] diff --git a/Cargo.toml b/Cargo.toml index 5c82ea447..0ba9520b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ nostr-zapper = { version = "0.38", path = "./crates/nostr-zapper", default-featu nwc = { version = "0.38", path = "./crates/nwc", default-features = false } once_cell = { version = "1.20", default-features = false } serde_json = { version = "1.0", default-features = false } -thiserror = "1.0" +thiserror = "2.0" tokio = { version = ">=1.37", default-features = false } tracing = { version = "0.1", default-features = false } tracing-subscriber = "0.3"