Skip to content

cargo: bump the patch group with 7 updates#3233

Merged
qwandor merged 2 commits into
mainfrom
dependabot/cargo/patch-e43639ed5d
Jul 1, 2026
Merged

cargo: bump the patch group with 7 updates#3233
qwandor merged 2 commits into
mainfrom
dependabot/cargo/patch-e43639ed5d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the patch group with 7 updates:

Package From To
anyhow 1.0.102 1.0.103
log 0.4.30 0.4.33
regex 1.12.3 1.12.4
googletest 0.14.2 0.14.3
zerocopy 0.8.50 0.8.52
http 1.4.1 1.4.2
tokio-websockets 0.13.2 0.13.3

Updates anyhow from 1.0.102 to 1.0.103

Release notes

Sourced from anyhow's releases.

1.0.103

  • Fix Stacked Borrows violation (UB) in Error::downcast_mut (#451, #452)
Commits
  • 5bdb0e2 Release 1.0.103
  • e621bd3 Merge pull request #452 from dtolnay/downcast
  • 6e8c000 Eliminate pointer->reference->pointer during downcast
  • 67c4abd Add regression test for issue 451
  • 917a169 Update actions/upload-artifact@v6 -> v7
  • d9dc3fa Update actions/checkout@v6 -> v7
  • 841522b Raise minimum tested compiler to rust 1.85
  • See full diff in compare view

Updates log from 0.4.30 to 0.4.33

Release notes

Sourced from log's releases.

0.4.32

What's Changed

Full Changelog: rust-lang/log@0.4.31...0.4.32

0.4.31

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.30...0.4.31

Changelog

Sourced from log's changelog.

[0.4.33] - 2026-06-20

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.32...0.4.33

[0.4.32] - 2026-06-04

What's Changed

Full Changelog: rust-lang/log@0.4.31...0.4.32

[0.4.31] - 2026-06-02

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.30...0.4.31

Commits
  • f405739 Merge pull request #734 from rust-lang/cargo/0.4.33
  • 6a24abf prepare for 0.4.33 release
  • 87e0621 Merge pull request #732 from matteo-zeggiotti-ok/fix-key-comparison
  • a9b5711 Review: fallback to the &str hash
  • cc89cc6 Review: fixed other comparisons
  • 920e7dc Review: fixed comparison on MaybeStaticStr
  • 0d71d3c Fixed key comparison
  • a5b5b21 Merge pull request #730 from rust-lang/cargo/0.4.32
  • c8d3b12 prepare for 0.4.32 release
  • ce6cd9f Merge pull request #729 from tisonkun/kv-std-support
  • Additional commits viewable in compare view

Updates regex from 1.12.3 to 1.12.4

Changelog

Sourced from regex's changelog.

1.12.4 (2025-06-09)

This release includes a performance optimization for compilation of regexes with very large character classes.

Improvements:

  • #1308: Avoid re-canonicalizing the entire interval set when pushing new class ranges.
Commits
  • 7b96fdc 1.12.4
  • 7b89cf0 deps: update to regex-syntax 0.8.11
  • 1401679 regex-syntax-0.8.11
  • d709000 changelog: 1.12.4
  • 9825c74 syntax: avoid re-canonicalizing the entire IntervalSet on push (#1308)
  • a7f2ff6 docs: clarify regex-lite word boundaries
  • 2c7b172 docs: clarify unsupported Anchored::Pattern searches
  • 839d16b regex-syntax-0.8.10
  • c4865a0 syntax: fix negation handling in HIR translation
  • d8761c0 cargo: also include benches
  • Additional commits viewable in compare view

Updates googletest from 0.14.2 to 0.14.3

Release notes

Sourced from googletest's releases.

v0.14.3

Breaking Changes

None

New Features

  • Allow fixtures to be used with async tests in #695
  • Add ne matcher in #738
  • Add a hook to capture non fatal errors and make location enum public in #774
  • Add assert_true! and assert_false! macros to gtest_rust in #801
  • Enable SCOPED_TRACE in Rust googletest crate in #799

Bug Fixes

None

Other Minor Changes

  • matcher: fix out of date references to MatcherResult variants in #808
  • matcher: improve the documentation for Matcher::describe. in #809

Full Changelog: google/googletest-rust@v0.14.2...v0.14.3

Commits
  • 871f28b Release version 0.14.3.
  • 6b1a9c0 matcher: improve the documentation for Matcher::describe.
  • 7e06fc9 matcher: fix out of date references to MatcherResult variants.
  • e489b8c Enable SCOPED_TRACE in Rust googletest crate.
  • 0925bc9 Add assert_true! and assert_false! macros to gtest_rust
  • 7d6b657 [GTest] Capture expectation failures from spawned threads using global outcom...
  • 290791e ffi_11: Define basic arithmetic operations and comparison with underlying type
  • a80a88a Modify set_failure_reporter_hook_if_not_set to do nothing if the hook is al...
  • ca140e2 Add a hook to capture non fatal errors and make location enum public
  • 83ef6b8 Merge pull request #761 from google:dependabot/github_actions/actions/checkou...
  • Additional commits viewable in compare view

Updates zerocopy from 0.8.50 to 0.8.52

Release notes

Sourced from zerocopy's releases.

v0.8.52

What's Changed

Full Changelog: google/zerocopy@v0.8.51...v0.8.52

v0.8.51

What's Changed

New Contributors

Full Changelog: google/zerocopy@v0.8.50...v0.8.51

Commits
  • 8beb48b Release 0.8.52 (#3456)
  • 6f7583b zerocopy: add SPDX-License-Identifier to source files (#3455)
  • 8d7db04 Introduce derive(most_traits) and rename unstable linux cfg (#3416)
  • 21f8388 Release 0.8.51 (#3454)
  • 0e29474 [derive] Remove unnecessary clones (#3449)
  • 88536c1 Skip benchmark storage outside canonical main (#3452)
  • 7055b34 Fix create-pull-request action pins and update GitHub Actions workflow pins (...
  • 83dbc57 Release Anneal 0.1.0-alpha.24 (#3446)
  • 0949784 [anneal][release] Upload toolchain archives before publishing release (#3445)
  • 7a0a880 [anneal][release] Publish Nix-built toolchain archives (#3441)
  • Additional commits viewable in compare view

Updates http from 1.4.1 to 1.4.2

Changelog

Sourced from http's changelog.

1.4.2 (June 8, 2026)

  • Fix uri::Builder to allow "*" as the path when scheme and authority are also set, used in HTTP/2 requests.
  • Fix Uri to properly reject DEL characters.
Commits

Updates tokio-websockets from 0.13.2 to 0.13.3

Changelog

Sourced from tokio-websockets's changelog.

[0.13.3] - 2026-06-25

Changed

  • rustls-platform-verifier was upgraded to 0.7
Commits

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 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 patch group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.102` | `1.0.103` |
| [log](https://github.com/rust-lang/log) | `0.4.30` | `0.4.33` |
| [regex](https://github.com/rust-lang/regex) | `1.12.3` | `1.12.4` |
| [googletest](https://github.com/google/googletest-rust) | `0.14.2` | `0.14.3` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.50` | `0.8.52` |
| [http](https://github.com/hyperium/http) | `1.4.1` | `1.4.2` |
| [tokio-websockets](https://github.com/Gelbpunkt/tokio-websockets) | `0.13.2` | `0.13.3` |


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

Updates `log` from 0.4.30 to 0.4.33
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.30...0.4.33)

Updates `regex` from 1.12.3 to 1.12.4
- [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.3...1.12.4)

Updates `googletest` from 0.14.2 to 0.14.3
- [Release notes](https://github.com/google/googletest-rust/releases)
- [Commits](google/googletest-rust@v0.14.2...v0.14.3)

Updates `zerocopy` from 0.8.50 to 0.8.52
- [Release notes](https://github.com/google/zerocopy/releases)
- [Commits](google/zerocopy@v0.8.50...v0.8.52)

Updates `http` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v1.4.1...v1.4.2)

Updates `tokio-websockets` from 0.13.2 to 0.13.3
- [Changelog](https://github.com/Gelbpunkt/tokio-websockets/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Gelbpunkt/tokio-websockets/commits)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-version: 1.0.103
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: log
  dependency-version: 0.4.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: regex
  dependency-version: 1.12.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: googletest
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: zerocopy
  dependency-version: 0.8.52
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: http
  dependency-version: 1.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: tokio-websockets
  dependency-version: 0.13.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 1, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 1, 2026
@gribozavr

Copy link
Copy Markdown
Collaborator

@mgeisler Seems like the Bazel presubmit is preventing depeandabot from working. What could we do?

@qwandor

qwandor commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator

I've updated the bazel lockfile manually for now, but this isn't a good long-term solution. @mgeisler perhaps you could add a CI job to add the bazel lockfile update for every dependabot PR, or perhaps every PR?

@qwandor
qwandor merged commit af62ae9 into main Jul 1, 2026
47 checks passed
@qwandor
qwandor deleted the dependabot/cargo/patch-e43639ed5d branch July 1, 2026 09:35
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants