diff --git a/stac/Cargo.toml b/stac/Cargo.toml index 3dcd76b7..10b1a05f 100644 --- a/stac/Cargo.toml +++ b/stac/Cargo.toml @@ -19,7 +19,7 @@ schemars = ["dep:schemars"] chrono = "0.4" geo = { version = "0.28", optional = true } geojson = { version = "0.24", optional = true } -reqwest = { version = "0.11", optional = true, features = ["json", "blocking"] } +reqwest = { version = "0.12", optional = true, features = ["json", "blocking"] } schemars = { version = "0.8", optional = true } serde = { version = "1", features = ["derive"] } serde_json = { version = "1", features = ["preserve_order"] }