Skip to content

Commit

Permalink
deps: update reqwest and http for stac-async
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Apr 6, 2024
1 parent 5c80874 commit 51c0a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stac-async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 51c0a8b

Please sign in to comment.