From 32a1acc85fdd00c6affa022833290fc7cd179b19 Mon Sep 17 00:00:00 2001 From: tottoto Date: Mon, 15 Sep 2025 19:22:57 +0900 Subject: [PATCH] examples: bump `http` crate from `0.2` to `1` (#7618) --- examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 594d21914..66e0e0798 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -16,7 +16,7 @@ tracing = "0.1" tracing-subscriber = { version = "0.3.1", default-features = false, features = ["fmt", "ansi", "env-filter", "tracing-log"] } bytes = "1.0.0" futures = { version = "0.3.0", features = ["thread-pool"]} -http = "0.2" +http = "1" serde = "1.0" serde_derive = "1.0" serde_json = "1.0"