Skip to content

Commit cc098a0

Browse files
dependabot[bot]krsnapaudel
authored andcommitted
Bump axum from 0.7.9 to 0.8.4 in /backend (#55)
Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.9 to 0.8.4. - [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.9...axum-v0.8.4) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 655c7e8 commit cc098a0

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

backend/Cargo.lock

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[dependencies]
77
async-trait = { version = "0.1" }
8-
axum = { version = "0.7" }
8+
axum = { version = "0.8" }
99
bitcoin = { version = "0.32.5", features = [ "serde" ] }
1010
chrono = { version = "0.4.38", features = ["serde"] }
1111
clap = { version = "4.5", features = [ "derive" ] }

0 commit comments

Comments
 (0)