Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Oct 2, 2024
1 parent 4bc7ab6 commit 2b93a86
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ scopeguard = "1.2.0"

bb8 = { version = "0.8", features = [] }
bytes = { version = "1.7.2", features = [] }
clap = { version = "4.5.18", features = ["derive", "env"] }
clap = { version = "4.5.19", features = ["derive", "env"] }
fast-socks5 = { version = "0.9.6", features = [] }
fastwebsockets = { git = "https://github.com/erebe/fastwebsockets.git", features = ["upgrade", "simd", "unstable-split"] }
futures-util = { version = "0.3.30" }
Expand All @@ -23,7 +23,7 @@ ppp = { version = "2.2.0", features = [] }
async-channel = { version = "2.3.1", features = [] }

# For config file parsing
regex = { version = "1.10.6", default-features = false, features = ["std", "perf"] }
regex = { version = "1.11.0", default-features = false, features = ["std", "perf"] }
serde_regex = "1.1.0"
serde_yaml = { version = "0.9.34", features = [] }
ipnet = { version = "2.10.0", features = ["serde"] }
Expand All @@ -39,7 +39,7 @@ pin-project = "1"
notify = { version = "6.1.1", features = [] }

rustls-native-certs = { version = "0.8.0", features = [] }
rustls-pemfile = { version = "2.1.3", features = [] }
rustls-pemfile = { version = "2.2.0", features = [] }
x509-parser = "0.16.0"
serde = { version = "1.0.210", features = ["derive"] }
socket2 = { version = "0.5.7", features = [] }
Expand Down

0 comments on commit 2b93a86

Please sign in to comment.