Skip to content

Commit

Permalink
Bump axum from 0.7.9 to 0.8.1 in the cargo_dependencies group (#48)
Browse files Browse the repository at this point in the history
* Bump axum from 0.7.9 to 0.8.1 in the cargo_dependencies group

Bumps the cargo_dependencies group with 1 update: [axum](https://github.com/tokio-rs/axum).


Updates `axum` from 0.7.9 to 0.8.1
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/axum/commits)

---
updated-dependencies:
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo_dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Updated changelog with updated dependencies

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and github-actions[bot] authored Jan 7, 2025
1 parent a73db64 commit 0c9e1e0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 31 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- `thiserror`: 2.0.7 → 2.0.9
- `crambl/dependabot-changelog-writer`: 0.4.0 → 0.5.0
- `crate-ci/typos`: 1.28.3 → 1.29.4 ([#47](https://github.com/CramBL/fidelityfetch/pull/47))
- `axum`: 0.7.9 → 0.8.1 ([#48](https://github.com/CramBL/fidelityfetch/pull/48))

## [0.4.1]

Expand Down
42 changes: 12 additions & 30 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 @@ -25,7 +25,7 @@ path = "src/main.rs"
[dependencies]
clap = { version = "4.5", features = ["derive", "env"] }
clap_complete = "4.5"
axum = "0.7"
axum = "0.8"
mime_guess = "2.0.5"
tokio = { version = "1.42", features = ["full"] }
tracing = "0.1"
Expand Down

0 comments on commit 0c9e1e0

Please sign in to comment.