Skip to content

Commit 1330447

Browse files
build(deps): bump axum from 0.8.8 to 0.8.9 in the axum group (#4501)
Bumps the axum group with 1 update: [axum](https://github.com/tokio-rs/axum). Updates `axum` from 0.8.8 to 0.8.9 - [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.8...axum-v0.8.9) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: axum ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8e58d6 commit 1330447

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ dependencies = [
177177

178178
[[package]]
179179
name = "axum"
180-
version = "0.8.8"
180+
version = "0.8.9"
181181
source = "registry+https://github.com/rust-lang/crates.io-index"
182-
checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8"
182+
checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
183183
dependencies = [
184184
"axum-core",
185185
"bytes",
@@ -598,7 +598,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
598598
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
599599
dependencies = [
600600
"libc",
601-
"windows-sys 0.61.1",
601+
"windows-sys 0.52.0",
602602
]
603603

604604
[[package]]
@@ -1038,7 +1038,7 @@ dependencies = [
10381038
"hyper",
10391039
"libc",
10401040
"pin-project-lite",
1041-
"socket2 0.6.2",
1041+
"socket2 0.5.10",
10421042
"tokio",
10431043
"tower-service",
10441044
"tracing",
@@ -1202,7 +1202,7 @@ dependencies = [
12021202
"portable-atomic",
12031203
"portable-atomic-util",
12041204
"serde_core",
1205-
"windows-sys 0.61.1",
1205+
"windows-sys 0.52.0",
12061206
]
12071207

12081208
[[package]]
@@ -3480,7 +3480,7 @@ dependencies = [
34803480
"errno",
34813481
"libc",
34823482
"linux-raw-sys 0.11.0",
3483-
"windows-sys 0.61.1",
3483+
"windows-sys 0.52.0",
34843484
]
34853485

34863486
[[package]]
@@ -3767,7 +3767,7 @@ dependencies = [
37673767
"getrandom 0.3.1",
37683768
"once_cell",
37693769
"rustix 1.1.3",
3770-
"windows-sys 0.61.1",
3770+
"windows-sys 0.52.0",
37713771
]
37723772

37733773
[[package]]

0 commit comments

Comments
 (0)