mirror of https://github.com/rapiz1/rathole.git
chore: bump tracing-subscriber (#247)
Co-authored-by: evergreen-trading-systems <4870868+evergreen-trading-systems@users.noreply.github.com>
This commit is contained in:
parent
a1815900f9
commit
d2960b5bde
|
@ -61,7 +61,7 @@ hex = "0.4"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
backoff = { version = "0.4", features = ["tokio"] }
|
backoff = { version = "0.4", features = ["tokio"] }
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-subscriber = "0.2"
|
tracing-subscriber = { version="0.3", features=["env-filter"] }
|
||||||
socket2 = { version = "0.4", features = ["all"] }
|
socket2 = { version = "0.4", features = ["all"] }
|
||||||
fdlimit = "0.2"
|
fdlimit = "0.2"
|
||||||
tokio-native-tls = { version = "0.3", optional = true }
|
tokio-native-tls = { version = "0.3", optional = true }
|
||||||
|
|
Loading…
Reference in New Issue