Cargo.toml: Bump tokio.

This commit is contained in:
Jonathan Davies 2023-05-21 20:44:45 +01:00
parent dc358ebcf8
commit d66376634f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ telemetry = ["opentelemetry", "opentelemetry-contrib"]
[dependencies]
futures = "0.3.17"
pin-project = "1.0.12"
tokio = { version = "1.0", default-features = false, features = ["net", "rt", "rt-multi-thread", "sync", "time", "macros", "io-util", "signal"] }
tokio = { git = "https://github.com/jpds/tokio", branch = "reuseport-lb-freebsd", version = "1.0", default-features = false, features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros", "sync", "signal", "fs"] }
tokio-util = { version = "0.7", default-features = false, features = ["compat", "io"] }
tokio-stream = "0.1.7"