Skip to content

Commit

Permalink
deps: update reqwest in stac-validate
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Apr 9, 2024
1 parent 9c4cd94 commit 71b084c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stac-validate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["science", "data-structures"]

[dependencies]
jsonschema = "0.17"
reqwest = "0.11"
reqwest = { version = "0.12", features = ["blocking", "json"] }
serde = "1"
serde_json = "1"
stac = { version = "0.5", path = "../stac" }
Expand Down

0 comments on commit 71b084c

Please sign in to comment.