Skip to content

Commit

Permalink
chore(deps): bump socket2 from 0.4.7 to 0.5.1
Browse files Browse the repository at this point in the history
Bumps [socket2](https://github.com/rust-lang/socket2) from 0.4.7 to 0.5.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/v0.5.1)

---
updated-dependencies:
- dependency-name: socket2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 28, 2023
1 parent 9adbcf1 commit bbdf5e5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 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 lib/framework/Cargo.toml
Expand Up @@ -75,7 +75,7 @@ serde_regex = { path = "../serde_regex" }
serde_yaml = { version = "0.9.19" }
measurable = { path = "../measurable" }
snap = { version = "1.1.0", default-features = false }
socket2 = { version = "0.4.7", default-features = false }
socket2 = { version = "0.5.1", default-features = false }
syslog_loose = { version = "0.18.0", default-features = false }
thiserror = { version = "1.0.40" }
tokio = { version = "1.27.0", features = ["time", "net", "signal", "fs", "rt-multi-thread"] }
Expand Down

0 comments on commit bbdf5e5

Please sign in to comment.