Skip to content

Commit

Permalink
Adjust tower features
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Aug 19, 2024
1 parent d4db5ef commit 30c02e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tera = { version = "1.20.0", default-features = false }
thiserror = "1.0.63"
time = { version = "0.3.36", features = ["formatting", "macros", "parsing", "serde"] }
tokio = { version = "1.39.3", features = ["macros", "net", "rt-multi-thread"] }
tower = "0.5.0"
tower = { version = "0.5.0", features = ["util"] }
tower-http = { version = "0.5.2", features = ["set-header", "trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["local-time", "time"] }
Expand Down

0 comments on commit 30c02e7

Please sign in to comment.