Merged
Conversation
Bumps the all group with 5 updates: | Package | From | To | | --- | --- | --- | | [pyo3](https://github.com/pyo3/pyo3) | `0.23.5` | `0.24.1` | | [rustls](https://github.com/rustls/rustls) | `0.23.23` | `0.23.25` | | [rsa](https://github.com/RustCrypto/RSA) | `0.9.7` | `0.9.8` | | [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.12.5` | `1.13.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.218` | `1.0.219` | Updates `pyo3` from 0.23.5 to 0.24.1 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.24.1/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.5...v0.24.1) Updates `rustls` from 0.23.23 to 0.23.25 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.23...v/0.23.25) Updates `rsa` from 0.9.7 to 0.9.8 - [Changelog](https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md) - [Commits](RustCrypto/RSA@v0.9.7...v0.9.8) Updates `aws-lc-rs` from 1.12.5 to 1.13.0 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@v1.12.5...v1.13.0) Updates `serde` from 1.0.218 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.218...v1.0.219) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: rsa dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: aws-lc-rs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
it was used as a workaround until actions/setup-python integrate the freethreaded build natively
5387cef to
1a0ebbe
Compare
it was used as a workaround until actions/setup-python integrate the freethreaded build natively
1a0ebbe to
7d11591
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all group with 5 updates:
0.23.50.24.10.23.230.23.250.9.70.9.81.12.51.13.01.0.2181.0.219Updates
pyo3from 0.23.5 to 0.24.1Release notes
Sourced from pyo3's releases.
... (truncated)
Changelog
Sourced from pyo3's changelog.
... (truncated)
Commits
a213b36release: 0.24.1 (#5021)d85a02dsplitPyFunctionArgumentto specializeOption(#5002)c37a50aAdd example of more complex exceptions (#5014)dcacb9bSimplify PyFunctionArgument impl on &Bound<T> (#5018)03c31c5fix#[pyfunction]option parsing (#5015)0f49eb1docs: Remove examples with outdated PyO3 and unmaintained projects (#4952)1b00b0dimplementPyCallArgsfor borrowed types (#5013)5caaa37fix: convert to cstrings in PyString::from_object (#5008)4aca459docs: guide - add link to tables and traits (#5001)0452c0ereplace quansight-labs/setup-python with actions/setup-python (#5007)Updates
rustlsfrom 0.23.23 to 0.23.25Commits
1e2b4f3Prepare 0.23.25317c5bfMap webpki RequiredEkuNotFound error to InvalidPurpose3ab8a8ePrepare 0.23.2470e2b1cAdd warning about server-side cross-config resumption1c318bcRefactor: prefer to take reference on match scrutinee7a64c74admin/coverage: only measure core crate coverage94d4cb7chore(deps): update dependency go to v1.24.1a209a0edocs: link to manual from front page8464356Mark unreachable functions withcoverage(off)4f2d21ePrefer to put check-cfg data in Cargo.tomlUpdates
rsafrom 0.9.7 to 0.9.8Changelog
Sourced from rsa's changelog.
Commits
85f03b5Release v0.9.8 (#495)bd3575bAdd comment to specify the rand version (#473)Updates
aws-lc-rsfrom 1.12.5 to 1.13.0Release notes
Sourced from aws-lc-rs's releases.
... (truncated)
Commits
8ed1be8Bump to aws-lc-rs v1.13.0 (#758)1e96391Bump aws-lc-fips-sys to v0.13.5 (#760)706565cInclude Go source inaws-lc-syscrate (#754)344a56fAlign aws-lc-sys v0.28.0 w/ AWS-LC 1.49.0 (#757)b6d070bRemove Kyber, KDF from unstable (#747)2e8b158Unstable API for ML-DSA (#690)d998c01Try to support illumos (#709)44de3d2aws-lc-sys: output only one library (#749)bfe34e8Support RsaSubjectPublicKey to/from X509; Bump version (#742)4fe8198Align aws-lc-sys v0.27.2 w/ AWS-LC v1.48.5 (#740)Updates
serdefrom 1.0.218 to 1.0.219Release notes
Sourced from serde's releases.
Commits
49d098dRelease 1.0.21940f1d19Wrap dummy.rs to 80 columns514848bMerge pull request #2906 from davidzeng0/master168b6cffix clippy absolute paths warninga8bdd17Remove unused Punctuated import1c96013Resolve mem_replace_with_default clippy lintf0d1ae0Ignore elidable_lifetime_names pedantic clippy linte3eaa6aMerge pull request #2896 from dtolnay/stabledoc6a630cfAlso link to stable proc_macroDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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