Skip to content

Commit

Permalink
upgrade reqwest (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougEfresh committed Apr 23, 2024
1 parent a491783 commit 58fb9a1
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 @@ -46,7 +46,7 @@ debug = []
[dependencies]
solana-client = { version = ">= 1.16" }
solana-sdk = { version = ">= 1.16" }
reqwest = { version = "0.11", features = ["json"] }
reqwest = { version = "0.12", features = ["json"] }
serde-enum-str = "0.4"
serde_json = "1"
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 58fb9a1

Please sign in to comment.