summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-08-21 15:16:48 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-08-21 15:16:48 -0400
commit2adbe0d9990bb74942377a07c05981b8a0e73c75 (patch)
treeec5a1f8341b84fec6ae4428e1bdee8256c03d38e /Cargo.toml
parentstart dms (diff)
downloadxssbook-2adbe0d9990bb74942377a07c05981b8a0e73c75.tar.gz
xssbook-2adbe0d9990bb74942377a07c05981b8a0e73c75.tar.bz2
xssbook-2adbe0d9990bb74942377a07c05981b8a0e73c75.zip
websocket
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9b460dc..b72713c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
tokio = { version = "1.25.0", features = ["full"] }
-axum = { version = "0.6.4", features = ["headers", "query"] }
+axum = { version = "0.6.12", features = ["headers", "query", "ws"] }
tower-http = { version = "0.3.5", features = ["fs"] }
tower-cookies = "0.8.0"
tower = "0.4.13"