From d66376634f98c0ef6ea68f091b290f86c777d081 Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Sun, 21 May 2023 20:44:45 +0100 Subject: [PATCH] Cargo.toml: Bump tokio. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 42136e4..33854e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"