summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortylerm <tylerm@tylerm.dev>2023-08-22 04:16:31 +0000
committertylerm <tylerm@tylerm.dev>2023-08-22 04:16:31 +0000
commitedbbdf72c78536c48357a86181bbf6897fc52074 (patch)
tree91d91e9dfb77ae3b7d75f4348c01bba59d0f13dc /Cargo.toml
parentallow port env (diff)
parentfinish dms (diff)
downloadxssbook-edbbdf72c78536c48357a86181bbf6897fc52074.tar.gz
xssbook-edbbdf72c78536c48357a86181bbf6897fc52074.tar.bz2
xssbook-edbbdf72c78536c48357a86181bbf6897fc52074.zip
Merge pull request 'dms are cool' (#1) from dev into main
Reviewed-on: https://g.tylerm.dev/tylerm/xssbook/pulls/1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 244a7e9..b72713c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,9 +5,8 @@ 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_governor = "0.0.4"
tower-cookies = "0.8.0"
tower = "0.4.13"
tracing = "0.1.37"
@@ -19,4 +18,4 @@ rusqlite = { version = "0.28.0", features = ["bundled"] }
rand = "0.8.5"
time = "0.3.17"
lazy_static = "1.4"
-image = "0.24.5" \ No newline at end of file
+image = "0.24.5"