Skip to content

Commit 3c28fe3

Browse files
build(deps): bump the axum group with 3 updates
Bumps the axum group with 3 updates: [axum](https://github.com/tokio-rs/axum), [axum-extra](https://github.com/tokio-rs/axum) and [axum-macros](https://github.com/tokio-rs/axum). Updates `axum` from 0.7.5 to 0.7.7 - [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.7.7) Updates `axum-extra` from 0.9.3 to 0.9.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-extra-v0.9.3...axum-extra-v0.9.4) Updates `axum-macros` from 0.4.1 to 0.4.2 - [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-macros-v0.4.1...axum-macros-v0.4.2) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch dependency-group: axum - dependency-name: axum-extra dependency-type: direct:production update-type: version-update:semver-patch dependency-group: axum - dependency-name: axum-macros dependency-type: direct:production update-type: version-update:semver-patch dependency-group: axum ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8c5bc60 commit 3c28fe3

File tree

3 files changed

+47
-32
lines changed

3 files changed

+47
-32
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ version = "1.0.89"
7676

7777
# HTTP router
7878
[workspace.dependencies.axum]
79-
version = "0.7.5"
79+
version = "0.7.7"
8080

8181
# Extra utilities for Axum
8282
[workspace.dependencies.axum-extra]
83-
version = "0.9.3"
83+
version = "0.9.4"
8484
features = ["cookie-private", "cookie-key-expansion", "typed-header"]
8585

8686
# Bytes

crates/handlers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ hyper.workspace = true
3232
tower.workspace = true
3333
tower-http.workspace = true
3434
axum.workspace = true
35-
axum-macros = "0.4.1"
35+
axum-macros = "0.4.2"
3636
axum-extra.workspace = true
3737
rustls.workspace = true
3838

0 commit comments

Comments
 (0)