Skip to content

chore(deps): bump extendr-api from 0.8.1 to 0.9.0 in /src/rust#185

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/src/rust/extendr-api-0.9.0
Open

chore(deps): bump extendr-api from 0.8.1 to 0.9.0 in /src/rust#185
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/src/rust/extendr-api-0.9.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Copy link
Copy Markdown
Contributor

Bumps extendr-api from 0.8.1 to 0.9.0.

Changelog

Sourced from extendr-api's changelog.

0.9.0 — 2026-04-16

Added

  • Implements CanBeNa for u8 and Rcomplex [#1000](extendr/extendr#1000)
  • References to R native types are strictly checked &/&mut T, where T is a R native data type namely i32, f64, Rint, Rfloat, Rcplx, Rbool, and u8. We cannot perform coercion on borrowed data only owned data. [#1000](extendr/extendr#1000)
  • Support for tuple-structs in IntoList and TryFromList [#985](extendr/extendr#871)
  • Strings, Doubles, Integers, Complexes, and Logicals structs now have associated method new_with_na() to construct empty vectors of NA values [#871](extendr/extendr#871)
  • It is now possible to provide your own Error-type in custom TryFrom<Robj>/ TryFrom<&Robj> calls. [#977](extendr/extendr#977)
  • Implements ToVectorValue for Rstr enabling the creating of character matrices
  • Added #[extendr(invisible)] attribute to allow functions to return invisibly in R [#946](extendr/extendr#946)
  • An ignore field attribute to the macro derive(IntoList) called #[into_list(ignore)] [#864](extendr/extendr#864)
  • Added TryFrom<Robj> for Vec<bool>—an Error::MustNotBeNA is returned if an NA is present [#864](extendr/extendr#864)
  • Added impl From<&Vec<Robj>> for Robj [#864](extendr/extendr#864)
  • Struct-level docs are now carried into generated wrapper documentation [#913](extendr/extendr#913)
  • Impl-level docs are now appended to the struct-level documentation block in generated wrapper docs [#913](extendr/extendr#913)
  • fn-level docs in impl blocks are now emitted in generated R docs with roxygen-style sections [#913](extendr/extendr#913)

Changed

  • Breaking: Removed is_unbound_value() and unbound_value() as R_UnboundValue has been removed from the R-API [#1067](extendr/extendr#1067)
  • Breaking: Removed R_NamespaceRegistry binding from extendr [#1069](extendr/extendr#1069)
  • Breaking: MSRV has been bumped to 1.71
  • Breaking: extendr_api::error::Result<> has been removed from the prelude
  • Deprecates List::from_hashmap() in favor of the idiomatic TryFrom trait. replace List::from_hashmap() with List::try_from() [#982](extendr/extendr#982)
  • Deprecates List::into_hashmap() in favor of the idiomatic TryFrom trait. replace List::into_hashmap() with HashMap::<String, Robj>::try_from() [#982](extendr/extendr#982)
  • Deprecates Scalar::new() in favor of the idiomatic From::from() and Into traits [#971](extendr/extendr#971)
  • Deprecates #[default = "value"] and replaces it with #[extendr(default = "value)] [#952](extendr/extendr#952)
  • Deprecates Rstr::from_string() and Rstr::as_str() in favor of the standard library's From and AsRef traits. Use .from() and .as_ref() instead [#972](extendr/extendr#972)
  • Breaking renamed TryFromRobj and the associated derive-macro to TryFromList [#]
  • Breaking extendr_engine::with_r() requires a closure that returns a result [#1005](extendr/extendr#1005)
  • Breaking removes Scalar trait in favour of providing read-only access to the wrapped types. [#1020](extendr/extendr#1020)
  • Breaking we no longer permit TryFrom<Robj> for &T/&mut T as this violates Rust's memory model. [#1000](extendr/extendr#1000)

Fixed

0.8.0

Added

... (truncated)

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

Bumps [extendr-api](https://github.com/extendr/extendr) from 0.8.1 to 0.9.0.
- [Release notes](https://github.com/extendr/extendr/releases)
- [Changelog](https://github.com/extendr/extendr/blob/main/CHANGELOG.md)
- [Commits](extendr/extendr@extendr-api-v0.8.1...v0.9.0)

---
updated-dependencies:
- dependency-name: extendr-api
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Apr 20, 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