diff --git a/examples/Cargo.toml b/examples/Cargo.toml index bd804d1b..13a9f124 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -12,7 +12,7 @@ futures = "0.3" h3 = { path = "../h3" } h3-quinn = { path = "../h3-quinn" } http = "0.2" -quinn = { version = "0.9", default-features = false, features = ["tls-rustls", "ring"] } +quinn = { version = "0.9", default-features = false, features = ["runtime-tokio", "tls-rustls", "ring"] } rcgen = { version = "0.10" } rustls = { version = "0.20", features = ["dangerous_configuration"] } rustls-native-certs = "0.6"