Skip to content

Commit

Permalink
Merge pull request #424 from ndelvalle/remove-http-crate
Browse files Browse the repository at this point in the history
Remove http create
  • Loading branch information
ndelvalle authored May 26, 2024
2 parents f81f9db + 824e8be commit 26f40c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

11 changes: 5 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ tokio = { version = "1.37.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
tower-http = { version = "0.4.4", features = [
"trace",
"compression-br",
"propagate-header",
"sensitive-headers",
"cors",
"trace",
"compression-br",
"propagate-header",
"sensitive-headers",
"cors",
] }
http = "1.1.0"
chrono = "0.4.38"
async-trait = "0.1.80"
# Investigate if wither::bson can be used instead and activate this feature.
Expand Down

0 comments on commit 26f40c1

Please sign in to comment.