Skip to content

Commit fca9ffd

Browse files
Bump axum from 0.8.0-rc.1 to 0.8.0
Bumps [axum](https://github.com/tokio-rs/axum) from 0.8.0-rc.1 to 0.8.0. - [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.8.0-rc.1...axum-v0.8.0) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c757a15 commit fca9ffd

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Cargo.lock

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["ip", "proxy", "geolocation", "lichess"]
99
edition = "2021"
1010

1111
[dependencies]
12-
axum = "0.8.0-rc.1"
12+
axum = "0.8.0"
1313
tokio = { version = "1", features = ["full"] }
1414
serde = { version = "1", features = ["derive"] }
1515
serde_with = "3"

0 commit comments

Comments
 (0)