Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps the crates-io group with 5 updates:

Package From To
aws-lc-rs 1.14.0 1.15.2
bzip2 0.6.0 0.6.1
rcgen 0.14.4 0.14.6
serde 1.0.225 1.0.228
serde_json 1.0.145 1.0.146

Updates aws-lc-rs from 1.14.0 to 1.15.2

Release notes

Sourced from aws-lc-rs's releases.

v1.15.2

What's Changed

Build Improvements

Issues Being Closed

Other Merged PRs

New Contributors

Full Changelog: aws/aws-lc-rs@v1.15.1...v1.15.2

aws-lc-rs v1.15.1

What's Changed

Build Improvements

Issues Being Closed

  • Build failure when targeting powerpc-unknown-linux-gnu -- #950
  • Build script fails when using bazel -- #858

Other Merged PRs

Full Changelog: aws/aws-lc-rs@v1.15.0...v1.15.1

aws-lc-rs v1.15.0

What's Changed

... (truncated)

Commits

Updates bzip2 from 0.6.0 to 0.6.1

Commits
  • eebf6e4 release version 0.6.1
  • 1ed41c4 Add MaybeUninit\<u8> (de)compress API
  • a165219 chore: remove redundant word in comment
  • 422ae6d fix(bzip2-sys): license expression to be a valid spdx expression
  • 21db697 ran cargo clippy --fix -- -A clippy::all -W clippy::use_self
  • See full diff in compare view

Updates rcgen from 0.14.4 to 0.14.6

Release notes

Sourced from rcgen's releases.

0.14.6

What's Changed

0.14.5

Implement SigningKey for &impl SigningKey to make Issuer more broadly useful.

What's Changed

Commits
  • 5693362 rcgen: bump version to 0.14.6
  • e347b76 Forward selected crypto backend to x509-parser
  • 0f9f5a9 ci: sync cargo-check-external-types nightly
  • 24bd69a Bump actions/checkout from 5 to 6
  • e3f6b5f chore: fix some typos in comments
  • 63cfad2 Rename invalid CSR signature error variant
  • 6bbe775 csr: update documentation about parsing PEM
  • 733a1ca csr: document potential errors from parsing CSRs
  • 247bccc csr: use specific error for CSR signature verification failure
  • a5a56b4 examples: add signing new cert using existing ca pem files
  • Additional commits viewable in compare view

Updates serde from 1.0.225 to 1.0.228

Release notes

Sourced from serde's releases.

v1.0.228

  • Allow building documentation with RUSTDOCFLAGS='--cfg=docsrs' set for the whole dependency graph (#2995)

v1.0.227

  • Documentation improvements (#2991)

v1.0.226

  • Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#2935, thanks @​Mingun)
Commits
  • a866b33 Release 1.0.228
  • 5adc9e8 Merge pull request #2995 from dtolnay/rustdocflags
  • ab58178 Workaround for RUSTDOCFLAGS='--cfg=docsrs'
  • 415d9fc Release 1.0.227
  • 7c58427 Merge pull request #2991 from dtolnay/inlinecoredoc
  • 9d3410e Merge pull request #2992 from dtolnay/inplaceseed
  • 2fb6748 Remove InPlaceSeed public re-export
  • f8137c7 Inline serde_core into serde in docsrs mode
  • b7dbf7e Merge pull request #2990 from dtolnay/integer128
  • 7c83691 No longer macro_use integer128 module
  • Additional commits viewable in compare view

Updates serde_json from 1.0.145 to 1.0.146

Release notes

Sourced from serde_json's releases.

v1.0.146

Commits
  • 75ad7e6 Release 1.0.146
  • bc6c827 Merge pull request #1305 from Xeonacid/patch-1
  • a09210a Set fast_arithmetic=64 for riscv64
  • 01182e5 Update actions/upload-artifact@v5 -> v6
  • 383b13a Update actions/upload-artifact@v4 -> v5
  • 04dd357 Raise required compiler to Rust 1.68
  • e047dfb Resolve manual_let_else pedantic clippy lint
  • a525d9c Raise required compiler to Rust 1.65
  • f815793 Remove rustc version badge from readme
  • 3f17d2c Update actions/checkout@v5 -> v6
  • 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 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

Bumps the crates-io group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.14.0` | `1.15.2` |
| [bzip2](https://github.com/trifectatechfoundation/bzip2-rs) | `0.6.0` | `0.6.1` |
| [rcgen](https://github.com/rustls/rcgen) | `0.14.4` | `0.14.6` |
| [serde](https://github.com/serde-rs/serde) | `1.0.225` | `1.0.228` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.146` |


Updates `aws-lc-rs` from 1.14.0 to 1.15.2
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@v1.14.0...v1.15.2)

Updates `bzip2` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/trifectatechfoundation/bzip2-rs/releases)
- [Commits](trifectatechfoundation/bzip2-rs@v0.6.0...v0.6.1)

Updates `rcgen` from 0.14.4 to 0.14.6
- [Release notes](https://github.com/rustls/rcgen/releases)
- [Commits](rustls/rcgen@v0.14.4...v0.14.6)

Updates `serde` from 1.0.225 to 1.0.228
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.225...v1.0.228)

Updates `serde_json` from 1.0.145 to 1.0.146
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.145...v1.0.146)

---
updated-dependencies:
- dependency-name: aws-lc-rs
  dependency-version: 1.15.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: bzip2
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: rcgen
  dependency-version: 0.14.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: serde
  dependency-version: 1.0.228
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: serde_json
  dependency-version: 1.0.146
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
...

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 22, 2025
@djc djc closed this Dec 22, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2025

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/crates-io-fa5f05cc62 branch December 22, 2025 20:29
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.

2 participants