diff --git a/stac-async/Cargo.toml b/stac-async/Cargo.toml index 81ad7100..f49e6c1c 100644 --- a/stac-async/Cargo.toml +++ b/stac-async/Cargo.toml @@ -15,7 +15,7 @@ async-stream = "0.3" futures-core = "0.3" futures-util = "0.3" http = "0.2" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.12", features = ["json"] } serde = "1" serde_json = "1" stac = { version = "0.5", path = "../stac" }