Skip to content

chore(deps): bump tinyvec from 1.11.0 to 1.13.2 - #481

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/tinyvec-1.13.2
Open

chore(deps): bump tinyvec from 1.11.0 to 1.13.2#481
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/tinyvec-1.13.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown

Bumps tinyvec from 1.11.0 to 1.13.2.

Changelog

Sourced from tinyvec's changelog.

1.13.2

  • Another bug having to do with macro expansion on no_std targets was fixed.

1.13.1

  • fix bug where crate couldn't build for alloc without std too.

1.13

  • Adds TinyVec::with_initial_len
  • fix the Write impl on ArrayVec.

1.12

  • Add schemars support.

1.11.1

  • Fix accidental OOM when deserializing hostile Borsh input.

1.11

  • switched from serde dep to serde_core dep, which should allow more parallelization in builds for downstream users.
  • add as_mut_inner method when the latest_stable_rust feature is enabled
  • add is_full method to check if the size is equal to the capacity
  • add defmt support

1.10

  • Minimum rust version is now 1.55, and the non-const-generic impls are removed. This reduces build times by over a second on average, which is significant enough for a library crate.

1.9

  • Adds a latest_stable_rust cargo feature, which will automatically pull in other cargo features related to the latest Stable version of rust.
  • Adds ArrayVec::try_from_array_len
  • Adds TinyVec::into_vec and TinyVec::into_boxed_slice
  • Adds support for generic-array crate
  • Adds support for the borsh crate

1.8.1

  • e00E updated the rustc features so that they all correctly depend on the lower version feature. pr 199

... (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 [tinyvec](https://github.com/Lokathor/tinyvec) from 1.11.0 to 1.13.2.
- [Changelog](https://github.com/Lokathor/tinyvec/blob/main/changelog.md)
- [Commits](Lokathor/tinyvec@v1.11.0...v1.13.2)

---
updated-dependencies:
- dependency-name: tinyvec
  dependency-version: 1.13.2
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Author

Assignees

The following users could not be added as assignees: OxDev-max. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the security label Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants