Skip to content

Commit e2e6c3b

Browse files
build(deps): bump socket2 from 0.5.7 to 0.5.8
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]>
1 parent 0938a5a commit e2e6c3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/listener/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ hyper = { workspace = true, features = ["server"] }
1919
hyper-util.workspace = true
2020
libc = "0.2.167"
2121
pin-project-lite = "0.2.15"
22-
socket2 = "0.5.7"
22+
socket2 = "0.5.8"
2323
thiserror.workspace = true
2424
tokio.workspace = true
2525
tokio-rustls = "0.26.1"

0 commit comments

Comments
 (0)