Skip to content

Commit 7b3f752

Browse files
build(deps): bump axum from 0.8.6 to 0.8.7 in the axum group (#4301)
* build(deps): bump axum from 0.8.6 to 0.8.7 in the axum group Bumps the axum group with 1 update: [axum](https://github.com/tokio-rs/axum). Updates `axum` from 0.8.6 to 0.8.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.8.6...axum-v0.8.7) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: axum ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update socket2 runs `cargo update -p [email protected]`. Signed-off-by: katelyn martin <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: katelyn martin <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: katelyn martin <[email protected]>
1 parent 22af23a commit 7b3f752

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ dependencies = [
199199

200200
[[package]]
201201
name = "axum"
202-
version = "0.8.6"
202+
version = "0.8.7"
203203
source = "registry+https://github.com/rust-lang/crates.io-index"
204-
checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871"
204+
checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425"
205205
dependencies = [
206206
"axum-core",
207207
"bytes",
@@ -620,7 +620,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
620620
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
621621
dependencies = [
622622
"libc",
623-
"windows-sys 0.61.1",
623+
"windows-sys 0.59.0",
624624
]
625625

626626
[[package]]
@@ -1238,7 +1238,7 @@ dependencies = [
12381238
"portable-atomic",
12391239
"portable-atomic-util",
12401240
"serde_core",
1241-
"windows-sys 0.61.1",
1241+
"windows-sys 0.59.0",
12421242
]
12431243

12441244
[[package]]
@@ -3822,7 +3822,7 @@ dependencies = [
38223822
"getrandom 0.3.1",
38233823
"once_cell",
38243824
"rustix 1.0.2",
3825-
"windows-sys 0.61.1",
3825+
"windows-sys 0.59.0",
38263826
]
38273827

38283828
[[package]]

0 commit comments

Comments
 (0)