Update thiserror requirement from 1 to 2 (#162)

This commit is contained in:
dependabot[bot] 2024-11-07 10:37:46 +08:00 committed by GitHub
parent 1a508918a2
commit 8c98d1dc74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }