Skip to content

Commit d93a046

Browse files
Update socks5-impl requirement from 0.7 to 0.8 (#9)
1 parent ee11481 commit d93a046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ regex = { version = "1.10", optional = true }
7070
serde = { version = "1.0", optional = true }
7171
serde_derive = { version = "1.0", optional = true }
7272
serde_json = { version = "1.0", optional = true }
73-
socks5-impl = { version = "0.7", default-features = false, features = [
73+
socks5-impl = { version = "0.8", default-features = false, features = [
7474
"client",
7575
"server",
7676
], optional = true }

0 commit comments

Comments
 (0)