Skip to content

Commit

Permalink
fix(deps): update rust crate tower-http to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 10, 2023
1 parent dfe637f commit 24a0fc6
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.71"
envy = "0.4.2"
serde = "1.0.170"
tower-http = { version = "0.4.0", features = ["trace"] }
tower-http = { version = "0.4.1", features = ["trace"] }
indexmap = "1.9.3"

0 comments on commit 24a0fc6

Please sign in to comment.