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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and sandhose committed Dec 13, 2024
1 parent 166c3d1 commit 1eef8b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 crates/listener/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hyper = { workspace = true, features = ["server"] }
hyper-util.workspace = true
libc = "0.2.167"
pin-project-lite = "0.2.15"
socket2 = "0.5.7"
socket2 = "0.5.8"
thiserror.workspace = true
tokio.workspace = true
tokio-rustls = "0.26.1"
Expand Down

0 comments on commit 1eef8b7

Please sign in to comment.