Skip to content

Commit

Permalink
Merge pull request #27 from a-poor/dependabot/cargo/tower-http-0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
a-poor authored Aug 30, 2023
2 parents 3dee877 + 7436042 commit 5bfba93
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 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 @@ -12,6 +12,6 @@ serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"
tokio = { version = "1.32.0", features = ["full"] }
tower = { version = "0.4.13", features = ["full"] }
tower-http = { version = "0.4.1", features = ["full","trace"] }
tower-http = { version = "0.4.3", features = ["full","trace"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }

0 comments on commit 5bfba93

Please sign in to comment.