aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-01 16:42:19 +0000
committerGitHub <noreply@github.com>2024-03-01 16:42:19 +0000
commit691a0f17cb77ecb53bd63cfe241227b85eeb14d5 (patch)
tree210adcc2d7cdda06cb612e2775c1e146981a289f /Cargo.lock
parentb785aea2cfe87ef55bbdc011fee19cc93293349e (diff)
downloadservo-691a0f17cb77ecb53bd63cfe241227b85eeb14d5.tar.gz
servo-691a0f17cb77ecb53bd63cfe241227b85eeb14d5.zip
build(deps): bump socket2 from 0.5.5 to 0.5.6 (#31471)
Bumps [socket2](https://github.com/rust-lang/socket2) from 0.5.5 to 0.5.6. - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/socket2/compare/v0.5.5...v0.5.6) --- updated-dependencies: - dependency-name: socket2 dependency-type: indirect 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>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7177c61e92c..a07d19cc097 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5654,12 +5654,12 @@ dependencies = [
[[package]]
name = "socket2"
-version = "0.5.5"
+version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
+checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
dependencies = [
"libc",
- "windows-sys 0.48.0",
+ "windows-sys 0.52.0",
]
[[package]]