Skip to content

Commit

Permalink
fix(deps): update rust crate tower-http to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 31, 2023
1 parent a7d6024 commit 5d75e16
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions server/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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ tracing = "0.1.37"
anyhow = "1.0.72"
envy = "0.4.2"
serde = "1.0.180"
tower-http = { version = "0.4.0", features = ["trace"] }
tower-http = { version = "0.4.3", features = ["trace"] }
indexmap = "1.9.3"

0 comments on commit 5d75e16

Please sign in to comment.