Skip to content

Commit

Permalink
Merge pull request #14 from rscarson/dependabot/cargo/reqwest-0.11.11
Browse files Browse the repository at this point in the history
Bump reqwest from 0.11.10 to 0.11.11
  • Loading branch information
rscarson authored Jul 18, 2022
2 parents fe591cb + 22f7be3 commit 18be520
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pest = "2.1.3"
pest_derive = "2.1.0"
serde = { version = "1.0.139", features = ["derive"] }
serde_json = "1.0.82"
reqwest = { version = "0.11.10", features = ["blocking"] }
reqwest = { version = "0.11.11", features = ["blocking"] }
chrono = "0.4.19"
rand = "0.8.4"
derive_more = "0.99.17"
Expand Down

0 comments on commit 18be520

Please sign in to comment.