Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Nov 26, 2023
1 parent 87cf422 commit b352d57
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
64 changes: 32 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,35 +7,35 @@ repository = "https://github.com/erebe/wstunnel.git"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.4.7", features = ["derive"]}
url = "2.4.1"
clap = { version = "4.4.8", features = ["derive"]}
url = "2.5.0"
anyhow = "1.0.75"

hyper = { version = "0.14.27", features = ["client", "runtime"] }
fastwebsockets = { git = "https://github.com/erebe/fastwebsockets", branch = "split", features = ["upgrade", "simd", "unstable-split"]}
libc = { version = "0.2.149", features = []}
fastwebsockets = { git = "https://github.com/denoland/fastwebsockets", branch = "main", features = ["upgrade", "simd", "unstable-split"]}
libc = { version = "0.2.150", features = []}
once_cell = { version = "1.18.0", features = [] }
ahash = { version = "0.8.6", features = []}
pin-project = "1"
scopeguard = "1.2.0"
uuid = { version = "1.5.0", features = ["v7", "serde"] }
uuid = { version = "1.6.1", features = ["v7", "serde"] }
jsonwebtoken = { version = "9.1.0", default-features = false }
rustls-pemfile = { version = "1.0.3", features = [] }
rustls-pemfile = { version = "1.0.4", features = [] }
bytes = { version = "1.5.0", features = [] }
parking_lot = "0.12.1"
urlencoding = "2.1.3"

rustls-native-certs = { version = "0.6.3", features = [] }
tokio = { version = "1.33.0", features = ["full"] }
tokio = { version = "1.34.0", features = ["full"] }
tokio-rustls = { version = "0.24.1", features = ["tls12", "dangerous_configuration", "early-data"] }
tokio-stream = { version = "0.1.14", features = ["net"] }
fast-socks5 = { version = "0.9.1", features = [] }
futures-util = { version = "0.3.29" }

tracing = { version = "0.1.40", features = ["log"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "fmt", "local-time"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt", "local-time"] }
base64 = "0.21.5"
serde = { version = "1.0.190", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
log = "0.4.20"

bb8 = { version = "0.8", features = [] }
Expand Down

0 comments on commit b352d57

Please sign in to comment.