Skip to content

Commit

Permalink
Bump axum from 0.7.6 to 0.7.7 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 3ee3cd6 commit fde5276
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 crates/utiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ required-features = [
anyhow.workspace = true
async-sqlite = { workspace = true, features = ["bundled", "functions", "trace", "blob"] }
async-trait = "0.1.83"
axum = { version = "0.7.6", features = ["tokio", "json", "macros"] }
axum = { version = "0.7.7", features = ["tokio", "json", "macros"] }
chrono = "0.4.38"
clap = { workspace = true, features = ["derive", "color", "wrap_help"], optional = true }
fnv = "1.0.7"
Expand Down

0 comments on commit fde5276

Please sign in to comment.