Skip to content

Commit

Permalink
fix(dependencies): update rust crate chromiumoxide to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 30, 2022
1 parent 72fbdeb commit 017fbba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/codec-pdf/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
binaries = { path = "../binaries", version = "0.0.0" }
chromiumoxide = { version = "0.3.2", features = ["tokio-runtime"] }
chromiumoxide = { version = "0.3.4", features = ["tokio-runtime"] }
codec-html = { path = "../codec-html", version = "0.0.0" }
codec = { path = "../codec", version = "0.0.0" }
futures = "0.3.19"
Expand Down
2 changes: 1 addition & 1 deletion rust/codec-png/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
base64 = "0.13.0"
binaries = { path = "../binaries", version = "0.0.0" }
chromiumoxide = { version = "0.3.2", features = ["tokio-runtime"] }
chromiumoxide = { version = "0.3.4", features = ["tokio-runtime"] }
codec-html = { path = "../codec-html", version = "0.0.0" }
codec = { path = "../codec", version = "0.0.0" }
futures = "0.3.19"
Expand Down

0 comments on commit 017fbba

Please sign in to comment.