Skip to content

Commit

Permalink
TUN-4592: Bump reqwest to 0.11.4 (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: Rishabh Bector <[email protected]>
  • Loading branch information
rishabh-bector and Rishabh Bector authored Jun 22, 2021
1 parent 42ef67a commit 29385ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudflare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ chrono = { version = "0.4", features = ["serde"] }
cfg-if = "0.1"
http = "0.2"
percent-encoding = "1.0"
reqwest = { version = "0.11.3", default-features = false, features = ["json", "blocking"] }
reqwest = { version = "0.11.4", default-features = false, features = ["json", "blocking"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_qs = "0.4"
Expand Down

0 comments on commit 29385ef

Please sign in to comment.