Skip to content

Commit 60338c8

Browse files
build(deps): bump libfuzzer-sys from 0.4.10 to 0.4.12 (#4490)
Bumps [libfuzzer-sys](https://github.com/rust-fuzz/libfuzzer) from 0.4.10 to 0.4.12. - [Changelog](https://github.com/rust-fuzz/libfuzzer/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-fuzz/libfuzzer/commits) --- updated-dependencies: - dependency-name: libfuzzer-sys dependency-version: 0.4.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4d66e75 commit 60338c8

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
@@ -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.52.0",
601+
"windows-sys 0.61.1",
602602
]
603603

604604
[[package]]
@@ -1038,7 +1038,7 @@ dependencies = [
10381038
"hyper",
10391039
"libc",
10401040
"pin-project-lite",
1041-
"socket2 0.5.10",
1041+
"socket2 0.6.2",
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.52.0",
1205+
"windows-sys 0.61.1",
12061206
]
12071207

12081208
[[package]]
@@ -1287,9 +1287,9 @@ checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
12871287

12881288
[[package]]
12891289
name = "libfuzzer-sys"
1290-
version = "0.4.10"
1290+
version = "0.4.12"
12911291
source = "registry+https://github.com/rust-lang/crates.io-index"
1292-
checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
1292+
checksum = "f12a681b7dd8ce12bff52488013ba614b869148d54dd79836ab85aafdd53f08d"
12931293
dependencies = [
12941294
"arbitrary",
12951295
"cc",
@@ -3480,7 +3480,7 @@ dependencies = [
34803480
"errno",
34813481
"libc",
34823482
"linux-raw-sys 0.11.0",
3483-
"windows-sys 0.52.0",
3483+
"windows-sys 0.61.1",
34843484
]
34853485

34863486
[[package]]
@@ -3776,7 +3776,7 @@ dependencies = [
37763776
"getrandom 0.3.1",
37773777
"once_cell",
37783778
"rustix 1.1.3",
3779-
"windows-sys 0.52.0",
3779+
"windows-sys 0.61.1",
37803780
]
37813781

37823782
[[package]]

0 commit comments

Comments
 (0)