Skip to content

Commit

Permalink
Update to reqwest 0.12 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
coolreader18 authored Mar 21, 2024
1 parent 8cebc38 commit 5a0ffaf
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 @@ -13,7 +13,7 @@ readme = "README.md"

[dependencies]
data-encoding = "2.5"
reqwest = { version = "0.11", default-features = false, features = ["json"] }
reqwest = { version = "0.12", default-features = false, features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
Expand Down

0 comments on commit 5a0ffaf

Please sign in to comment.