From 4bf5f20d34fbd10ec0802f48da07c5c4001ef582 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Sat, 6 Apr 2024 10:16:32 -0600 Subject: [PATCH] deps: update reqwest and http for stac-async --- stac-async/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }