Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Update Rust crate axum to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent 5f41701 commit c4befb9
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 30 deletions.
95 changes: 66 additions & 29 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name = "mongodb-data-api"

[dependencies]
anyhow = "1.0.75"
axum = { version = "0.6.20", features = ["tracing"] }
axum = { version = "0.7.2", features = ["tracing"] }
clap = { version = "4.3.21", features = ["derive", "env"] }
mongodb = { version = "2.7.0", features = ["tracing-unstable"] }
tokio = { version = "1.31.0", features = ["tokio-macros", "rt-multi-thread"] }
Expand Down

0 comments on commit c4befb9

Please sign in to comment.