Browse Source

Update thiserror requirement from 1 to 2 (#162)

pull/166/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
8c98d1dc74
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      Cargo.toml

2
Cargo.toml

@ -34,7 +34,7 @@ log = { version = "0.4", features = ["std"] }
mimalloc = { version = "0.1", default-features = false, optional = true }
percent-encoding = "2"
socks5-impl = { version = "0.5" }
thiserror = "1"
thiserror = "2"
tokio = { version = "1", features = ["full"] }
tokio-util = "0.7"
tproxy-config = { version = "6", default-features = false }

Loading…
Cancel
Save