Skip to content

Commit afca04e

Browse files
Update Rust crate chromiumoxide to 0.5.1 (#18)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chromiumoxide](https://togithub.com/mattsse/chromiumoxide) | workspace.dependencies | patch | `0.5.0` -> `0.5.1` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/sammyfilly/Nextjs).
1 parent 0c5a293 commit afca04e

File tree

2 files changed

+42
-13
lines changed

2 files changed

+42
-13
lines changed

Cargo.lock

Lines changed: 41 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ turbo-tasks-fs = { git = "https://github.com/vercel/turbo.git", tag = "turbopack
6060
# and some aren't buildable with rustls.
6161
reqwest = { version = "0.11.14", default-features = false }
6262

63-
chromiumoxide = { version = "0.5.0", features = [
63+
chromiumoxide = { version = "0.5.1", features = [
6464
"tokio-runtime",
6565
], default-features = false }
6666
# For matching on errors from chromiumoxide. Keep in

0 commit comments

Comments
 (0)