Skip to content

Commit

Permalink
Update socket2 dependency (#1521)
Browse files Browse the repository at this point in the history
* Use released socket2 version.

* changelog
  • Loading branch information
t4lz authored Jun 8, 2023
1 parent 88bc139 commit f9c796f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
15 changes: 3 additions & 12 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 @@ -60,7 +60,7 @@ http-body = { git = "https://github.com/meowjesty/http-body", branch = "issue/92
http-body-util = { git = "https://github.com/meowjesty/http-body", branch = "issue/922/http2" }
libc = "0.2"
bimap = "0.6.2"
socket2 = { git = "https://github.com/t4lz/socket2", branch = "unix-sockets", features = ["all"]}
socket2 = { version = "0.5.3", features = ["all"]}
which = "4"
semver = "1"

Expand Down
1 change: 1 addition & 0 deletions changelog.d/+socket2.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update our socket2 dependency, since the code we pushed there was released.

0 comments on commit f9c796f

Please sign in to comment.