Skip to content

Commit

Permalink
更新Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
shenghui0779 committed Oct 29, 2024
1 parent 4b3f796 commit 1119218
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ hyper = "1.0"
http = "1.0"
http-body = "1.0"
http-body-util = "0.1"
salvo = { version = "0.73", features = ["cors"] }
salvo = { version = "0.73", features = [
"cors",
"http1",
"http2",
"http2-cleartext",
] }
multimap = "0.10"
nanoid = "0.4"
validator = { version = "0.16", features = ["derive"] }
Expand Down

0 comments on commit 1119218

Please sign in to comment.