diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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" |
