Skip to content

Commit

Permalink
Bump version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed May 1, 2024
1 parent 27974c5 commit 5253e10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dns2socks"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
license = "MIT"
repository = "https://github.com/ssrlive/dns2socks"
Expand All @@ -13,14 +13,14 @@ crate-type = ["staticlib", "cdylib", "rlib"]

[dependencies]
chrono = "0.4"
clap = { version = "4.5", features = ["derive", "wrap_help"] }
ctrlc2 = { version = "3.5", features = ["tokio", "termination"] }
clap = { version = "4", features = ["derive", "wrap_help"] }
ctrlc2 = { version = "3", features = ["tokio", "termination"] }
dotenvy = "0.15"
env_logger = "0.11"
log = "0.4"
moka = { version = "0.12", default-features = false, features = ["future"] }
rand = "0.8"
socks5-impl = "0.5"
tokio = { version = "1.36", features = ["full"] }
tokio = { version = "1", features = ["full"] }
tokio-util = "0.7"
trust-dns-proto = "0.23"

0 comments on commit 5253e10

Please sign in to comment.