diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 129aae6..943d0e6 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" publish = false [dependencies] -hyper = { version = "0.14", features = ["full"] } +hyper = { version = "1.1", features = ["full"] } tokio = { version = "1", features = ["full"] } tracing = "0.1" tracing-logstash = { path = "../tracing-logstash" }