Browse Source

updated the versions

pull/16/head
Karan Gauswami 2 years ago
parent
commit
6f72537f1a
No known key found for this signature in database GPG Key ID: C88FAE6243A24FD3
  1. 613
      Cargo.lock
  2. 8
      Cargo.toml

613
Cargo.lock

File diff suppressed because it is too large

8
Cargo.toml

@ -11,13 +11,13 @@ description = "Convert Socks5 proxy into Http proxy"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
color-eyre = { version = "0.5", default-features = false }
color-eyre = { version = "0.6", default-features = false }
futures-util = "0.3"
http = "0.2"
hyper = { version = "0.14", features = ["http1", "server", "tcp", "client"] }
clap = { version = "4", features = ["derive"] }
tokio-socks = "0.5"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
hyper-socks2 = { version = "0.6" }
tokio = { version = "1.28", features = ["macros", "rt-multi-thread"] }
hyper-socks2 = { version = "0.8" }
log = "0.4"
env_logger = "0.9"
env_logger = "0.10"

Loading…
Cancel
Save