Skip to content

Commit

Permalink
update axum
Browse files Browse the repository at this point in the history
  • Loading branch information
hatoo committed Nov 27, 2023
1 parent 7ecdb0c commit 3a742c3
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 180 deletions.
124 changes: 37 additions & 87 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ rlimit = "0.10.0"
jemallocator = "0.5.0"

[dev-dependencies]
hyper14 = { package = "hyper", version = "0.14", features = ["full"] }
assert_cmd = "2.0.2"
axum = { version = "0.6.20", features = ["http2"] }
axum = { version = "0.7", features = ["http2"] }
bytes = "1.0"
hyper-util = "0.1.1"
lazy_static = "1.4.0"
regex = "1.9.6"
Loading

0 comments on commit 3a742c3

Please sign in to comment.