Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 8, 2022
1 parent e599caa commit e081d0a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Expand Up @@ -25,25 +25,25 @@ description = "📸 website screenshots as a service"
actix-web = "4.0.1"
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 Down

0 comments on commit e081d0a

Please sign in to comment.