Skip to content

build(deps): bump the simple2 group across 1 directory with 22 updates#35589

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/simple2-ec77a80e3a
Closed

build(deps): bump the simple2 group across 1 directory with 22 updates#35589
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/simple2-ec77a80e3a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 22, 2026

Bumps the simple2 group with 21 updates in the / directory:

Package From To
openssl 0.10.75 0.10.76
tracing-subscriber 0.3.22 0.3.23
turmoil 0.7.0 0.7.1
regex 1.12.2 1.12.3
pin-project 1.1.10 1.1.11
tokio-metrics 0.4.7 0.4.9
which 8.0.0 8.0.2
num_enum 0.7.5 0.7.6
native-tls 0.2.14 0.2.18
stacker 0.1.22 0.1.23
predicates 3.1.3 3.1.4
regex-syntax 0.8.8 0.8.10
quote 1.0.44 1.0.45
tonic-prost 0.14.2 0.14.5
tonic-prost-build 0.14.2 0.14.5
tar 0.4.44 0.4.45
opentelemetry-otlp 0.31.0 0.31.1
ryu 1.0.22 1.0.23
once_cell 1.21.3 1.21.4
portable-atomic 1.13.0 1.13.1
regex-automata 0.4.13 0.4.14

Updates openssl from 0.10.75 to 0.10.76

Release notes

Sourced from openssl's releases.

openssl-v0.10.76

What's Changed

New Contributors

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.75...openssl-v0.10.76

Commits

Updates tracing-subscriber from 0.3.22 to 0.3.23

Release notes

Sourced from tracing-subscriber's releases.

tracing-subscriber 0.3.23

Fixed

  • Allow ansi sanitization to be disabled (#3484)

#3484: tokio-rs/tracing#3484

Commits

Updates turmoil from 0.7.0 to 0.7.1

Release notes

Sourced from turmoil's releases.

Turmoil 0.7.1

Added

  • Add simulated filesystem and barriers for deterministic testing (#250, #254)
    • unstable-fs feature: Drop-in replacements for std::fs and tokio::fs with durability simulation
    • unstable-barriers feature: Inject hooks at specific code points for deterministic test control
  • Add turmoil::net::lookup_host (#257)
  • Add API to check whether we are inside a simulation (#258)
  • Add UdpSocket::try_recv (#255)
  • Add crate::since_epoch() API to return logical time elapsed since epoch (#249)
  • Add ci to check external types (#250)
  • Update to rand 0.9 (#215)

#215: tokio-rs/turmoil#215 #249: tokio-rs/turmoil#249 #250: tokio-rs/turmoil#250 #254: tokio-rs/turmoil#254 #255: tokio-rs/turmoil#255 #257: tokio-rs/turmoil#257 #258: tokio-rs/turmoil#258

Changed

  • Let network faults affect in-flight messages (#252)
  • Provide clearer panic message when link is missing (#261)

#252: tokio-rs/turmoil#252 #261: tokio-rs/turmoil#261

Changelog

Sourced from turmoil's changelog.

0.7.1 (January 29, 2026)

Added

  • Add simulated filesystem and barriers for deterministic testing (#250, #254)
    • unstable-fs feature: Drop-in replacements for std::fs and tokio::fs with durability simulation
    • unstable-barriers feature: Inject hooks at specific code points for deterministic test control
  • Add turmoil::net::lookup_host (#257)
  • Add API to check whether we are inside a simulation (#258)
  • Add UdpSocket::try_recv (#255)
  • Add crate::since_epoch() API to return logical time elapsed since epoch (#249)
  • Add ci to check external types (#250)
  • Update to rand 0.9 (#215)

#215: tokio-rs/turmoil#215 #249: tokio-rs/turmoil#249 #250: tokio-rs/turmoil#250 #254: tokio-rs/turmoil#254 #255: tokio-rs/turmoil#255 #257: tokio-rs/turmoil#257 #258: tokio-rs/turmoil#258

Changed

  • Let network faults affect in-flight messages (#252)
  • Provide clearer panic message when link is missing (#261)

#252: tokio-rs/turmoil#252 #261: tokio-rs/turmoil#261

Commits

Updates regex from 1.12.2 to 1.12.3

Changelog

Sourced from regex's changelog.

1.12.3 (2025-02-03)

This release excludes some unnecessary things from the archive published to crates.io. Specifically, fuzzing data and various shell scripts are now excluded. If you run into problems, please file an issue.

Improvements:

  • #1319: Switch from a Cargo exclude list to an include list, and exclude some unnecessary stuff.
Commits
  • b028e4f 1.12.3
  • 5e195de regex-automata-0.4.14
  • a3433f6 regex-syntax-0.8.9
  • 0c07fae regex-lite-0.1.9
  • 6a81006 cargo: exclude development scripts and fuzzing data
  • 4733e28 automata: fix onepass::DFA::try_search_slots panic when too many slots are ...
  • See full diff in compare view

Updates pin-project from 1.1.10 to 1.1.11

Release notes

Sourced from pin-project's releases.

1.1.11

Changelog

Sourced from pin-project's changelog.

[1.1.11] - 2026-02-27

Commits
  • 3aa50f9 Release 1.1.11
  • bd565cf Update changelog
  • 90389fc Update allowed lint list
  • 67339af tests: Update ui test output to nightly-2026-02-16
  • d5de5f6 tools: Update tidy.sh
  • afceb72 Fix clippy::unnecessary_map_or warning
  • e985eee Bump MSRV to 1.71
  • b66e5d9 tests: Update ui test output to nightly-2026-02-07
  • 3c70784 Apply clippy to doctest
  • ade4308 tests: Update ui test output to nightly-2026-01-22
  • Additional commits viewable in compare view

Updates tokio-metrics from 0.4.7 to 0.4.9

Release notes

Sourced from tokio-metrics's releases.

v0.4.9

Added

  • (task) Expose a static-friendly TaskMonitorCore without inner Arc (#115)

Other

  • Fix doctest feature gates and relax rt requirement for task metrics reporter (#118)

v0.4.8

Added

  • publicly export task TaskIntervals type (#112)

Fixed

  • use saturating_sub to prevent overflow panics in runtime metrics (#114)
Changelog

Sourced from tokio-metrics's changelog.

0.4.9 - 2026-02-23

Added

  • (task) Expose a static-friendly TaskMonitorCore without inner Arc (#115)

Other

  • Fix doctest feature gates and relax rt requirement for task metrics reporter (#118)

0.4.8 - 2026-02-16

Added

  • publicly export task TaskIntervals type (#112)

Fixed

  • use saturating_sub to prevent overflow panics in runtime metrics (#114)
Commits
  • de140d3 chore: release 0.4.9 (#119)
  • 0430a9c Fix doctest feature gates and relax rt requirement for task metrics reporter ...
  • 75c82a0 feat(task): Expose a static-friendly TaskMonitorBase without inner Arc (#115)
  • ac44169 docs: note to always use PRs for releases even with bypass permissions
  • 664cb6b release 0.4.8
  • bcc6319 docs: add release instructions to CONTRIBUTING.md
  • d07bf10 fix: use saturating_sub to prevent overflow panics in runtime metrics (#114)
  • 8d6603a feat: publicly export task TaskIntervals type (#112)
  • See full diff in compare view

Updates which from 8.0.0 to 8.0.2

Release notes

Sourced from which's releases.

8.0.2

What's Changed

New Contributors

Full Changelog: harryfei/which-rs@8.0.1...8.0.2

8.0.1

What's Changed

New Contributors

Full Changelog: harryfei/which-rs@8.0.0...8.0.1

Changelog

Sourced from which's changelog.

8.0.2

  • Dependency on home_env removed, the implementation found in rust 1.85.0 for a home directory has been fixed. Thanks, [@​madsmtm],(https://github.com/madsmtm) for this contribution to which!
  • Dependency on winsafe removed, code for Windows API is now handwritten.
  • Dependency on rustix removed, we now depend on libc directly to reduce compile times.

8.0.1

Commits

Updates num_enum from 0.7.5 to 0.7.6

Commits

Updates native-tls from 0.2.14 to 0.2.18

Release notes

Sourced from native-tls's releases.

v0.2.17

What's Changed

Full Changelog: rust-native-tls/rust-native-tls@v0.2.16...v0.2.17

v0.2.16

Full Changelog: rust-native-tls/rust-native-tls@v0.2.15...v0.2.16

v0.2.15

What's Changed

New Contributors

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

Changelog

Sourced from native-tls's changelog.

[v0.2.18]

  • Fixed min/max protocol selection fallback for very old OpenSSL versions.

[v0.2.17]

  • Added support for ALPN on the server side on non-Apple platforms.
  • Fixed iOS + ALPN feature flag.

[v0.2.16]

  • Added TLS 1.3 as an option on non-Apple platforms. Apple platforms will fall back to TLS 1.2 when it's allowed, or fail due to lack of TLS 1.3 in the Security.framework.
  • Added stack_from_pem (except iOS).
  • Upgraded openssl-probe.
  • Upgraded Security.framework bindings.
  • Simplified cfg()s to support all non-macOS Apple platforms.

[v0.2.15]

  • Set default minimum TLS version to 1.2 (TLS 1.1 has been deprecated since 2021)
  • Upgraded code to edition 2021

[v0.2.12]

Fixed

  • Stopped using a deprecated openssl-probe API.

[v0.2.11]

Fixed

  • Removed an unused build dependency.

[v0.2.10]

Fixed

  • Fixed the build for iOS.

[v0.2.9]

Added

  • Added Identity::from_pkcs8.

[v0.2.8]

Fixed

... (truncated)

Commits
  • 3cf1877 TLS 1.3 min/max fallback for old OpenSSL versions
  • a352cb3 Exclude unused files from the package
  • be13f94 Release 0.2.17
  • 8213e1d fmt
  • c250fa7 Test features
  • bd165e9 Work around set_alpn_select_callback lifetime issues
  • 64439ad Use separate feature flag for server-side ALPN
  • aa71c45 Common helper for alpn
  • 1be1ac9 add ALPN server side test
  • f640501 Add ALPN implement for schannel
  • Additional commits viewable in compare view

Updates openssl-sys from 0.9.111 to 0.9.112

Release notes

Sourced from openssl-sys's releases.

openssl-sys-v0.9.112

What's Changed

New Contributors

Full Changelog: rust-openssl/rust-openssl@openssl-sys-v0.9.111...openssl-sys-v0.9.112

Commits

Updates stacker from 0.1.22 to 0.1.23

Commits

Updates predicates from 3.1.3 to 3.1.4

Changelog

Sourced from predicates's changelog.

[3.1.4] - 2026-02-11

  • Make BoxPredicate::find_case use the inner find_case implementation
Commits
  • f54f2cd chore: Release
  • ce8099e Merge pull request #200 from rynoV/master
  • 34d11de docs: Update changelog
  • a03ae99 feat: Make BoxPredicate::find_case use the inner find_case
  • 9b59897 test: Add test for BoxPredicate::find_case
  • 45f4333 Merge pull request #201 from assert-rs/renovate/crate-ci-typos-1.x
  • b9c965b chore(deps): Update pre-commit hook crate-ci/typos to v1.42.3
  • 0d9cf08 Merge pull request #199 from epage/template
  • 9968b8a chore: Update from _rust template
  • e4f2b35 chore(ci): Update action
  • Additional commit...

    Description has been truncated

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>
@dependabot dependabot bot added the A-dependencies Area: dependency upgrades label Mar 22, 2026
@dependabot dependabot bot requested review from a team and ggevay as code owners March 22, 2026 22:30
@github-actions
Copy link
Copy Markdown

Thanks for opening this PR! Here are a few tips to help make the review process smooth for everyone.

PR title guidelines

  • Use imperative mood: "Fix X" not "Fixed X" or "Fixes X"
  • Be specific: "Fix panic in catalog sync when controller restarts" not "Fix bug" or "Update catalog code"
  • Prefix with area if helpful: compute: , storage: , adapter: , sql:

Pre-merge checklist

  • The PR title is descriptive and will make sense in the git log.
  • This PR has adequate test coverage / QA involvement has been duly considered. (trigger-ci for additional test/nightly runs)
  • If this PR includes major user-facing behavior changes, I have pinged the relevant PM to schedule a changelog post.
  • This PR has an associated up-to-date design doc, is a design doc (template), or is sufficiently small to not require a design.
  • If this PR evolves an existing $T ⇔ Proto$T mapping (possibly in a backwards-incompatible way), then it is tagged with a T-proto label.
  • If this PR will require changes to cloud orchestration or tests, there is a companion cloud PR to account for those changes that is tagged with the release-blocker label (example).

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 24, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 24, 2026
@dependabot dependabot bot deleted the dependabot/cargo/simple2-ec77a80e3a branch March 24, 2026 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-dependencies Area: dependency upgrades

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants