Skip to content

Commit

Permalink
feat: enable http2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumichocopengin8 committed Dec 12, 2023
1 parent aa7f93f commit acfeaad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 56 deletions.
57 changes: 4 additions & 53 deletions api/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ rust-version = "1.71"

[dependencies]
anyhow = "1"
axum = "0.7.2"
axum = { version = "0.7.2", features = ["http2"] }
crates_io_api = "0.9"
env_logger = "0.10"
http-body-util = "0.1.0"
serde_json = "1.0.107"
serde_json = "1"
tokio = { version = "1.35.0", features = ["full"] }
tower = "0.4.13"
tower-http = { version = "0.5.0", features = ["cors", "trace"] }
Expand Down

0 comments on commit acfeaad

Please sign in to comment.