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