Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
bump version v0.8.1
  • Loading branch information
dizda committed Aug 25, 2022
1 parent 2f034e2 commit 008a6c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fast-socks5"
version = "0.8.0"
version = "0.8.1"
authors = ["Jonathan Dizdarevic <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -15,16 +15,16 @@ socks4 = []

[dependencies]
log = "0.4"
tokio = { version = "1.17.0", features = ["io-util", "net", "time", "macros"] }
tokio = { version = "1.20.1", features = ["io-util", "net", "time", "macros"] }
anyhow = "1.0"
thiserror = "1.0"
tokio-stream = "0.1.8"
tokio-stream = "0.1.9"

# Dependencies for examples and tests
[dev-dependencies]
env_logger = "0.7"
env_logger = "0.9"
structopt = "0.3"
tokio = { version = "1.17.0", features = ["io-util", "net", "time", "rt-multi-thread", "macros"] }
tokio = { version = "1.20.1", features = ["io-util", "net", "time", "rt-multi-thread", "macros"] }
tokio-test = "0.4.2"

[[example]]
Expand Down

0 comments on commit 008a6c9

Please sign in to comment.