Skip to content

Commit

Permalink
build(deps): bump axum from 0.7.7 to 0.7.9
Browse files Browse the repository at this point in the history
Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.7 to 0.7.9.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.7.7...axum-v0.7.9)

---
updated-dependencies:
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 3408ab8 commit cb6c1d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 repology-webapp-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.93"
axum = "0.7.7"
axum = "0.7.9"
bytes = "1.8.0"
json = "0.12.4"
mime = "0.3.17"
Expand Down
2 changes: 1 addition & 1 deletion repology-webapp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ coverage = [] # used to calculate coverage correctly (see https://github.com/ru
[dependencies]
anyhow = "1.0.93"
askama = "0.12.1"
axum = { version = "0.7.7", features = ["macros"] }
axum = { version = "0.7.9", features = ["macros"] }
chrono = { version = "0.4.38", default-features = false, features = ["std", "now"] }
cityhasher = "0.1.0"
clap = { version = "4.5.20", features = ["derive"] }
Expand Down

0 comments on commit cb6c1d1

Please sign in to comment.