Skip to content

Commit

Permalink
Allow more reqwest versions (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
playfulkittykat authored Oct 22, 2024
1 parent 236bac4 commit 299494b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serde_json = "1"
derivative = "2"
itertools = "0.10"
futures = { version = "0.3", default-features = false }
reqwest = { version = "0.11", default-features = false, features = ["json"] }
reqwest = { version = ">=0.11, <0.13", default-features = false, features = ["json"] }
tokio = { optional = true, version = "1" }

[dev-dependencies]
Expand Down

0 comments on commit 299494b

Please sign in to comment.