diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-26 04:39:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 04:39:54 +0000 |
commit | 5e69a16a78109dea0d45c2edee5cac5c8bfe8ab3 (patch) | |
tree | 19ead75667d673caefe38e0736450a10c94a9699 | |
parent | Bump deps (diff) | |
download | miniserve-5e69a16a78109dea0d45c2edee5cac5c8bfe8ab3.tar.gz miniserve-5e69a16a78109dea0d45c2edee5cac5c8bfe8ab3.zip |
Bump socket2 from 0.5.5 to 0.5.6
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: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2486,12 +2486,12 @@ checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[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]] |