summaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-12-23 07:17:55 -0500
committerKjetil Orbekk <kj@orbekk.com>2022-12-23 07:17:55 -0500
commiteae8b9b7a40c3f2a52f319e695b280a41618fdd8 (patch)
treef509f4e902f1d9e10d9afe92592430c6a6f231c5 /server/Cargo.toml
parent4d4357430248ef62051ea204ef02f7e998277355 (diff)
Update axum to 0.6
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 8d8407c..7e2772f 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -6,8 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-# TODO Upgrade to 0.6: https://github.com/tokio-rs/axum/blob/main/axum/CHANGELOG.md
-axum = "0.5"
+axum = "0.6"
dotenv = "0.15.0"
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.85"
@@ -19,7 +18,7 @@ protocol = { path = "../protocol" }
openidconnect = "2.3.2"
lru = "0.8.1"
uuid = { version = "1.1.2", features = ["serde", "fast-rng", "v4"] }
-tower-cookies = "0.7.0"
+tower-cookies = "0.8.0"
tower = { version = "0.4.13", features = ["full"] }
urlencoding = "2.1.2"
sqlx = { version = "0.6", features = ["runtime-tokio-native-tls", "postgres", "uuid", "chrono", "json"] }