Skip to content

cargo: bump chromiumoxide from 0.7.0 to 0.9.1 - #7

Merged
xlight merged 1 commit into
mainfrom
dependabot/cargo/chromiumoxide-0.9.1
Aug 17, 2026
Merged

cargo: bump chromiumoxide from 0.7.0 to 0.9.1#7
xlight merged 1 commit into
mainfrom
dependabot/cargo/chromiumoxide-0.9.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps chromiumoxide from 0.7.0 to 0.9.1.

Release notes

Sourced from chromiumoxide's releases.

v0.9.1

What's Changed

See CHANGELOG

Full Changelog: mattsse/chromiumoxide@v0.9.0...v0.9.1

v0.9.0

What's Changed

See CHANGELOG

New Contributors

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

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.9.1] 2026-02-25

Fixed

  • Invalid import when using zip0

[0.9.0] 2026-02-20

Breaking Changes

  • Removed async-std support

Changed

  • Updated edition to 2024
  • Bump fetcher chromium to r1585606
  • Bump CDP to r1566079
  • Use a struct Arg for arguments to combine flags automatically
  • Browser process no longer inherits stdout
  • Update reqwest to v0.13
  • Update thiserror to v2
  • Update heck to v0.5
  • Add support for zip v8 and make it default

Added

  • Add add_init_script to Page for scripts before navigation
  • Add click_with to Page and Element for custom click behavior

[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?;
</tr></table> 

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 17, 2026
Bumps [chromiumoxide](https://github.com/mattsse/chromiumoxide) from 0.7.0 to 0.9.1.
- [Release notes](https://github.com/mattsse/chromiumoxide/releases)
- [Changelog](https://github.com/mattsse/chromiumoxide/blob/main/CHANGELOG.md)
- [Commits](mattsse/chromiumoxide@chromiumoxide_cdp-v0.7.0...v0.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/chromiumoxide-0.9.1 branch from b422227 to 152f5b5 Compare August 17, 2026 21:36
@xlight
xlight merged commit c4f559d into main Aug 17, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/cargo/chromiumoxide-0.9.1 branch August 17, 2026 22:28
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.

1 participant