Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dizda committed Sep 15, 2023
1 parent 81f8eb3 commit 3139804
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fast-socks5"
version = "0.8.2"
version = "0.9.0"
authors = ["Jonathan Dizdarevic <dizzda@gmail.com>"]
edition = "2021"
license = "MIT"
Expand All @@ -15,18 +15,18 @@ socks4 = []

[dependencies]
log = "0.4"
tokio = { version = "1.25.0", features = ["io-util", "net", "time", "macros"] }
anyhow = "1.0"
thiserror = "1.0"
tokio-stream = "0.1.9"
async-trait = "0.1.68"
tokio = { version = "1", features = ["io-util", "net", "time", "macros"] }
anyhow = "1"
thiserror = "1"
tokio-stream = "0.1"
async-trait = "0.1"

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

[[example]]
name = "server"
Expand Down

0 comments on commit 3139804

Please sign in to comment.