summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2024-11-02 23:52:45 -0400
committerOwen Jacobson <owen@grimoire.ca>2024-11-02 23:52:45 -0400
commit37a319642f52a8458a048262794eca041889396d (patch)
tree531f8580f591a89e23909f21e1a53387258c1132 /Cargo.toml
parent25f1b55055ed62100597ee90787ae6a6ccd88a38 (diff)
Upgrade dependencies.
(Svelte 5 upgrade not included.)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 83c3aa4..868308f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,13 +41,13 @@ rand_core = { version = "0.6.4", features = ["getrandom"] }
# <https://docs.rs/sqlx/latest/sqlx/sqlite/index.html>
rusqlite = { version = "=0.32.1", features = ["backup"] }
rust-embed = "8.5.0"
-serde = { version = "1.0.210", features = ["derive"] }
-serde_json = "1.0.131"
+serde = { version = "1.0.214", features = ["derive"] }
+serde_json = "1.0.132"
# 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.2", features = ["chrono", "runtime-tokio", "sqlite"] }
-thiserror = "1.0.64"
-tokio = { version = "1.40.0", features = ["rt", "macros", "rt-multi-thread"] }
+thiserror = "1.0.66"
+tokio = { version = "1.41.0", features = ["rt", "macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.16", features = ["sync"] }
unicode-casefold = "0.2.0"
unicode-normalization = "0.1.24"