summaryrefslogtreecommitdiff
path: root/Cargo.toml
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.toml
parent74f80d5c11d0a212a545f053bfd4ca160bcedcd8 (diff)
Upgrade to latest thiserror
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4f3615b..15c0aa7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,7 +45,7 @@ serde_json = "1.0.138"
# Pinned to maintain libsqlite3 version match between this and rusqlite. See
# also: <https://docs.rs/sqlx/latest/sqlx/sqlite/index.html>
sqlx = { version = "=0.8.3", features = ["chrono", "runtime-tokio", "sqlite"] }
-thiserror = "1.0.69"
+thiserror = "2.0.11"
tokio = { version = "1.43.0", features = ["rt", "macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.17", features = ["sync"] }
unicode-casefold = "0.2.0"