Bump the actions-deps group with 10 updates #185
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 actions-deps group with 10 updates:
1.0.95
1.0.96
0.2.12
0.2.14
0.23.12
0.23.23
1.0.35
1.1.0
1.20.2
1.20.3
2.1.4
2.1.5
0.23.4
0.23.5
1.12.2
1.12.5
0.10.68
0.10.69
0.9.104
0.9.106
Updates
anyhow
from 1.0.95 to 1.0.96Release notes
Sourced from anyhow's releases.
Commits
f0aa0d3
Release 1.0.96bc33c24
Convert html links to intra-doc links1cff785
Unset doc-scrape-examples for lib targetd71c806
More precise gitignore patterns3e40975
Remove **/*.rs.bk from project-specific gitignoreb880dd0
Ignore Cargo-generated tests/crate/target directory8891ce3
Merge pull request #404 from dtolnay/missingabi51a173e
Ignore missing_abi lint in nightly-2025-01-164d71a84
Ignore double_ended_iterator_last clippy lintaf0937e
Update ui test suite to nightly-2025-01-02Updates
native-tls
from 0.2.12 to 0.2.14Release notes
Sourced from native-tls's releases.
Changelog
Sourced from native-tls's changelog.
Commits
485e489
Release v0.2.14307e961
Merge pull request #324 from sfackler/fix-root-configc5289c0
Cache openssl cert lookup and don't bail on errore861c7c
Release v0.2.1355aff8e
Merge pull request #316 from sfackler/verify-locations4a88faf
use released versiona35127a
Stop using deprecated openssl-probe APIsa0e6f18
Merge pull request #304 from rkrishn7/master989116e
Merge pull request #1 from rkrishn7/chore/bump-openssl-req2424bc5
chore: Bump openssl and openssl-sysUpdates
rustls
from 0.23.12 to 0.23.23Commits
7742147
unbuffered: introducePeerClosed
state7abb149
tests/unbuffered: refactor1963cc7
Bump version to 0.23.23ad5a31b
tests: reuse SingleCertAndKey591c0c1
crypto: expose SingleCertAndKey82e1688
client: use SingleCertAndKey for with_client_auth_cert()b0cc4df
crypto: add CertifiedKey::from_der()be2865a
crypto: simplify SingleCertAndKey construction with OCSP82c3c2d
crypto: use From impl to construct SingleCertAndKey27551e1
Move SingleCertAndKey to crypto::signerUpdates
flate2
from 1.0.35 to 1.1.0Release notes
Sourced from flate2's releases.
Changelog
Sourced from flate2's changelog.
... (truncated)
Commits
70de9df
Merge pull request #466 from folkertdev/update-zlib-rs-0.4.213104a5
upgrade zlib-rs to version0.4.2
5a2fd04
Merge pull request #462 from CosminPerRam/feat/flush_mzflushbf5bf56
feat: remove explicit redundant lifetime40c2e0f
docs: fix spelling mistake in FlushCompress::Partial6146cf0
Merge pull request #461 from CosminPerRam/experimental/traitsee1571b
Merge pull request #464 from CosminPerRam/feat/remove_redundant_guard1be8e37
feat: remove redundant if guard on option value matchbe59b78
docs: fix spelling mistaked4aebe1
feat: reorder FlushCompress variants to be in order with valueUpdates
once_cell
from 1.20.2 to 1.20.3Changelog
Sourced from once_cell's changelog.
Commits
d119eea
Merge pull request #273 from briansmith/b/cold1a885da
Make initialization inOnceNonZeroUsize::get_or_try_init
#[cold]
.Updates
napi-build
from 2.1.4 to 2.1.5Release notes
Sourced from napi-build's releases.
Commits
98f853c
Release independent packagesdda921e
chore(release): publishee75b11
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 packages8654857
fix(napi): compatible with Rust 1.85 (#2477)b818da2
Release independent packages680742f
fix(napi-derive): module_init macro fix6ecc450
Release independent packages1868bad
chore(release): publishUpdates
pyo3
from 0.23.4 to 0.23.5Release notes
Sourced from pyo3's releases.
Changelog
Sourced from pyo3's changelog.
Commits
e34ad5f
release: 0.23.5 (#4929)7599bda
Use a critical section to serialize adding builtins to globals (#4921)0ab9dc6
bumpbenchmarks
ci base image (#4912)ea4142b
avoid FailedHealthCheck in test_double (#4879)e1630fb
fix multithreaded access to freelist pyclasses (#4902)108abb4
Fix manual_ok_err clippy lint on nightly (#4886)ce2d6e9
Add PyPy3.11 (#4760)Updates
aws-lc-rs
from 1.12.2 to 1.12.5Release notes
Sourced from aws-lc-rs's releases.
... (truncated)
Commits
ad169b3
Support PKCS8 in agreement::PrivateKey::from_private_key_der (#713)eba9781
Prepare release v1.12.4 (#706)5c4fa5c
Verify nid after parsing EC (#705)caab800
Prepare release v1.12.3 (#700)db5ee8f
Realign aws-lc-sys v0.26.0 w/ AWS-LC v1.46.0 (#701)19ff728
Add Rust scripts to workspace (#699)e0ece50
Build script handling of OPT_LEVEL='s' (#694)cb469dc
Implement From<&PublicKey> for PublicKeyComponents (#698)d51401f
Fix metadata (#670)5337f14
Expose Ed25519PublicKey (#695)Updates
openssl
from 0.10.68 to 0.10.69Release notes
Sourced from openssl's releases.
Commits
b5fb360
Release openssl v0.10.69f6f74af
Merge pull request #2353 from sfackler/verify-locations555d498
Expose SSL_CTX_load_verify_locationsb255dee
Merge pull request #2275 from initsecret/support-xof-squeeze95159d0
oops forgot compiler directivecc16063
Merge remote-tracking branch 'upstream/master' into support-xof-squeeze769f0b2
disallow updates after squeezes538a5cb
Merge pull request #2330 from dcermak/use-prime256v1-key3319720
Switch the test to use prime256v1 based keyd3d7c12
Merge pull request #2327 from ViktoriiaKovalova/add-select-alpn-cbUpdates
openssl-sys
from 0.9.104 to 0.9.106Release notes
Sourced from openssl-sys's releases.
Commits
1a16077
Merge pull request #2369 from alex/bump-for-release3312618
Merge pull request #2366 from frncs-rss/license_apachef71fcf2
Release openssl v0.10.71 and openssl-sys v0.9.1066ca34f8
add full Apache license filec0f1442
Merge pull request #2361 from alex/rc2ae495dc
Expose rc2 ciphers on symm::Ciphera4d399b
Release openssl v0.10.70c9a33e2
Release openssl-sys v0.9.105f014afb
Merge pull request #2360 from sfackler/fix-alpn-lifetimes8e6e30b
Fix lifetimes in ssl::select_next_protoDependabot 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