Skip to content

chore(deps): bump the savvy group with 2 updates#424

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/savvy-ca99f5f62a
Closed

chore(deps): bump the savvy group with 2 updates#424
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/savvy-ca99f5f62a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 7, 2025

Copy link
Copy Markdown
Contributor

Bumps the savvy group with 2 updates: savvy and savvy-ffi.

Updates savvy from 0.8.13 to 0.9.0

Changelog

Sourced from savvy's changelog.

[v0.9.0] (2025-11-24)

New features

  • The R object generated from a Rust struct now has one additional S3 class PKG_NAME::STRUCT_NAME in addition to the bare struct name. This is useful if you want to avoid name collisions between packages. Thanks @​eitsupi! (#404)

Minor improvements

  • Bump MSRV to 1.81 and remove the dependency of rustversion crate (#412).

[v0.8.14] (2025-10-25)

New features

  • savvy-cli got a new optional argument to specify the path to the Rust code dir (#402).
Commits

Updates savvy-ffi from 0.8.13 to 0.9.0

Release notes

Sourced from savvy-ffi's releases.

v0.9.0 (2025-11-24)

Release Notes

New features

  • The R object generated from a Rust struct now has one additional S3 class PKG_NAME::STRUCT_NAME in addition to the bare struct name. This is useful if you want to avoid name collisions between packages. Thanks @​eitsupi! (#404)

Minor improvements

  • Bump MSRV to 1.81 and remove the dependency of rustversion crate (#412).

Install savvy-cli 0.9.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/yutannihilation/savvy/releases/download/v0.9.0/savvy-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/yutannihilation/savvy/releases/download/v0.9.0/savvy-cli-installer.ps1 | iex"

Download savvy-cli 0.9.0

File Platform Checksum
savvy-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
savvy-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
savvy-cli-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
savvy-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
savvy-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
savvy-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v0.8.14 (2025-10-25)

Release Notes

New features

  • savvy-cli got a new optional argument to specify the path to the Rust code dir (#402).

Install savvy-cli 0.8.14

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/yutannihilation/savvy/releases/download/v0.8.14/savvy-cli-installer.sh | sh

... (truncated)

Changelog

Sourced from savvy-ffi's changelog.

[v0.9.0] (2025-11-24)

New features

  • The R object generated from a Rust struct now has one additional S3 class PKG_NAME::STRUCT_NAME in addition to the bare struct name. This is useful if you want to avoid name collisions between packages. Thanks @​eitsupi! (#404)

Minor improvements

  • Bump MSRV to 1.81 and remove the dependency of rustversion crate (#412).

[v0.8.14] (2025-10-25)

New features

  • savvy-cli got a new optional argument to specify the path to the Rust code dir (#402).
Commits

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 <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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Dec 7, 2025
Bumps the savvy group with 2 updates: [savvy](https://github.com/yutannihilation/savvy) and [savvy-ffi](https://github.com/yutannihilation/savvy).


Updates `savvy` from 0.8.13 to 0.9.0
- [Release notes](https://github.com/yutannihilation/savvy/releases)
- [Changelog](https://github.com/yutannihilation/savvy/blob/main/CHANGELOG.md)
- [Commits](yutannihilation/savvy@v0.8.13...v0.9.0)

Updates `savvy-ffi` from 0.8.13 to 0.9.0
- [Release notes](https://github.com/yutannihilation/savvy/releases)
- [Changelog](https://github.com/yutannihilation/savvy/blob/main/CHANGELOG.md)
- [Commits](yutannihilation/savvy@v0.8.13...v0.9.0)

---
updated-dependencies:
- dependency-name: savvy
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: savvy
- dependency-name: savvy-ffi
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: savvy
...

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 Dec 7, 2025
@dependabot @github

dependabot Bot commented on behalf of github Dec 8, 2025

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/cargo/savvy-ca99f5f62a branch December 8, 2025 03: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.

0 participants