Skip to content

Commit

Permalink
chore(deps): bump socket2 from 0.4.0 to 0.4.1 (#8498)
Browse files Browse the repository at this point in the history
Bumps [socket2](https://github.com/rust-lang/socket2) from 0.4.0 to 0.4.1.
- [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/commits)

---
updated-dependencies:
- dependency-name: socket2
  dependency-type: direct:production
  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>
  • Loading branch information
dependabot[bot] authored Jul 29, 2021
1 parent 5159030 commit b54bd88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ seahash = { version = "4.1.0", default-features = false, optional = true }
semver = { version = "1.0.3", default-features = false, features = ["serde", "std"], optional = true }
snafu = { version = "0.6.10", default-features = false, features = ["futures"] }
snap = { version = "1.0.5", default-features = false, optional = true }
socket2 = { version = "0.4.0", default-features = false }
socket2 = { version = "0.4.1", default-features = false }
stream-cancel = { version = "0.8.1", default-features = false }
strip-ansi-escapes = { version = "0.1.0", default-features = false }
structopt = { version = "0.3.22", default-features = false }
Expand Down

0 comments on commit b54bd88

Please sign in to comment.