Skip to content

Commit

Permalink
Replace hyper with axum
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai committed Feb 26, 2024
1 parent 0661bec commit a237d05
Show file tree
Hide file tree
Showing 9 changed files with 319 additions and 223 deletions.
208 changes: 192 additions & 16 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,4 @@ typetag = "0.2.5"
aws-throwaway = { version = "0.6.0", default-features = false }
tokio-bin-process = "0.4.0"
ordered-float = { version = "4.0.0", features = ["serde"] }
hyper = { version = "0.14.14", features = ["server", "tcp", "http1"] }
shell-quote = { default-features = false, version = "0.5.0" }
1 change: 0 additions & 1 deletion shotover-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ cql-ws = { git = "https://github.com/shotover/cql-ws" }
opensearch = "2.1.0"
serde_json = "1.0.103"
time = { version = "0.3.25" }
hyper.workspace = true
shell-quote.workspace = true

[features]
Expand Down
Loading

0 comments on commit a237d05

Please sign in to comment.