From 37a319642f52a8458a048262794eca041889396d Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sat, 2 Nov 2024 23:52:45 -0400 Subject: Upgrade dependencies. (Svelte 5 upgrade not included.) --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') 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"] } # 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: 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" -- cgit v1.2.3