Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 18, 2022
1 parent b9c38a7 commit 4888f1d
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 45 deletions.
70 changes: 31 additions & 39 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Expand Up @@ -22,28 +22,28 @@ description = "📸 website screenshots as a service"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
actix-web = "4.0.1"
actix-web = "4.1.0"
actix-web-static-files = "4.0.0"
anyhow = "1.0.57"
async-trait = "0.1.53"
async-trait = "0.1.56"
cfg-if = "1.0.0"
cuid = "1.2.0"
derive_more = "0.99.17"
dotenv = "0.15.0"
futures-util = "0.3.21"
http = "0.2.7"
http = "0.2.8"
once_cell = "1.12.0"
rayon = "1.5.3"
regress = "0.4.1"
serde_json = "1.0.81"
static-files = "0.2.3"
tracing = "0.1.34"
tracing = "0.1.35"
tracing-actix-web = "0.5.1"
url = "2.2.2"
website-screenshot-actix-governor = "0.3.0"

[dependencies.tokio]
version = "1.18.2"
version = "1.19.2"
features = ["full"]

[dependencies.fantoccini]
Expand All @@ -60,7 +60,7 @@ version = "0.21.5"
features = ["tokio-comp"]

[dependencies.reqwest]
version = "0.11.10"
version = "0.11.11"
default-features = false
features = ["rustls-tls", "json"]

Expand Down

0 comments on commit 4888f1d

Please sign in to comment.