Skip to content

Commit

Permalink
Merge pull request #296 from r-Techsupport/dependabot/cargo/backend/t…
Browse files Browse the repository at this point in the history
…ower-http-0.6.2

build(deps): bump tower-http from 0.6.1 to 0.6.2 in /backend
  • Loading branch information
zleyyij authored Nov 25, 2024
2 parents 3c8afdd + b915a12 commit 7ea2dd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions backend/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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
sqlx = { version = "0.8.1", features = ["sqlite", "runtime-tokio"] }
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread", "signal", "tracing"] }
tower-http = { version = "0.6.1", features = ["normalize-path", "fs", "cors", "tracing", "trace"] }
tower-http = { version = "0.6.2", features = ["normalize-path", "fs", "cors", "tracing", "trace"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
toml = "0.8.19"

0 comments on commit 7ea2dd3

Please sign in to comment.