Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the crates-io group across 1 directory with 5 updates #305

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the crates-io group with 5 updates in the / directory:

Package From To
aws-lc-rs 1.11.1 1.12.0
bzip2 0.4.4 0.5.0
rcgen 0.13.1 0.13.2
serde 1.0.215 1.0.216
serde_json 1.0.133 1.0.134

Updates aws-lc-rs from 1.11.1 to 1.12.0

Release notes

Sourced from aws-lc-rs's releases.

aws-lc-rs v1.12.0

What's Changed

  • Update aws-lc-fips-sys to AWS-LC FIPS v3.0 🎉 — @​justsmth in #626
    • Please see our blog post for information about the numerous improvements!
    • If your project requires FIPS compliance, please consult your local FIPS experts about whether you should upgrade.
    • If needed, see the Cargo Book section on Specifying Dependencies for guidance on how to remain on an older versions of aws-lc-rs.
  • The APIs for ML-KEM, kbkdf and sskdf are now stable — @​justsmth in #628
    • Please migrate any use of these algorithms from the unstable module to the new stable APIs.
    • See our updated API documentation.
  • Support for AES-192@​justsmth in #622
  • Add ability to prepare the next operation and its associated nonce for OpeningKey and SealingKey@​skmcgrail in #619
  • Update aws-lc-sys to AWS-LC v1.41.1@​justsmth in #627

Build improvements

Issues being resolved

  • Build failure with gcc-15#623
  • Linkage error when cross-compiling for i686-pc-windows-gnu#620
  • aws-lc/crypto/err/err.c:186:17: error: implicit declaration of function ‘strdup’ — #610
  • ::aead::{SealingKey, OpeningKey} how to prepend nonce to packet? — #570

Other merged PRs

Full Changelog: v1.11.1...v1.12.0

Commits

Updates bzip2 from 0.4.4 to 0.5.0

Release notes

Sourced from bzip2's releases.

Version 0.5.0

The 0.5.0 release is the first release in ~2 years. It sets an msrv of 1.65.0 and pins the 2021 edition. If the msrv or edition are a problem for your project: just stick with the 0.4.4 release.

The repository has moved from @​alexcrichton to @​trifectatechfoundation, which takes on its maintainership from this point forward.

The main new feature of this release is the libbz2-rs-sys feature flag, which uses the pure rust https://github.com/trifectatechfoundation/libbzip2-rs implementation of bzip2. Being all rust, and using (by default) the rust allocator infrastructure, cross-compilation (e.g. to webassembly) should be much easier.

Besides that, the documentation was modernized (we can cross-link now) and several bugs were fixed.

What's Changed

New Contributors

Full Changelog: trifectatechfoundation/bzip2-rs@0.4.4...v0.5.0

Commits
  • bdb6e22 prepare release 0.5.0
  • 5a425ed struct BzDecoder: document exit on error logic
  • dece038 Fix infinite loop after invalid data
  • 090227a Add CI for using the rust implementation of bzip2
  • c83aef6 Don't enable the stdio feature for the rust implementation of bzip2
  • ab518cf Create SECURITY.md
  • fe3a545 Merge pull request #114 from trifectatechfoundation/doc-link-fixes
  • c03d510 update the README
  • 28aadcc add links in the documentation comments
  • 403f0af Merge pull request #113 from trifectatechfoundation/clippy-fixes
  • Additional commits viewable in compare view

Updates rcgen from 0.13.1 to 0.13.2

Release notes

Sourced from rcgen's releases.

0.13.2

Several improvements to the capabilities available when working with certificate signing requests.

What's Changed

Commits
  • 447322c rcgen: 0.13.1 -> 0.13.2
  • 12d6533 Remove extern crate example in docs.
  • 72369d3 Update README.md example to match what's in lib.rs
  • 1b4a355 Bump codecov/codecov-action from 4 to 5
  • 331b8fd Add PKCS#10 attributes to CSR serializer
  • 349ffe4 Add CertificateParams::write_extension_request_attribute for cleanup
  • 57a8066 Fix: Write CSR attributes as an implicit set
  • ad9b094 Fix: Don't forget to write EKUs in CSRs
  • 5811e47 Fix: Don't write SANs in CSRs if none are present
  • d3dea5e Add more CSR roundtrip unit tests
  • Additional commits viewable in compare view

Updates serde from 1.0.215 to 1.0.216

Release notes

Sourced from serde's releases.

v1.0.216

  • Mark all generated impls with #[automatically_derived] to exclude from code coverage (#2866, #2868, thanks @​tdittr)
Commits
  • ad8dd41 Release 1.0.216
  • f91d2ed Merge pull request #2868 from dtolnay/automaticallyderived
  • 9497463 Mark all generated trait impls as #[automatically_derived]
  • 46e9ecf Merge pull request #2866 from tdittr/mark-visitors-as-generated
  • e9c399c Mark generated impl de::Visitor blocks as #[automatically_derived]
  • b9dbfcb Switch out fnv in favor of foldhash in test
  • c270e27 Use BuildHasher instead of Hasher in collection macros
  • 0307f60 Resolve question_mark clippy lint in build script
  • See full diff in compare view

Updates serde_json from 1.0.133 to 1.0.134

Release notes

Sourced from serde_json's releases.

v1.0.134

  • Add RawValue associated constants for literal null, true, false (#1221, thanks @​bheylin)
Commits
  • b2a1415 Release 1.0.134
  • 9875785 Tweak wording of NULL/TRUE/FALSE documentation
  • 4aa05b9 Merge pull request #1222 from dtolnay/rawvalueassoc
  • f42c7c7 Move RawValue associated constants into same impl block as public functions
  • 96576ba Merge pull request #1221 from bheylin/add-const-raw-values-for-null-and-bools
  • 4db66fb Add 'static lifetime to const's
  • 9c9aa1f Add literal 'null', 'true' and 'false' consts to RawValue struct.
  • See full diff 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 in the / directory:

| Package | From | To |
| --- | --- | --- |
| [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.11.1` | `1.12.0` |
| [bzip2](https://github.com/trifectatechfoundation/bzip2-rs) | `0.4.4` | `0.5.0` |
| [rcgen](https://github.com/rustls/rcgen) | `0.13.1` | `0.13.2` |
| [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.216` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.134` |



Updates `aws-lc-rs` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@v1.11.1...v1.12.0)

Updates `bzip2` from 0.4.4 to 0.5.0
- [Release notes](https://github.com/trifectatechfoundation/bzip2-rs/releases)
- [Commits](trifectatechfoundation/bzip2-rs@0.4.4...v0.5.0)

Updates `rcgen` from 0.13.1 to 0.13.2
- [Release notes](https://github.com/rustls/rcgen/releases)
- [Commits](rustls/rcgen@v0.13.1...v0.13.2)

Updates `serde` from 1.0.215 to 1.0.216
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.215...v1.0.216)

Updates `serde_json` from 1.0.133 to 1.0.134
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.133...v1.0.134)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 23, 2024
@djc djc closed this Dec 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 23, 2024

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-69630605e7 branch December 23, 2024 21:46
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.

1 participant