build(deps): bump the simple2 group across 1 directory with 22 updates#35589
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
build(deps): bump the simple2 group across 1 directory with 22 updates#35589dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the simple2 group with 21 updates in the / directory: | Package | From | To | | --- | --- | --- | | [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.75` | `0.10.76` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.22` | `0.3.23` | | [turmoil](https://github.com/tokio-rs/turmoil) | `0.7.0` | `0.7.1` | | [regex](https://github.com/rust-lang/regex) | `1.12.2` | `1.12.3` | | [pin-project](https://github.com/taiki-e/pin-project) | `1.1.10` | `1.1.11` | | [tokio-metrics](https://github.com/tokio-rs/tokio-metrics) | `0.4.7` | `0.4.9` | | [which](https://github.com/harryfei/which-rs) | `8.0.0` | `8.0.2` | | [num_enum](https://github.com/illicitonion/num_enum) | `0.7.5` | `0.7.6` | | [native-tls](https://github.com/rust-native-tls/rust-native-tls) | `0.2.14` | `0.2.18` | | [stacker](https://github.com/rust-lang/stacker) | `0.1.22` | `0.1.23` | | [predicates](https://github.com/assert-rs/predicates-rs) | `3.1.3` | `3.1.4` | | [regex-syntax](https://github.com/rust-lang/regex) | `0.8.8` | `0.8.10` | | [quote](https://github.com/dtolnay/quote) | `1.0.44` | `1.0.45` | | [tonic-prost](https://github.com/hyperium/tonic) | `0.14.2` | `0.14.5` | | [tonic-prost-build](https://github.com/hyperium/tonic) | `0.14.2` | `0.14.5` | | [tar](https://github.com/alexcrichton/tar-rs) | `0.4.44` | `0.4.45` | | [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) | `0.31.0` | `0.31.1` | | [ryu](https://github.com/dtolnay/ryu) | `1.0.22` | `1.0.23` | | [once_cell](https://github.com/matklad/once_cell) | `1.21.3` | `1.21.4` | | [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.13.0` | `1.13.1` | | [regex-automata](https://github.com/rust-lang/regex) | `0.4.13` | `0.4.14` | Updates `openssl` from 0.10.75 to 0.10.76 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.75...openssl-v0.10.76) Updates `tracing-subscriber` from 0.3.22 to 0.3.23 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.22...tracing-subscriber-0.3.23) Updates `turmoil` from 0.7.0 to 0.7.1 - [Release notes](https://github.com/tokio-rs/turmoil/releases) - [Changelog](https://github.com/tokio-rs/turmoil/blob/main/CHANGELOG.md) - [Commits](tokio-rs/turmoil@v0.7.0...v0.7.1) Updates `regex` from 1.12.2 to 1.12.3 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.12.2...1.12.3) Updates `pin-project` from 1.1.10 to 1.1.11 - [Release notes](https://github.com/taiki-e/pin-project/releases) - [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project@v1.1.10...v1.1.11) Updates `tokio-metrics` from 0.4.7 to 0.4.9 - [Release notes](https://github.com/tokio-rs/tokio-metrics/releases) - [Changelog](https://github.com/tokio-rs/tokio-metrics/blob/main/CHANGELOG.md) - [Commits](tokio-rs/tokio-metrics@v0.4.7...v0.4.9) Updates `which` from 8.0.0 to 8.0.2 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](harryfei/which-rs@8.0.0...8.0.2) Updates `num_enum` from 0.7.5 to 0.7.6 - [Commits](illicitonion/num_enum@0.7.5...0.7.6) Updates `native-tls` from 0.2.14 to 0.2.18 - [Release notes](https://github.com/rust-native-tls/rust-native-tls/releases) - [Changelog](https://github.com/rust-native-tls/rust-native-tls/blob/main/CHANGELOG.md) - [Commits](rust-native-tls/rust-native-tls@v0.2.14...v0.2.18) Updates `openssl-sys` from 0.9.111 to 0.9.112 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-sys-v0.9.111...openssl-sys-v0.9.112) Updates `stacker` from 0.1.22 to 0.1.23 - [Commits](rust-lang/stacker@stacker-0.1.22...psm-0.1.23) Updates `predicates` from 3.1.3 to 3.1.4 - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](assert-rs/predicates-rs@v3.1.3...v3.1.4) Updates `regex-syntax` from 0.8.8 to 0.8.10 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@regex-syntax-0.8.8...regex-syntax-0.8.10) Updates `quote` from 1.0.44 to 1.0.45 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.44...1.0.45) Updates `tonic-prost` from 0.14.2 to 0.14.5 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.2...v0.14.5) Updates `tonic-prost-build` from 0.14.2 to 0.14.5 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.2...v0.14.5) Updates `tar` from 0.4.44 to 0.4.45 - [Commits](alexcrichton/tar-rs@0.4.44...0.4.45) Updates `opentelemetry-otlp` from 0.31.0 to 0.31.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.30.md) - [Commits](open-telemetry/opentelemetry-rust@v0.31.0...opentelemetry-otlp-0.31.1) Updates `ryu` from 1.0.22 to 1.0.23 - [Release notes](https://github.com/dtolnay/ryu/releases) - [Commits](dtolnay/ryu@1.0.22...1.0.23) Updates `once_cell` from 1.21.3 to 1.21.4 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.21.3...v1.21.4) Updates `portable-atomic` from 1.13.0 to 1.13.1 - [Release notes](https://github.com/taiki-e/portable-atomic/releases) - [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md) - [Commits](taiki-e/portable-atomic@v1.13.0...v1.13.1) Updates `regex-automata` from 0.4.13 to 0.4.14 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@regex-automata-0.4.13...regex-automata-0.4.14) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.76 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: tracing-subscriber dependency-version: 0.3.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: turmoil dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: regex dependency-version: 1.12.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: pin-project dependency-version: 1.1.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: tokio-metrics dependency-version: 0.4.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: which dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: num_enum dependency-version: 0.7.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: native-tls dependency-version: 0.2.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: openssl-sys dependency-version: 0.9.112 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: stacker dependency-version: 0.1.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: predicates dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: regex-syntax dependency-version: 0.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: quote dependency-version: 1.0.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: tonic-prost dependency-version: 0.14.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: tonic-prost-build dependency-version: 0.14.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: tar dependency-version: 0.4.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: opentelemetry-otlp dependency-version: 0.31.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: ryu dependency-version: 1.0.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: once_cell dependency-version: 1.21.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: portable-atomic dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: regex-automata dependency-version: 0.4.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 ... Signed-off-by: dependabot[bot] <support@github.com>
|
Thanks for opening this PR! Here are a few tips to help make the review process smooth for everyone. PR title guidelines
Pre-merge checklist
|
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 simple2 group with 21 updates in the / directory:
0.10.750.10.760.3.220.3.230.7.00.7.11.12.21.12.31.1.101.1.110.4.70.4.98.0.08.0.20.7.50.7.60.2.140.2.180.1.220.1.233.1.33.1.40.8.80.8.101.0.441.0.450.14.20.14.50.14.20.14.50.4.440.4.450.31.00.31.11.0.221.0.231.21.31.21.41.13.01.13.10.4.130.4.14Updates
opensslfrom 0.10.75 to 0.10.76Release notes
Sourced from openssl's releases.
Commits
6b94124Release openssl v0.10.76 and openssl-sys v0.9.112 (#2582)30c3f2dBump aws-lc-sys to 0.38 (#2581)efc55bfSupport pregenerated Rust bindings from AWS-LC installations (#2578)80cd420Constify from_raw (#2580)e64c352Pin quote to 1.0.44 for min-version CI (#2579)c38b028Fix use-after-free of error strings on BoringSSL/aws-lc (#2572)9cd9a14fix min-version CI (#2573)87bf0e2Merge pull request #2567 from butteronarchbtw/brainpool-nid-constants61906a9add libressl variantse922826add corresponding rust constantsUpdates
tracing-subscriberfrom 0.3.22 to 0.3.23Release notes
Sourced from tracing-subscriber's releases.
Commits
54ede4dchore: prepare tracing-subscriber 0.3.23 (#3490)37558d5subscriber: allow ansi sanitization to be disabled (#3484)efc690fcore: add missing const (#3449)0c32367core: Use const initializers instead ofonce_cell9feb241docs: add arcswap reload crate to related (#3442)2d55f6fchore: prepare tracing 0.1.44 (#3439)10a9e83chore: prepare tracing-core 0.1.36 (#3440)ee82cf9tracing: fix record_all panic (#3432)9978c36chore: prepare tracing-mock 0.1.0-beta.3 (#3429)Updates
turmoilfrom 0.7.0 to 0.7.1Release notes
Sourced from turmoil's releases.
Changelog
Sourced from turmoil's changelog.
Commits
b9693a6Bump to 0.7.1 (#262)4d2587eAddturmoil::net::lookup_host(#257)9b30a84API to check whether we are inside a simulation (#258)8c8330brefactor: provide clearer panic message when link is missing (#261)af06e81AddUdpSocket::try_recv(#255)61891a3Let network faults affect in-flight messages (#252)f73069cDocument that O_DIRECT affects latency only, not durability (#254)0b8edeaAdd simulated filesystem and barriers for deterministic testinge099732Add ci to check external types (#250)7474b9eUpdate to rand 0.9 (#215)Updates
regexfrom 1.12.2 to 1.12.3Changelog
Sourced from regex's changelog.
Commits
b028e4f1.12.35e195deregex-automata-0.4.14a3433f6regex-syntax-0.8.90c07faeregex-lite-0.1.96a81006cargo: exclude development scripts and fuzzing data4733e28automata: fixonepass::DFA::try_search_slotspanic when too many slots are ...Updates
pin-projectfrom 1.1.10 to 1.1.11Release notes
Sourced from pin-project's releases.
Changelog
Sourced from pin-project's changelog.
Commits
3aa50f9Release 1.1.11bd565cfUpdate changelog90389fcUpdate allowed lint list67339aftests: Update ui test output to nightly-2026-02-16d5de5f6tools: Update tidy.shafceb72Fix clippy::unnecessary_map_or warninge985eeeBump MSRV to 1.71b66e5d9tests: Update ui test output to nightly-2026-02-073c70784Apply clippy to doctestade4308tests: Update ui test output to nightly-2026-01-22Updates
tokio-metricsfrom 0.4.7 to 0.4.9Release notes
Sourced from tokio-metrics's releases.
Changelog
Sourced from tokio-metrics's changelog.
Commits
de140d3chore: release 0.4.9 (#119)0430a9cFix doctest feature gates and relax rt requirement for task metrics reporter ...75c82a0feat(task): Expose a static-friendly TaskMonitorBase without inner Arc (#115)ac44169docs: note to always use PRs for releases even with bypass permissions664cb6brelease 0.4.8bcc6319docs: add release instructions to CONTRIBUTING.mdd07bf10fix: use saturating_sub to prevent overflow panics in runtime metrics (#114)8d6603afeat: publicly export taskTaskIntervalstype (#112)Updates
whichfrom 8.0.0 to 8.0.2Release notes
Sourced from which's releases.
Changelog
Sourced from which's changelog.
Commits
5bb3e82update README MSRVaacc10eadd changelog entry7b0c544Swap dependency on rustix for dependency on libc (#122)189e99aNew windows impl (#121)c48f04eclippy fixes1fa32b7bump msrv, bump version, add to changelogb0d6e74Remove env_home dependency2697220chore: add release steps documentation873554eadd entry to CHANGELOG.md for 8.0.1d684ababump version to 8.0.1Updates
num_enumfrom 0.7.5 to 0.7.6Commits
f11d81cRelease 0.7.6 (#183)90c04cfA little extra test coverage for byte literals (#182)40e822bAllow byte literals in TryFromPrimitive alternatives (#181)699a7eeFix up trybuilds (#180)8b99d23Fix trybuilds (#179)6603c83Update nightly expectations (#178)Updates
native-tlsfrom 0.2.14 to 0.2.18Release notes
Sourced from native-tls's releases.
Changelog
Sourced from native-tls's changelog.
... (truncated)
Commits
3cf1877TLS 1.3 min/max fallback for old OpenSSL versionsa352cb3Exclude unused files from the packagebe13f94Release 0.2.178213e1dfmtc250fa7Test featuresbd165e9Work around set_alpn_select_callback lifetime issues64439adUse separate feature flag for server-side ALPNaa71c45Common helper for alpn1be1ac9add ALPN server side testf640501Add ALPN implement for schannelUpdates
openssl-sysfrom 0.9.111 to 0.9.112Release notes
Sourced from openssl-sys's releases.
Commits
6b94124Release openssl v0.10.76 and openssl-sys v0.9.112 (#2582)30c3f2dBump aws-lc-sys to 0.38 (#2581)efc55bfSupport pregenerated Rust bindings from AWS-LC installations (#2578)80cd420Constify from_raw (#2580)e64c352Pin quote to 1.0.44 for min-version CI (#2579)c38b028Fix use-after-free of error strings on BoringSSL/aws-lc (#2572)9cd9a14fix min-version CI (#2573)87bf0e2Merge pull request #2567 from butteronarchbtw/brainpool-nid-constants61906a9add libressl variantse922826add corresponding rust constantsUpdates
stackerfrom 0.1.22 to 0.1.23Commits
f9300b7Bump version to 0.1.17aec0b30Add rust-version metadatae238c22Upgrade windows-sys to 0.52-0.599a90c0eSuppress warning in testf48cd7dFix the CI and bump release version (#93)8e925da[illumos] enable guess_os_stack_limit (#88)91cf50amigrate from winapi to windows_sys (#76)071bab3psm 0.1.21d4f6e4aMark AIX as having a full callstack supportef5bbd7Remove newlineUpdates
predicatesfrom 3.1.3 to 3.1.4Changelog
Sourced from predicates's changelog.
Commits
f54f2cdchore: Releasece8099eMerge pull request #200 from rynoV/master34d11dedocs: Update changeloga03ae99feat: Make BoxPredicate::find_case use the inner find_case9b59897test: Add test for BoxPredicate::find_case45f4333Merge pull request #201 from assert-rs/renovate/crate-ci-typos-1.xb9c965bchore(deps): Update pre-commit hook crate-ci/typos to v1.42.30d9cf08Merge pull request #199 from epage/template9968b8achore: Update from _rust templatee4f2b35chore(ci): Update actionDescription has been truncated