Skip to content

Commit 01e79f9

Browse files
build(deps): bump axum-core from 0.5.2 to 0.5.5 (#4208)
Bumps [axum-core](https://github.com/tokio-rs/axum) from 0.5.2 to 0.5.5. - [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-core-v0.5.2...axum-core-v0.5.5) --- updated-dependencies: - dependency-name: axum-core dependency-version: 0.5.5 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f315c2 commit 01e79f9

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Cargo.lock

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

226226
[[package]]
227227
name = "axum-core"
228-
version = "0.5.2"
228+
version = "0.5.5"
229229
source = "registry+https://github.com/rust-lang/crates.io-index"
230-
checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6"
230+
checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22"
231231
dependencies = [
232232
"bytes",
233233
"futures-core",
@@ -236,7 +236,6 @@ dependencies = [
236236
"http-body-util",
237237
"mime",
238238
"pin-project-lite",
239-
"rustversion",
240239
"sync_wrapper",
241240
"tower-layer",
242241
"tower-service",
@@ -613,7 +612,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
613612
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
614613
dependencies = [
615614
"libc",
616-
"windows-sys 0.59.0",
615+
"windows-sys 0.52.0",
617616
]
618617

619618
[[package]]
@@ -1245,7 +1244,7 @@ dependencies = [
12451244
"portable-atomic",
12461245
"portable-atomic-util",
12471246
"serde",
1248-
"windows-sys 0.59.0",
1247+
"windows-sys 0.52.0",
12491248
]
12501249

12511250
[[package]]
@@ -3490,7 +3489,7 @@ dependencies = [
34903489
"errno",
34913490
"libc",
34923491
"linux-raw-sys 0.4.15",
3493-
"windows-sys 0.59.0",
3492+
"windows-sys 0.52.0",
34943493
]
34953494

34963495
[[package]]
@@ -3503,7 +3502,7 @@ dependencies = [
35033502
"errno",
35043503
"libc",
35053504
"linux-raw-sys 0.9.2",
3506-
"windows-sys 0.59.0",
3505+
"windows-sys 0.52.0",
35073506
]
35083507

35093508
[[package]]
@@ -3803,7 +3802,7 @@ dependencies = [
38033802
"getrandom 0.3.1",
38043803
"once_cell",
38053804
"rustix 1.0.2",
3806-
"windows-sys 0.59.0",
3805+
"windows-sys 0.52.0",
38073806
]
38083807

38093808
[[package]]

0 commit comments

Comments
 (0)