summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 5 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 86549b9..10e6adb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,8 @@
[package]
name = "pilcrow"
version = "0.1.0"
-edition = "2021"
-rust-version = "1.82"
+edition = "2024"
+rust-version = "1.85"
authors = [
"Owen Jacobson <owen@grimoire.ca>",
"Kit La Touche <kit@transneptune.net>",
@@ -23,9 +23,8 @@ assets = [
[dependencies]
argon2 = "0.5.3"
-async-trait = "0.1.86"
-axum = { version = "0.7.9", features = ["form"] }
-axum-extra = { version = "0.9.6", features = ["cookie", "query", "typed-header"] }
+axum = { version = "0.8.1", features = ["form"] }
+axum-extra = { version = "0.10.0", features = ["cookie", "query", "typed-header"] }
chrono = { version = "0.4.39", features = ["serde"] }
clap = { version = "4.5.30", features = ["derive", "env"] }
futures = "0.3.31"
@@ -45,7 +44,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"