Skip to content

Commit

Permalink
Merge pull request #35 from Spec-ify/dependabot/cargo/tower-http-0.6.0
Browse files Browse the repository at this point in the history
build(deps): bump tower-http from 0.5.2 to 0.6.0
  • Loading branch information
zleyyij authored Sep 24, 2024
2 parents 029e098 + 436df73 commit 9d12ef0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 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 handlers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ databases = { path = "../databases" }
parsing = { path = "../parsing" }
axum = "0.7.4"
serde = { version = "1.0.210", features = ["derive"] }
tower-http = { version = "0.5.1", features = ["cors"] }
tower-http = { version = "0.6.0", features = ["cors"] }
tracing = "0.1.40"
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ axum = { version = "0.7.4", features = ["http2", "tracing"] }
chrono = "0.4.32"
clap = { version = "4.5", features = ["derive"] }
tokio = { version = "1.40.0", features = ["full"] }
tower-http = { version = "0.5.1", features = ["cors", "trace"] }
tower-http = { version = "0.6.0", features = ["cors", "trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["json"] }
opentelemetry-appender-tracing = "0.5.0"
Expand Down

0 comments on commit 9d12ef0

Please sign in to comment.