Skip to content

Commit

Permalink
build(deps): bump socket2 from 0.5.7 to 0.5.8
Browse files Browse the repository at this point in the history
Bumps [socket2](https://github.com/rust-lang/socket2) from 0.5.7 to 0.5.8.
- [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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and fujiapple852 committed Dec 11, 2024
1 parent 3877d6f commit ea564bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -66,7 +66,7 @@ serde = { version = "1.0.201", default-features = false }
serde_json = { version = "1.0.117", default-features = false }
serde_with = { version = "3.11.0", default-features = false, features = ["macros"] }
serde_yml = "0.0.12"
socket2 = "0.5.7"
socket2 = "0.5.8"
strum = { version = "0.26.3", default-features = false }
sys-locale = "0.3.2"
test-case = "3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/trippy-core/src/net/platform/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ mod socket {
#[instrument(skip(self))]
fn set_header_included(&mut self, included: bool) -> IoResult<()> {
self.inner
.set_header_included(included)
.set_header_included_v4(included)
.map_err(|err| IoError::Other(err, IoOperation::SetHeaderIncluded))
}
#[instrument(skip(self))]
Expand Down

0 comments on commit ea564bf

Please sign in to comment.