Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Bumps usvg from 0.45.1 to 0.46.0.

Release notes

Sourced from usvg's releases.

v0.46.0

  • resvg-0.*.0.tar.xz is a sources archive with vendored Rust dependencies
  • resvg-explorer-extension.exe is an SVG thumbnailer for Windows Explorer

Check CHANGELOG.

Changelog

Sourced from usvg's changelog.

[0.46.0]

This release has an MSRV of 1.87.0 for usvg and resvg and the C API.

Added

Changed

Removed

  • Remove unused phf dependency (#920)
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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Summary by CodeRabbit

  • Chores
    • Updated an SVG-related dependency to a newer release to improve compatibility and text handling, enhancing stability.
    • No user-facing feature changes; minor maintenance update with low impact expected.

✏️ Tip: You can customize this high-level summary in your review settings.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 12, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 12, 2026

Walkthrough

The usvg dependency in Cargo.toml was upgraded from version 0.45 to 0.46, keeping default-features = false and features = ["text"]. Make it so.

Changes

Cohort / File(s) Summary
Dependency Update
Cargo.toml
Bumped usvg from 0.45 to 0.46; default-features = false, features = ["text"] unchanged

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A subtle version sail set course anew,
From .45 to .46 we quietly flew,
Text feature held fast, defaults set aside,
Steady the ship, onward we glide. 🖖

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description check ⚠️ Warning The description includes comprehensive release notes and changelog details from the dependency maintainers, but omits the required template sections for testing, platform verification, and documentation updates. Add the standard PR template sections including testing checklist (cargo fmt, clippy, test, doc), platform verification, and documentation updates confirmation.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and concisely describes the main change: upgrading the usvg dependency from version 0.45.1 to 0.46.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/cargo/usvg-0.46.0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Bumps [usvg](https://github.com/linebender/resvg) from 0.45.1 to 0.46.0.
- [Release notes](https://github.com/linebender/resvg/releases)
- [Changelog](https://github.com/linebender/resvg/blob/main/CHANGELOG.md)
- [Commits](linebender/resvg@v0.45.1...v0.46.0)

---
updated-dependencies:
- dependency-name: usvg
  dependency-version: 0.46.0
  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/usvg-0.46.0 branch from fe84684 to a2661fc Compare January 21, 2026 08:28
@Athemis
Copy link
Owner

Athemis commented Jan 21, 2026

@coderabbitai review

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 21, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@Cargo.toml`:
- Line 29: Add a rust-version declaration to the Cargo.toml package metadata: in
the [package] section add rust-version = "1.87.0" to document the MSRV required
by the usvg = "0.46" dependency; update the Cargo.toml [package] block (not the
dependency entry) so the package explicitly states rust-version = "1.87.0".

image = { version = "0.25", default-features = false, features = ["png", "jpeg", "bmp", "tiff", "gif", "webp"] }
pulldown-cmark = "0.13"
usvg = { version = "0.45", default-features = false, features = ["text"] }
usvg = { version = "0.46", default-features = false, features = ["text"] }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

cat Cargo.toml

Repository: Athemis/ELNPack

Length of output: 1744


🏁 Script executed:

# Search for CI configuration files
fd -e yml -e yaml | grep -E "(\.github|\.gitlab|\.circleci)" | head -20

Repository: Athemis/ELNPack

Length of output: 41


🏁 Script executed:

# Also check for rust-toolchain files
fd -e toml -e txt | grep -i "toolchain"

Repository: Athemis/ELNPack

Length of output: 78


🏁 Script executed:

cat rust-toolchain.toml

Repository: Athemis/ELNPack

Length of output: 124


🏁 Script executed:

# Research usvg 0.46 MSRV via web_search capability
echo "Checking usvg 0.46 MSRV requirement..."

Repository: Athemis/ELNPack

Length of output: 97


🌐 Web query:

usvg 0.46 MSRV minimum supported rust version

💡 Result:

usvg 0.46's MSRV is Rust 1.87.0. [1][2]

Sources:

  • resvg 0.46.0 Cargo metadata (workspace shows rust-version = "1.87.0", and depends on usvg 0.46.0). [1]
  • usvg 0.46.0 crate page (release 0.46.0). [2]

Add rust-version field to document MSRV for usvg 0.46.

The usvg dependency at version 0.46 establishes a minimum supported Rust version of 1.87.0. While your rust-toolchain.toml uses the flexible "stable" channel (which poses no immediate risk), your Cargo.toml lacks a rust-version field to formally declare this MSRV. Make it so by adding rust-version = "1.87.0" to your [package] section to ensure clarity for downstream users and to align with Rust packaging best practices.

🤖 Prompt for AI Agents
In `@Cargo.toml` at line 29, Add a rust-version declaration to the Cargo.toml
package metadata: in the [package] section add rust-version = "1.87.0" to
document the MSRV required by the usvg = "0.46" dependency; update the
Cargo.toml [package] block (not the dependency entry) so the package explicitly
states rust-version = "1.87.0".

@Athemis
Copy link
Owner

Athemis commented Jan 21, 2026

@coderabbitai help

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 21, 2026

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

CodeRabbit commands

These commands are invoked using PR/Issue comments.

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai evaluate custom pre-merge check --instructions <custom-checks-instructions> --name <custom-checks-title> [--mode <error|warning>] to validate the custom pre-merge checks instructions. Defaults to error when --mode is omitted.
    • @coderabbitai ignore pre-merge checks to override pre-merge checks and get an approval on PR.
    • @coderabbitai run pre-merge checks to run pre-merge checks on the pull request.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve to resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai generate configuration to create a PR that adds the current resolved configuration as .coderabbit.yaml (or show it if already present).
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore or @coderabbit ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit configuration file (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • You can also validate your configuration using the online YAML validator.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, support, documentation and community

  • Visit our status page to check the current availability of CodeRabbit.
  • Create a ticket on our support page for assistance with any issues or questions.
  • Visit our documentation site for detailed information on how to use CodeRabbit.
  • Join our Discord community to connect with other users and get help from the community.
  • Follow us on X/Twitter for updates and announcements.

@Athemis
Copy link
Owner

Athemis commented Jan 21, 2026

@coderabbitai full review

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 21, 2026

✅ Actions performed

Full review triggered.

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.

2 participants