2 changed files with 5 additions and 5 deletions
@ -2,7 +2,7 @@ |
|||||
name = "sthp" |
name = "sthp" |
||||
version = "0.2.0" |
version = "0.2.0" |
||||
authors = ["Karan Gauswami <[email protected]>"] |
authors = ["Karan Gauswami <[email protected]>"] |
||||
edition = "2018" |
edition = "2021" |
||||
|
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
||||
|
|
||||
@ -12,5 +12,5 @@ http = "0.2" |
|||||
hyper = { version = "0.14", features = ["http1", "server", "tcp"]} |
hyper = { version = "0.14", features = ["http1", "server", "tcp"]} |
||||
structopt = { version="0.3", default-features = false} |
structopt = { version="0.3", default-features = false} |
||||
tokio-socks = "0.5" |
tokio-socks = "0.5" |
||||
tokio = { version = "1.7", features = ["macros", "rt-multi-thread"] } |
tokio = { version = "1.13", features = ["macros", "rt-multi-thread"] } |
||||
anyhow = "1.0.41" |
anyhow = "1.0" |
Loading…
Reference in new issue