aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-09-16 04:16:13 +0000
committerGitHub <noreply@github.com>2021-09-16 04:16:13 +0000
commitcbb95b771c9f4310dcf90f36b6803b41a33e7172 (patch)
treee7c8e996547a19ac1f4a0d873ec2af92d8b7bd29
parentMerge pull request #599 from svenstaro/dependabot/cargo/anyhow-1.0.44 (diff)
downloadminiserve-cbb95b771c9f4310dcf90f36b6803b41a33e7172.tar.gz
miniserve-cbb95b771c9f4310dcf90f36b6803b41a33e7172.zip
Bump socket2 from 0.4.1 to 0.4.2
Bumps [socket2](https://github.com/rust-lang/socket2) from 0.4.1 to 0.4.2. - [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.4.1...v0.4.2) --- updated-dependencies: - dependency-name: socket2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5d176ee..54c98fc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2308,9 +2308,9 @@ checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
[[package]]
name = "socket2"
-version = "0.4.1"
+version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
+checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516"
dependencies = [
"libc",
"winapi 0.3.9",