diff --git a/stac-async/Cargo.toml b/stac-async/Cargo.toml index 81ad7100..892a788c 100644 --- a/stac-async/Cargo.toml +++ b/stac-async/Cargo.toml @@ -14,7 +14,7 @@ categories = ["science", "data-structures"] async-stream = "0.3" futures-core = "0.3" futures-util = "0.3" -http = "0.2" +http = "1.0" reqwest = { version = "0.11", features = ["json"] } serde = "1" serde_json = "1"