Skip to content

Commit

Permalink
build(deps): bump socket2 from 0.4.2 to 0.4.3 (#1439)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 21, 2022
1 parent 3f86e73 commit d4dfe91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ dependencies = [
"httpdate",
"itoa 0.4.8",
"pin-project-lite",
"socket2 0.4.2",
"socket2 0.4.3",
"tokio",
"tower-service",
"tracing",
Expand Down Expand Up @@ -910,7 +910,7 @@ dependencies = [
"linkerd2-proxy-api",
"regex",
"rustls-pemfile",
"socket2 0.4.2",
"socket2 0.4.3",
"tokio",
"tokio-rustls",
"tokio-stream",
Expand Down Expand Up @@ -1432,7 +1432,7 @@ dependencies = [
"linkerd-error",
"linkerd-io",
"linkerd-stack",
"socket2 0.4.2",
"socket2 0.4.3",
"thiserror",
"tokio",
"tokio-stream",
Expand Down Expand Up @@ -2285,9 +2285,9 @@ dependencies = [

[[package]]
name = "socket2"
version = "0.4.2"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516"
checksum = "0f82496b90c36d70af5fcd482edaa2e0bd16fade569de1330405fecbbdac736b"
dependencies = [
"libc",
"winapi",
Expand Down

0 comments on commit d4dfe91

Please sign in to comment.