Skip to content

Commit

Permalink
chore(deps): upgrade socket2
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Sep 15, 2023
1 parent 86b9641 commit 229757e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ http = "0.2"
once_cell = "1.14"

pin-project-lite = "0.2.4"
socket2 = "0.4"
socket2 = "0.5"
tracing = { version = "0.1", default-features = false, features = ["std"] }
tokio = { version = "1", features = ["net", "rt", "time"] }
tower-service = "0.3"
Expand Down

0 comments on commit 229757e

Please sign in to comment.