Skip to content

Commit b54ff49

Browse files
committed
deps: bump smoltcp to 0.13, boringtun to 0.7.1
1 parent b6232e2 commit b54ff49

3 files changed

Lines changed: 30 additions & 24 deletions

File tree

Cargo.lock

Lines changed: 27 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@ debug = true
1313

1414
[patch.crates-io]
1515
rustls = { git = "https://github.com/XOR-op/rustls.delta.git", branch = "v0.23.12" }
16-
smoltcp = { git = "https://github.com/XOR-op/smoltcp.git", branch = "rcv-buf-pinned" }
17-
# Only used to bump x25519-dalek; will be removed once 0.6.1 is released
18-
boringtun = { git = "https://github.com/XOR-op/boringtun", branch = "master" }
16+
smoltcp = { git = "https://github.com/XOR-op/smoltcp.git", branch = "0.13-rcv-buf-pinned" }

boltconn/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ x25519-dalek = "2.0.1"
110110
interpolator = "0.5.0"
111111
# Proxies
112112
fast-socks5 = "0.9.1"
113-
boringtun = "0.6.0"
113+
boringtun = "0.7"
114114
sha2 = "0.10.8"
115115
shadowsocks = { version = "1.16.0", default-features = false }
116-
smoltcp = { version = "0.12.0", features = ["socket-tcp-cubic"] }
116+
smoltcp = { version = "0.13.0", features = ["socket-tcp-cubic"] }
117117
# Command line
118118
clap = { version = "4.4.6", features = ["derive"] }
119119
clap_complete = "4.4.3"

0 commit comments

Comments
 (0)