summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2025-02-19 21:32:01 -0500
committerOwen Jacobson <owen@grimoire.ca>2025-02-19 21:32:01 -0500
commit615ec470e26492c8c73c356e147ddabba6aa15ce (patch)
tree0cc14babf8b215312e074d046d5b8c90c9c4aa4f /Cargo.lock
parent74f80d5c11d0a212a545f053bfd4ca160bcedcd8 (diff)
Upgrade to latest thiserror
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock30
1 files changed, 5 insertions, 25 deletions
diff --git a/Cargo.lock b/Cargo.lock
index dcf39b0..e061bfb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1402,7 +1402,7 @@ dependencies = [
"serde",
"serde_json",
"sqlx",
- "thiserror 1.0.69",
+ "thiserror",
"tokio",
"tokio-stream",
"unicode-casefold",
@@ -1849,7 +1849,7 @@ dependencies = [
"serde_json",
"sha2",
"smallvec",
- "thiserror 2.0.11",
+ "thiserror",
"tokio",
"tokio-stream",
"tracing",
@@ -1933,7 +1933,7 @@ dependencies = [
"smallvec",
"sqlx-core",
"stringprep",
- "thiserror 2.0.11",
+ "thiserror",
"tracing",
"whoami",
]
@@ -1971,7 +1971,7 @@ dependencies = [
"smallvec",
"sqlx-core",
"stringprep",
- "thiserror 2.0.11",
+ "thiserror",
"tracing",
"whoami",
]
@@ -2073,31 +2073,11 @@ dependencies = [
[[package]]
name = "thiserror"
-version = "1.0.69"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
-dependencies = [
- "thiserror-impl 1.0.69",
-]
-
-[[package]]
-name = "thiserror"
version = "2.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
dependencies = [
- "thiserror-impl 2.0.11",
-]
-
-[[package]]
-name = "thiserror-impl"
-version = "1.0.69"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn",
+ "thiserror-impl",
]
[[package]]