Skip to content

Commit

Permalink
Bump reqwest from 0.9.22 to 0.9.24
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.9.22 to 0.9.24.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/v0.9.24/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.9.22...v0.9.24)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Dec 16, 2019
1 parent 8763095 commit a01f7ed
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 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 src/all/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ edition = "2018"
frontend-engine = {path = "../frontend-engine"}

[dev-dependencies]
reqwest = "0.9.22"
reqwest = "0.9.24"
serde_json = "1.0.44"
base64 = "0.11.0"
2 changes: 1 addition & 1 deletion src/frontend-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Mikail Bagishov <bagishov.mikail@yandex.ru>"]
edition = "2018"

[dependencies]
reqwest = "0.9.22"
reqwest = "0.9.24"
serde = "1.0.103"
graphql_client = "0.8.0"
frontend-api-derive = {path = "../frontend-api-derive"}
Expand Down
2 changes: 1 addition & 1 deletion src/invoker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ util = {path = "../util"}
slog-scope = "4.3.0"
anyhow = "1.0.25"
thiserror = "1.0.9"
reqwest = "0.9.22"
reqwest = "0.9.24"

[features]
beautiful_backtrace = ["color-backtrace"]
Expand Down
2 changes: 1 addition & 1 deletion src/userlist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ base64 = "0.11.0"
pest = "2.1.2"
pest_derive = "2.1.0"
graphql_client = "0.8.0"
reqwest = "0.9.22"
reqwest = "0.9.24"
serde = { version = "1.0.103", features = ["derive"] }
uuid = "0.7.4"

0 comments on commit a01f7ed

Please sign in to comment.