Skip to content

Commit

Permalink
Fixing the clap version due to deprecation of the macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
xnuter committed Nov 18, 2021
1 parent b243894 commit b5119b5
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 @@ -17,7 +17,7 @@ HTTP Tunnel/TCP Proxy example written in Rust.
[dependencies]
tokio-native-tls = "0.3"
native-tls = "0.2"
clap = "3.0.0-beta.1"
clap = "2.33"
regex = "1.3"
rand = "0.8"
yaml-rust = "0.4"
Expand Down

0 comments on commit b5119b5

Please sign in to comment.