-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Bump version 0.5.10
Showing
2 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "socks5-impl" | ||
version = "0.5.9" | ||
version = "0.5.10" | ||
authors = ["ssrlive <[email protected]>"] | ||
description = "Fundamental abstractions and async read / write functions for SOCKS5 protocol and Relatively low-level asynchronized SOCKS5 server implementation based on tokio" | ||
categories = ["network-programming", "asynchronous"] | ||
|
@@ -24,7 +24,7 @@ thiserror = "1.0" | |
tokio = { version = "1.36", features = ["full"], optional = true } | ||
|
||
[dev-dependencies] | ||
clap = { version = "4.4", features = ["derive"] } | ||
clap = { version = "4.5", features = ["derive"] } | ||
ctrlc2 = { version = "3.5", features = ["tokio", "termination"] } | ||
dotenvy = "0.15" | ||
env_logger = "0.11" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters