Skip to content

Commit

Permalink
fix(deps): update rust crate tower-http to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2023
1 parent 2b609e7 commit 0e8e0e1
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.75"
envy = "0.4.2"
serde = "1.0.188"
tower-http = { version = "0.4.0", features = ["trace"] }
tower-http = { version = "0.4.4", features = ["trace"] }
indexmap = "1.9.3"

0 comments on commit 0e8e0e1

Please sign in to comment.