Skip to content

Commit

Permalink
Merge pull request #37 from Spec-ify/dependabot/cargo/axum-0.7.7
Browse files Browse the repository at this point in the history
build(deps): bump axum from 0.7.6 to 0.7.7
  • Loading branch information
zleyyij authored Sep 30, 2024
2 parents cc72918 + ee3d380 commit 8cadc10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
databases = { path = "../databases" }
parsing = { path = "../parsing" }
axum = "0.7.4"
axum = "0.7.7"
serde = { version = "1.0.210", features = ["derive"] }
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 @@ -9,7 +9,7 @@ edition = "2021"
parsing = { path = "../parsing" }
databases = { path = "../databases" }
handlers = { path = "../handlers" }
axum = { version = "0.7.4", features = ["http2", "tracing"] }
axum = { version = "0.7.7", features = ["http2", "tracing"] }
chrono = "0.4.32"
clap = { version = "4.5", features = ["derive"] }
tokio = { version = "1.38.1", features = ["full"] }
Expand Down

0 comments on commit 8cadc10

Please sign in to comment.