examples: bump http crate from 0.2 to 1 (#7618)

This commit is contained in:
tottoto 2025-09-15 19:22:57 +09:00 committed by GitHub
parent 7f455b2d93
commit 32a1acc85f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"