mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-20 13:59:10 +00:00
Update thiserror requirement from 1 to 2 (#162)
This commit is contained in:
parent
1a508918a2
commit
8c98d1dc74
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ log = { version = "0.4", features = ["std"] }
|
||||||
mimalloc = { version = "0.1", default-features = false, optional = true }
|
mimalloc = { version = "0.1", default-features = false, optional = true }
|
||||||
percent-encoding = "2"
|
percent-encoding = "2"
|
||||||
socks5-impl = { version = "0.5" }
|
socks5-impl = { version = "0.5" }
|
||||||
thiserror = "1"
|
thiserror = "2"
|
||||||
tokio = { version = "1", features = ["full"] }
|
tokio = { version = "1", features = ["full"] }
|
||||||
tokio-util = "0.7"
|
tokio-util = "0.7"
|
||||||
tproxy-config = { version = "6", default-features = false }
|
tproxy-config = { version = "6", default-features = false }
|
||||||
|
|
Loading…
Add table
Reference in a new issue