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

Bump the actions-deps group with 10 updates #185

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps the actions-deps group with 10 updates:

Package From To
anyhow 1.0.95 1.0.96
native-tls 0.2.12 0.2.14
rustls 0.23.12 0.23.23
flate2 1.0.35 1.1.0
once_cell 1.20.2 1.20.3
napi-build 2.1.4 2.1.5
pyo3 0.23.4 0.23.5
aws-lc-rs 1.12.2 1.12.5
openssl 0.10.68 0.10.69
openssl-sys 0.9.104 0.9.106

Updates anyhow from 1.0.95 to 1.0.96

Release notes

Sourced from anyhow's releases.

1.0.96

  • Documentation improvements
Commits
  • f0aa0d3 Release 1.0.96
  • bc33c24 Convert html links to intra-doc links
  • 1cff785 Unset doc-scrape-examples for lib target
  • d71c806 More precise gitignore patterns
  • 3e40975 Remove **/*.rs.bk from project-specific gitignore
  • b880dd0 Ignore Cargo-generated tests/crate/target directory
  • 8891ce3 Merge pull request #404 from dtolnay/missingabi
  • 51a173e Ignore missing_abi lint in nightly-2025-01-16
  • 4d71a84 Ignore double_ended_iterator_last clippy lint
  • af0937e Update ui test suite to nightly-2025-01-02
  • Additional commits viewable in compare view

Updates native-tls from 0.2.12 to 0.2.14

Release notes

Sourced from native-tls's releases.

v0.2.14

What's Changed

Full Changelog: sfackler/rust-native-tls@v0.2.13...v0.2.14

v0.2.13

What's Changed

New Contributors

Full Changelog: sfackler/rust-native-tls@v0.2.12...v0.2.13

Changelog

Sourced from native-tls's changelog.

Change Log

[Unreleased]

Commits
  • 485e489 Release v0.2.14
  • 307e961 Merge pull request #324 from sfackler/fix-root-config
  • c5289c0 Cache openssl cert lookup and don't bail on error
  • e861c7c Release v0.2.13
  • 55aff8e Merge pull request #316 from sfackler/verify-locations
  • 4a88faf use released version
  • a35127a Stop using deprecated openssl-probe APIs
  • a0e6f18 Merge pull request #304 from rkrishn7/master
  • 989116e Merge pull request #1 from rkrishn7/chore/bump-openssl-req
  • 2424bc5 chore: Bump openssl and openssl-sys
  • See full diff in compare view

Updates rustls from 0.23.12 to 0.23.23

Commits
  • 7742147 unbuffered: introduce PeerClosed state
  • 7abb149 tests/unbuffered: refactor
  • 1963cc7 Bump version to 0.23.23
  • ad5a31b tests: reuse SingleCertAndKey
  • 591c0c1 crypto: expose SingleCertAndKey
  • 82e1688 client: use SingleCertAndKey for with_client_auth_cert()
  • b0cc4df crypto: add CertifiedKey::from_der()
  • be2865a crypto: simplify SingleCertAndKey construction with OCSP
  • 82c3c2d crypto: use From impl to construct SingleCertAndKey
  • 27551e1 Move SingleCertAndKey to crypto::signer
  • Additional commits viewable in compare view

Updates flate2 from 1.0.35 to 1.1.0

Release notes

Sourced from flate2's releases.

1.1.0

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.35...1.1.0

Changelog

Sourced from flate2's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.31 (2024-08-03)

This release allows using libz-rs in the latest version, v0.2.1.

Commit Statistics

  • 7 commits contributed to the release over the course of 95 calendar days.
  • 95 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Add exclusion rule to not package github or git specific files with crate. (25541bd)
    • Crate and update changelog in preparation for release. (1dbed76)
    • Merge pull request #415 from folkertdev/bump-version-zlib-rs-0.2.1 (a7853c0)
    • Release version 1.0.31: bump libz-rs-sys version (e6f6949)
    • Merge pull request #414 from yestyle/main (9e6af00)
    • Remove duplicate word in top-most doc (411d641)
    • Merge pull request #408 from marxin/document-read-after-end (1a0daec)

v1.0.30 (2024-04-29)

Documentation

  • Document expected behavior when Read is done for ZLIB and DEFLATE decoders

Commit Statistics

  • 9 commits contributed to the release over the course of 3 calendar days.
  • 3 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #404

... (truncated)

Commits
  • 70de9df Merge pull request #466 from folkertdev/update-zlib-rs-0.4.2
  • 13104a5 upgrade zlib-rs to version 0.4.2
  • 5a2fd04 Merge pull request #462 from CosminPerRam/feat/flush_mzflush
  • bf5bf56 feat: remove explicit redundant lifetime
  • 40c2e0f docs: fix spelling mistake in FlushCompress::Partial
  • 6146cf0 Merge pull request #461 from CosminPerRam/experimental/traits
  • ee1571b Merge pull request #464 from CosminPerRam/feat/remove_redundant_guard
  • 1be8e37 feat: remove redundant if guard on option value match
  • be59b78 docs: fix spelling mistake
  • d4aebe1 feat: reorder FlushCompress variants to be in order with value
  • Additional commits viewable in compare view

Updates once_cell from 1.20.2 to 1.20.3

Changelog

Sourced from once_cell's changelog.

Changelog

Unreleased

  • Outline initialization in race: #273.
Commits
  • d119eea Merge pull request #273 from briansmith/b/cold
  • 1a885da Make initialization in OnceNonZeroUsize::get_or_try_init #[cold].
  • See full diff in compare view

Updates napi-build from 2.1.4 to 2.1.5

Release notes

Sourced from napi-build's releases.

[email protected]

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.1.5

Commits
  • 98f853c Release independent packages
  • dda921e chore(release): publish
  • ee75b11 refactor!(napi): link crt1-reactor.o as poor man's wasi-exec-model=reactor (#...
  • ed6da2b fix(napi): compile error on noop feature (#2478)
  • 4edea1d Release independent packages
  • 8654857 fix(napi): compatible with Rust 1.85 (#2477)
  • b818da2 Release independent packages
  • 680742f fix(napi-derive): module_init macro fix
  • 6ecc450 Release independent packages
  • 1868bad chore(release): publish
  • Additional commits viewable in compare view

Updates pyo3 from 0.23.4 to 0.23.5

Release notes

Sourced from pyo3's releases.

PyO3 0.23.5

This release is a final set of backports onto the PyO3 0.23 series:

  • PyPy 3.11 support
  • Fixes to #[pyclass(freelist)] on free-threaded Python 3.13
  • Fix to Python::run for a case when __builtins__ is not loaded correctly on Python 3.10+

Thank you to the following contributors for the improvements:

@​arielb1 @​Icxolu @​LilyFoote @​mattip @​mgorny @​ngoldbaum

Changelog

Sourced from pyo3's changelog.

[0.23.5] - 2025-02-22

Packaging

  • Add support for PyPy3.11 #4760

Fixed

  • Fix thread-unsafe implementation of freelist pyclasses on the free-threaded build. #4902
  • Re-enable a workaround for situations where CPython incorrectly does not add __builtins__ to __globals__ in code executed by Python::py_run (was removed in PyO3 0.23.0). #4921
Commits

Updates aws-lc-rs from 1.12.2 to 1.12.5

Release notes

Sourced from aws-lc-rs's releases.

aws-lc-rs v1.12.5

v1.12.5

What's Changed

Bug fix

Full Changelog: aws/aws-lc-rs@v1.12.4...v1.12.5

aws-lc-rs v1.12.4

What's Changed

Bug fix

Other Merged PRs

Issues Being Closed

  • 0.12.3 from_private_key_der() accepts incorrect EcdsaSigningAlgorithm for PKCS8 DER -- aws/aws-lc-rs#704

Full Changelog: aws/aws-lc-rs@v1.12.3...v1.12.4

aws-lc-rs v1.12.3

What's Changed

Build improvements

Issues Being Resolved

Other Merged PRs

... (truncated)

Commits

Updates openssl from 0.10.68 to 0.10.69

Release notes

Sourced from openssl's releases.

openssl v0.10.69

What's Changed

New Contributors

Full Changelog: sfackler/rust-openssl@openssl-v0.10.68...openssl-v0.10.69

Commits
  • b5fb360 Release openssl v0.10.69
  • f6f74af Merge pull request #2353 from sfackler/verify-locations
  • 555d498 Expose SSL_CTX_load_verify_locations
  • b255dee Merge pull request #2275 from initsecret/support-xof-squeeze
  • 95159d0 oops forgot compiler directive
  • cc16063 Merge remote-tracking branch 'upstream/master' into support-xof-squeeze
  • 769f0b2 disallow updates after squeezes
  • 538a5cb Merge pull request #2330 from dcermak/use-prime256v1-key
  • 3319720 Switch the test to use prime256v1 based key
  • d3d7c12 Merge pull request #2327 from ViktoriiaKovalova/add-select-alpn-cb
  • Additional commits viewable in compare view

Updates openssl-sys from 0.9.104 to 0.9.106

Release notes

Sourced from openssl-sys's releases.

openssl-sys-v0.9.106

What's Changed

New Contributors

Full Changelog: sfackler/rust-openssl@openssl-sys-v0.9.105...openssl-sys-v0.9.106

openssl-sys v0.9.105

What's Changed

New Contributors

Full Changelog: sfackler/rust-openssl@openssl-sys-v0.9.104...openssl-sys-v0.9.105

Commits
  • 1a16077 Merge pull request #2369 from alex/bump-for-release
  • 3312618 Merge pull request #2366 from frncs-rss/license_apache
  • f71fcf2 Release openssl v0.10.71 and openssl-sys v0.9.106
  • 6ca34f8 add full Apache license file
  • c0f1442 Merge pull request #2361 from alex/rc2
  • ae495dc Expose rc2 ciphers on symm::Cipher
  • a4d399b Release openssl v0.10.70
  • c9a33e2 Release openssl-sys v0.9.105
  • f014afb Merge pull request #2360 from sfackler/fix-alpn-lifetimes
  • 8e6e30b Fix lifetimes in ssl::select_next_proto
  • 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 actions-deps group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.95` | `1.0.96` |
| [native-tls](https://github.com/sfackler/rust-native-tls) | `0.2.12` | `0.2.14` |
| [rustls](https://github.com/rustls/rustls) | `0.23.12` | `0.23.23` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.35` | `1.1.0` |
| [once_cell](https://github.com/matklad/once_cell) | `1.20.2` | `1.20.3` |
| [napi-build](https://github.com/napi-rs/napi-rs) | `2.1.4` | `2.1.5` |
| [pyo3](https://github.com/pyo3/pyo3) | `0.23.4` | `0.23.5` |
| [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.12.2` | `1.12.5` |
| [openssl](https://github.com/sfackler/rust-openssl) | `0.10.68` | `0.10.69` |
| [openssl-sys](https://github.com/sfackler/rust-openssl) | `0.9.104` | `0.9.106` |


Updates `anyhow` from 1.0.95 to 1.0.96
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.95...1.0.96)

Updates `native-tls` from 0.2.12 to 0.2.14
- [Release notes](https://github.com/sfackler/rust-native-tls/releases)
- [Changelog](https://github.com/sfackler/rust-native-tls/blob/master/CHANGELOG.md)
- [Commits](sfackler/rust-native-tls@v0.2.12...v0.2.14)

Updates `rustls` from 0.23.12 to 0.23.23
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.12...v/0.23.23)

Updates `flate2` from 1.0.35 to 1.1.0
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/flate2-rs@1.0.35...1.1.0)

Updates `once_cell` from 1.20.2 to 1.20.3
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.20.2...v1.20.3)

Updates `napi-build` from 2.1.4 to 2.1.5
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](https://github.com/napi-rs/napi-rs/compare/[email protected]@2.1.5)

Updates `pyo3` from 0.23.4 to 0.23.5
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](PyO3/pyo3@v0.23.4...v0.23.5)

Updates `aws-lc-rs` from 1.12.2 to 1.12.5
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@v1.12.2...v1.12.5)

Updates `openssl` from 0.10.68 to 0.10.69
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.68...openssl-v0.10.69)

Updates `openssl-sys` from 0.9.104 to 0.9.106
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-sys-v0.9.104...openssl-sys-v0.9.106)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-deps
- dependency-name: native-tls
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-deps
- dependency-name: rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-deps
- dependency-name: flate2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-deps
- dependency-name: napi-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-deps
- dependency-name: pyo3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-deps
- dependency-name: aws-lc-rs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-deps
- dependency-name: openssl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-deps
- dependency-name: openssl-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 3, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants