Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed Dec 14, 2024
1 parent 49da343 commit 2ca3250
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ rust-version = "1.80"
[lib]
crate-type = ["staticlib", "cdylib", "lib"]

[[bin]]
name = "overtls-bin"
path = "src/bin/main.rs"

[dependencies]
async-shared-timeout = "0.2"
base64 = "0.22"
Expand Down Expand Up @@ -47,7 +43,9 @@ rustls-pemfile = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
socket2 = "0.5"
socks5-impl = "0.5"
socks5-impl = { version = "0.6", default-features = false, features = [
"server",
] }
thiserror = "2"
tokio = { version = "1", features = ["full"] }
tokio-rustls = { version = "0.26", default-features = false, features = [
Expand All @@ -64,6 +62,10 @@ webpki = { package = "rustls-webpki", version = "0.102", features = [
] }
webpki-roots = "0.26"

[[bin]]
name = "overtls-bin"
path = "src/bin/main.rs"

[target.'cfg(unix)'.dependencies]
daemonize = "0.5"

Expand Down

0 comments on commit 2ca3250

Please sign in to comment.