Skip to content

Commit

Permalink
chore: bump reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed May 13, 2024
1 parent 9cad048 commit 126269c
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 @@ -17,7 +17,7 @@ serde = "1"
serde_json = "1"
serde_derive = "1"
dirs = "5.0.1"
reqwest = { version = "0.11", features = ["json"] }
reqwest = { version = "0.12.4", features = ["json"] }
chrono = "0.4.31"
base64 = "0.21.3"
ring = "0.16.20"
Expand Down

0 comments on commit 126269c

Please sign in to comment.