Skip to content

Commit

Permalink
Revert "build(deps): bump socket2 from 0.4.4 to 0.4.5 (#1654)" (#1681)
Browse files Browse the repository at this point in the history
socket2 v0.4.5 has been yanked (rust-lang/socket2#308).

This reverts commit 9004d9c.

Signed-off-by: Oliver Gould <ver@buoyant.io>
  • Loading branch information
olix0r committed May 18, 2022
1 parent 40c423f commit 05c740d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock
Expand Up @@ -2248,12 +2248,12 @@ checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"

[[package]]
name = "socket2"
version = "0.4.5"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca642ba17f8b2995138b1d7711829c92e98c0a25ea019de790f4f09279c4e296"
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
dependencies = [
"libc",
"windows-sys",
"winapi",
]

[[package]]
Expand Down

0 comments on commit 05c740d

Please sign in to comment.