Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#12)
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 May 2, 2022
1 parent 15f2e55 commit 556fa91
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
23 changes: 11 additions & 12 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -26,7 +26,7 @@ description = "📸 website screenshots as a service"
actix-web = "4.0.1"
tracing = "0.1.34"
anyhow = "1.0.57"
serde_json = "1.0.79"
serde_json = "1.0.80"
tokio-process-stream = "0.2.0"
tokio-stream = "0.1.8"
async-trait = "0.1.53"
Expand All @@ -42,12 +42,12 @@ version = "1.18.0"
features = ["full"]

[dependencies.fantoccini]
version = "0.18.0"
version = "0.19.0"
default-features = false
features = ["rustls-tls"]

[dependencies.serde]
version = "1.0.136"
version = "1.0.137"
features = ["derive"]

[dependencies.redis]
Expand Down

0 comments on commit 556fa91

Please sign in to comment.