Skip to content

Commit 18bae0b

Browse files
committed
update actix-web 4.12.0
1 parent bca060a commit 18bae0b

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

api/Cargo.lock

Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ version = "0.0.0"
44
edition = "2021"
55

66
[dependencies]
7-
actix-web = "4.11.0"
7+
actix-web = "4.12.0"
88
actix-web-prom = { version = "0.10.0", features = ["process"] }
99
actix-files = { version = "0.6.8" }
1010
actix-service = { version = "2.0.3" }
11+
actix-http = "3.11.2"
1112
serde = { version = "1.0.228", features = ["derive"] }
1213
serde_json = "1.0.145"
1314
serde-querystring-actix = "0.3.0"

0 commit comments

Comments
 (0)