diff --git a/ferron/Cargo.toml b/ferron/Cargo.toml index 1a6389fb..a4a61914 100644 --- a/ferron/Cargo.toml +++ b/ferron/Cargo.toml @@ -79,7 +79,7 @@ postcard = { version = "1.1.1", optional = true, default-features = false, featu "use-std", ] } bytes = { version = "1.10.1", optional = true } -pyo3-async-runtimes = { version = "0.26.0", optional = true, features = [ +pyo3-async-runtimes = { version = "0.27.0", optional = true, features = [ "tokio", "tokio-runtime", ] }