diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-02-19 21:32:01 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-02-19 21:32:01 -0500 |
| commit | 615ec470e26492c8c73c356e147ddabba6aa15ce (patch) | |
| tree | 0cc14babf8b215312e074d046d5b8c90c9c4aa4f /Cargo.toml | |
| parent | 74f80d5c11d0a212a545f053bfd4ca160bcedcd8 (diff) | |
Upgrade to latest thiserror
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
