Skip to content

Commit

Permalink
chore(deps): bump axum from 0.7.4 to 0.7.5 (#262)
Browse files Browse the repository at this point in the history
Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.4 to 0.7.5.
- [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.4...axum-v0.7.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 27, 2024
1 parent c6f9d20 commit 283c217
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
26 changes: 16 additions & 10 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 integrationtests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "src/lib.rs"

[dependencies]
rand = "0.8.5"
axum = "0.7.4"
axum = "0.7.5"
anyhow = { version = "1.0.80", features = ["backtrace"] }
serde = { version = "1.0.197", features = ["derive"] }
lightning-invoice = "0.29.0"
Expand Down
2 changes: 1 addition & 1 deletion moksha-mint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ clap = { version = "4.5.1", features = ["env", "derive"] }
hex = "0.4.3"
async-trait = "0.1.74"
anyhow = { version = "1.0.75", features = ["backtrace"] }
axum = { version = "0.7.4", features = ["http2"] }
axum = { version = "0.7.5", features = ["http2"] }
hyper = "1"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
Expand Down

0 comments on commit 283c217

Please sign in to comment.