Skip to content

Commit 770afb5

Browse files
Bump axum from 0.7.5 to 0.8.4
Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.5 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.5...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>
1 parent c5994ad commit 770afb5

File tree

2 files changed

+90
-18
lines changed

2 files changed

+90
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
axum = { version = "0.7", features = ["multipart"] }
7+
axum = { version = "0.8", features = ["multipart"] }
88
tokio={version="1.45", features = ["full"] }
99
imageproc="0.25"
1010
resvg="0.45"

0 commit comments

Comments
 (0)