Skip to content

Commit

Permalink
Update reqwest to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Mar 20, 2024
1 parent 93eb8f8 commit 1450a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ edition = "2018"
publish = false

[dependencies]
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "blocking", "json"] }
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "blocking", "json"] }
percent-encoding = "2"
serde_json = "1"

0 comments on commit 1450a77

Please sign in to comment.