Skip to content

Bump the cargo-deps group across 1 directory with 3 updates#4

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-deps-cae2297c22
Open

Bump the cargo-deps group across 1 directory with 3 updates#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-deps-cae2297c22

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 23, 2026

Copy link
Copy Markdown

Bumps the cargo-deps group with 3 updates in the / directory: viuer, scraper and serde_json.

Updates viuer from 0.9.2 to 0.11.0

Release notes

Sourced from viuer's releases.

v0.11.0

0.11.0

  • Add Konsole as a available terminal for iterm2 images
  • Add stdin internal argument to make printer utils testable
  • Ignore Error in Kitty if the temporary file has been deleted by the terminal. Fixes KittySupport::Local
  • Check for Kitty support on terminals via protocol query, instead of static TERM environment variable checking
  • Bump console dependency

v0.10.0

0.10.0

  • Add icy_sixel feature that uses a Rust implementation of Sixel
  • Remove lazy_static dependency in favor of std::sync::LazyLock
  • MSRV is now 1.80
  • Use sixel if found in device attributes instead of static TERM list
Changelog

Sourced from viuer's changelog.

0.11.0

  • Add Konsole as a available terminal for iterm2 images
  • Add stdin internal argument to make printer utils testable
  • Ignore Error in Kitty if the temporary file has been deleted by the terminal. Fixes KittySupport::Local
  • Check for Kitty support on terminals via protocol query, instead of static TERM environment variable checking
  • Bump console dependency

0.10.0

  • Add icy_sixel feature that uses a Rust implementation of Sixel
  • Remove lazy_static dependency in favor of std::sync::LazyLock
  • MSRV is now 1.80
  • Use sixel if found in device attributes instead of static TERM list
Commits

Updates scraper from 0.20.0 to 0.27.0

Release notes

Sourced from scraper's releases.

v0.27.0

What's Changed

  • Bump dependencies including selectors and cssparser.
  • Avoid exposing optional dependencies as implicit features.

Full Changelog: rust-scraper/scraper@v0.26.0...v0.27.0

v0.26.0

What's Changed

New Contributors

Full Changelog: rust-scraper/scraper@v0.25.0...v0.26.0

v0.25.0

What's Changed

New Contributors

Full Changelog: rust-scraper/scraper@v0.24.0...v0.25.0

v0.24.0

What's Changed

New Contributors

... (truncated)

Commits
  • 9c1eff3 Bump selectors and cssparser together.
  • 429d8a1 Avoid exposing optional dependencies as implicit features.
  • 8038521 Add categories as suggested by lib.rs maintainer dashboard.
  • f2d0e50 Bump selectors from 0.36.1 to 0.37.0
  • 2103564 Bump indexmap from 2.13.1 to 2.14.0
  • 57ebae6 Bump selectors from 0.36.0 to 0.36.1
  • d935dee Bump indexmap from 2.13.0 to 2.13.1
  • 170cdd3 Merge pull request #306 from rust-scraper/bump
  • bca1839 Bump html5ever from 0.38.0 to 0.39.0
  • d07444e Bump selectors from 0.35.0 to 0.36.0 (#307)
  • Additional commits viewable in compare view

Updates serde_json from 1.0.149 to 1.0.150

Release notes

Sourced from serde_json's releases.

v1.0.150

Commits
  • a1ae73a Release 1.0.150
  • 1a360b0 Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys
  • 2037b63 Reject non-string enum object keys
  • 5d30df6 Resolve manual_assert_eq pedantic clippy lint
  • dc8003a Raise required compiler for preserve_order feature to 1.85
  • a42fa98 Unpin CI miri toolchain
  • 684a60e Pin CI miri to nightly-2026-02-11
  • 7c7da33 Raise required compiler to Rust 1.71
  • acf4850 Simplify Number::is_f64
  • 6b8ceab Resolve unnecessary_map_or clippy lint
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cargo-deps group with 3 updates in the / directory: [viuer](https://github.com/atanunq/viuer), [scraper](https://github.com/rust-scraper/scraper) and [serde_json](https://github.com/serde-rs/json).


Updates `viuer` from 0.9.2 to 0.11.0
- [Release notes](https://github.com/atanunq/viuer/releases)
- [Changelog](https://github.com/atanunq/viuer/blob/master/CHANGELOG.md)
- [Commits](atanunq/viuer@v0.9.2...v0.11.0)

Updates `scraper` from 0.20.0 to 0.27.0
- [Release notes](https://github.com/rust-scraper/scraper/releases)
- [Commits](rust-scraper/scraper@v0.20.0...v0.27.0)

Updates `serde_json` from 1.0.149 to 1.0.150
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.149...v1.0.150)

---
updated-dependencies:
- dependency-name: viuer
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: scraper
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-deps
- dependency-name: serde_json
  dependency-version: 1.0.150
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-deps
...

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 May 23, 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