-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump usvg from 0.45.1 to 0.46.0 #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
WalkthroughThe Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
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>
fe84684 to
a2661fc
Compare
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
There was a problem hiding this 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"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
cat Cargo.tomlRepository: Athemis/ELNPack
Length of output: 1744
🏁 Script executed:
# Search for CI configuration files
fd -e yml -e yaml | grep -E "(\.github|\.gitlab|\.circleci)" | head -20Repository: 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.tomlRepository: 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".
|
@coderabbitai help |
ChatThere are 3 ways to chat with CodeRabbit:
CodeRabbit commands
Other keywords and placeholders
CodeRabbit configuration file (
|
|
@coderabbitai full review |
✅ Actions performedFull review triggered. |
Bumps usvg from 0.45.1 to 0.46.0.
Release notes
Sourced from usvg's releases.
Changelog
Sourced from usvg's changelog.
Commits
b8e58f5Release v0.46.0 (#1005)c48de66Update to Rust edition 2024 (#1003)589753cBump dependencies, bump MSRV to 1.85 (#1002)bdf080bFix bug in rewriting of clip paths with transformed path (#988)072148aDon't emit warning for certain attributes with valuenone(#994)17cde9eAvoid unwraps on pixmap creation (#990)b6c8488Use checked arithmetic when computing bounding box (#987)df6e0abConsolidateto_stringimplementation ofBlendMode(#984)f8bf3f5Check if text paths need to be written out (#981)efa3388feat: do not write emptydefsnodes (#980)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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
✏️ Tip: You can customize this high-level summary in your review settings.