Skip to content

build(deps): bump chromiumoxide from 0.6.0 to 0.8.0#182

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/chromiumoxide-0.8.0
Open

build(deps): bump chromiumoxide from 0.6.0 to 0.8.0#182
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/chromiumoxide-0.8.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps chromiumoxide from 0.6.0 to 0.8.0.

Release notes

Sourced from chromiumoxide's releases.

v0.8.0

What's Changed

See CHANGELOG

New Contributors

Full Changelog: mattsse/chromiumoxide@v0.7.0...v0.8.0

Changelog

Sourced from chromiumoxide's changelog.

[0.8.0] 2025-11-28

Breaking Changes

Due to the support of new browsers in the fetcher, we changed the API. The changes are mainly related to how you can request a specific version of the browser. Previously you could only request a chromium revision, now we support chrome versions, channel and milestone.

BrowserFetcherOptions::builder()
  .with_kind(BrowserKind::Chrome)
  .with_version(BrowserVersion::Channel(Channel::Beta))
  .build()

We also change the output format of the fetch. It is now called a BrowserFetcherInstallation and contains a BuildInfo. We garantee that at least the version or revision will be present in that struct, but not always both.

let installation = chromiumoxide_fetcher::BrowserFetcher::new(options).fetch().await?;
println!("Executable path: {}", installation.executable_path.display());

Finally, we switched the async runtime tokio by default. We will remove for support for async-std in the next release. If you want to part of the discussion on other runtime support, see #273.

Changed

  • Bumped MSRV to 1.85 to support edition 2024
  • Update async-tungstenite to 0.32.0
  • Update which to 8.0.0
  • Replace winreg by windows-registry
  • Updated PDL to r1519099 (Chromium 142.0.7431.0)
  • Updated fetcher to r1520176 (Chromium 142.0.7435.0)
  • Fetch now supports Chrome for testing and Chrome Headless Shell
  • Now uses tokio by default

Added

  • Add option to disable automation detection
  • Expose the cmd module for access to CommandChain

Fixed

  • Fixed typo in feature _fetcher-rustls-tokio
  • More resilient message parsing, it should now not crash on unknown events coming from the browser
  • Extensions should only be disabled when no extensions are provided
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [chromiumoxide](https://github.com/mattsse/chromiumoxide) from 0.6.0 to 0.8.0.
- [Release notes](https://github.com/mattsse/chromiumoxide/releases)
- [Changelog](https://github.com/mattsse/chromiumoxide/blob/main/CHANGELOG.md)
- [Commits](mattsse/chromiumoxide@chromiumoxide_cdp-v0.6.0...v0.8.0)

---
updated-dependencies:
- dependency-name: chromiumoxide
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants