summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index b65eab5..d48f49d 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -6,11 +6,11 @@ author = "Santo Cariotti <santo@dcariotti.me>"
[dependencies]
axum = { version = "0.5.15", features = ["headers"] }
-jsonwebtoken = "8.0"
-once_cell = "1.8"
+jsonwebtoken = "8.1"
+once_cell = "1.13"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
-tokio = { version = "1.0", features = ["full"] }
+tokio = { version = "1.20", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tower-http = { version = "0.3.4", features = ["trace", "compression-br", "propagate-header", "sensitive-headers"] }