Skip to content

build(deps): bump the rust group with 3 updates - #320

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-ae70ac4062
Open

build(deps): bump the rust group with 3 updates#320
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-ae70ac4062

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps the rust group with 3 updates: base64, jsonptr and toml.

Updates base64 from 0.22.1 to 0.23.0

Changelog

Sourced from base64's changelog.

0.23.0

  • Added more consts for preconfigured configs and engines
  • Make DecodeError::InvalidLastSymbol more clear by including the decoded value
  • Added SIMD-accelerated engines behind the default-on simd-unsafe feature: Simd picks the best instruction set at runtime (AVX2 on x86_64, NEON on aarch64) and falls back to the scalar GeneralPurpose engine, while Avx2 and Neon target one instruction set with no runtime detection and work in no_std. The engines support the standard and URL-safe alphabets.
  • Update MSRV to 1.71.0
  • Add support for custom padding symbols
Commits
  • 9e9220a v0.23.0
  • 870326e Merge pull request #306 from marshallpierce/mp/trailing-bits-docs
  • fbec5f1 Document no trailing trailing bits
  • 0a23549 Merge pull request #305 from marshallpierce/mp/edition-2021
  • f10b7e2 Update deps & edition
  • 9d21a59 Merge pull request #304 from marshallpierce/mp/custom-padding-rebase
  • f70bad2 Support custom padding symbols
  • 684d79c Merge pull request #301 from marshallpierce/mp/simd-gardening
  • 5bf66f2 Merge pull request #284 from AbeZbm/add-tests
  • d3831cf Followups to SIMD work
  • Additional commits viewable in compare view

Updates jsonptr from 0.7.1 to 0.8.1

Changelog

Sourced from jsonptr's changelog.

[0.8.1] 2026-07-26

Added

  • Added Token::into_encoded, which consumes the Token and returns its encoded string representation as a Cow<'a, str> without allocating. Resolves #115.
  • ReplaceError (returned by PointerBuf::replace) is now re-exported from the crate root, so callers can actually name the type.

Changed

  • Resolved all clippy (clippy::all + clippy::pedantic) and rustc lint warnings across the full feature powerset — including newer-toolchain lints (mismatched_lifetime_syntaxes) and feature-combination dead-code warnings. Internal only; no public API changes.

Fixed

  • Fixed several broken/stale intra-doc links (a crate::asign typo, an "RFC 6091" typo, stale toml docs.rs links pointing at 0.8 instead of 0.9) and a doc comment on Pointer::len that used // instead of /// and was silently dropped from rendered docs.

[0.8.0] 2026-07-26

Added

  • Adds Pointer::split_at_offset, the byte-offset-based replacement for the now-deprecated Pointer::split_at.

Deprecated

  • Deprecated ResolveError name.
  • Deprecated Pointer::split_at in favor of Pointer::split_at_offset. The split_at name is being reserved so it can be reintroduced as a position (index) based split by 1.0, consistent with the rest of the API (e.g. Pointer::get).

Fixed

  • Delete::delete no longer panics when a pointer's final token resolves to an array index equal to the array's length (e.g. - on any array, or a numeric index equal to the length). It now returns None and leaves the document unmodified, as documented. Fixes #120.
  • EncodingError and ParseIndexError now implement Diagnostic, which unifies the API for errors originating from parse-like operations.
  • Fixes returning an incorrect error type when parsing a Token that terminates with ~. This now correctly classifies the error as a Tilde

... (truncated)

Commits
  • 3dc1604 Release jsonptr version 0.8.1 (#127)
  • a5a2a1b Fix broken/stale intra-doc links and export ReplaceError (#126)
  • 986e5fa Add Token::into_encoded for allocation-free Cow extraction (#125)
  • 0018d9e Resolve all clippy and rustc lint warnings across the feature powerset (#124)
  • c96d8dd Finish 0.8.0: stale deprecation fix + deprecate split_at / add split_at_offse...
  • d7f0498 Bump codecov/codecov-action from 4 to 7 (#118)
  • 555bb54 Bump actions/checkout from 4 to 7 (#119)
  • 028c2c9 Unblock CI: release 0.8.0 and stop codecov failing untrusted PRs (#122)
  • 8b4dfd3 Fix panic when deleting an array index equal to the array length (#121)
  • 5265901 Bump toml from 0.8.20 to 0.9.5 (#114)
  • Additional commits viewable in compare view

Updates toml from 1.1.3+spec-1.1.0 to 1.1.4+spec-1.1.0

Commits
  • beee9fe chore: Release
  • 16e2ac1 docs: Update changelog
  • 89f5541 fix(toml): preserve datetimes when deserializing Value (#1194)
  • 534039c fix(serde): Deserialize Value datetimes into typed targets
  • 6e45cef test(serde): Reproduce Value datetime deserialization error
  • 4ec099f chore: Release
  • 5a47a51 docs: Update changelog
  • da0911f perf(parser): Reduce over allocation by better tokens/byte ratio (#1193)
  • 26eb157 perf(parser): Reduce over allocation by better tokens/byte ratio
  • ca4c7bf chore(deps): Update Prek to v0.4.11 (#1191)
  • Additional commits viewable in compare view

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

Bumps the rust group with 3 updates: [base64](https://github.com/marshallpierce/rust-base64), [jsonptr](https://github.com/chanced/jsonptr) and [toml](https://github.com/toml-rs/toml).


Updates `base64` from 0.22.1 to 0.23.0
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.22.1...v0.23.0)

Updates `jsonptr` from 0.7.1 to 0.8.1
- [Release notes](https://github.com/chanced/jsonptr/releases)
- [Changelog](https://github.com/chanced/jsonptr/blob/main/CHANGELOG.md)
- [Commits](chanced/jsonptr@v0.7.1...v0.8.1)

Updates `toml` from 1.1.3+spec-1.1.0 to 1.1.4+spec-1.1.0
- [Commits](toml-rs/toml@toml-v1.1.3...toml-v1.1.4)

---
updated-dependencies:
- dependency-name: base64
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: jsonptr
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: toml
  dependency-version: 1.1.4+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
...

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 Jul 28, 2026
@Jakob-Naucke

Copy link
Copy Markdown
Member

/ok-to-test

@openshift-ci

openshift-ci Bot commented Jul 29, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot], Jakob-Naucke

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

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 lgtm ok-to-test rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant