Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 1770e03

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): bump socket2 from 0.5.4 to 0.5.5
Bumps [socket2](https://github.com/rust-lang/socket2) from 0.5.4 to 0.5.5. - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](rust-lang/socket2@v0.5.4...v0.5.5) --- updated-dependencies: - dependency-name: socket2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cb70c5f commit 1770e03

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -13,7 +13,7 @@ futures-util = "0.3.28"
1313
http-body = "0.4.5"
1414
hyper = { version = "0.14.27", features = ["server", "http1", "http2", "tcp"] }
1515
pin-project-lite = "0.2.13"
16-
socket2 = "0.5.4"
16+
socket2 = "0.5.5"
1717
thiserror.workspace = true
1818
tokio = { version = "1.33.0", features = ["net", "rt", "macros", "signal", "time"] }
1919
tokio-rustls = "0.24.1"

0 commit comments

Comments
 (0)