cargo: bump the patch group with 7 updates#3233
Merged
Merged
Conversation
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
Bot
requested review from
djmitche,
mgeisler and
qwandor
as code owners
July 1, 2026 01:34
Collaborator
|
@mgeisler Seems like the Bazel presubmit is preventing depeandabot from working. What could we do? |
qwandor
approved these changes
Jul 1, 2026
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? |
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 patch group with 7 updates:
1.0.1021.0.1030.4.300.4.331.12.31.12.40.14.20.14.30.8.500.8.521.4.11.4.20.13.20.13.3Updates
anyhowfrom 1.0.102 to 1.0.103Release notes
Sourced from anyhow's releases.
Commits
5bdb0e2Release 1.0.103e621bd3Merge pull request #452 from dtolnay/downcast6e8c000Eliminate pointer->reference->pointer during downcast67c4abdAdd regression test for issue 451917a169Update actions/upload-artifact@v6 -> v7d9dc3faUpdate actions/checkout@v6 -> v7841522bRaise minimum tested compiler to rust 1.85Updates
logfrom 0.4.30 to 0.4.33Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
f405739Merge pull request #734 from rust-lang/cargo/0.4.336a24abfprepare for 0.4.33 release87e0621Merge pull request #732 from matteo-zeggiotti-ok/fix-key-comparisona9b5711Review: fallback to the &str hashcc89cc6Review: fixed other comparisons920e7dcReview: fixed comparison onMaybeStaticStr0d71d3cFixed key comparisona5b5b21Merge pull request #730 from rust-lang/cargo/0.4.32c8d3b12prepare for 0.4.32 releasece6cd9fMerge pull request #729 from tisonkun/kv-std-supportUpdates
regexfrom 1.12.3 to 1.12.4Changelog
Sourced from regex's changelog.
Commits
7b96fdc1.12.47b89cf0deps: update to regex-syntax 0.8.111401679regex-syntax-0.8.11d709000changelog: 1.12.49825c74syntax: avoid re-canonicalizing the entire IntervalSet on push (#1308)a7f2ff6docs: clarify regex-lite word boundaries2c7b172docs: clarify unsupported Anchored::Pattern searches839d16bregex-syntax-0.8.10c4865a0syntax: fix negation handling in HIR translationd8761c0cargo: also includebenchesUpdates
googletestfrom 0.14.2 to 0.14.3Release notes
Sourced from googletest's releases.
Commits
871f28bRelease version 0.14.3.6b1a9c0matcher: improve the documentation forMatcher::describe.7e06fc9matcher: fix out of date references toMatcherResultvariants.e489b8cEnable SCOPED_TRACE in Rust googletest crate.0925bc9Add assert_true! and assert_false! macros to gtest_rust7d6b657[GTest] Capture expectation failures from spawned threads using global outcom...290791effi_11: Define basic arithmetic operations and comparison with underlying typea80a88aModifyset_failure_reporter_hook_if_not_setto do nothing if the hook is al...ca140e2Add a hook to capture non fatal errors and make location enum public83ef6b8Merge pull request #761 from google:dependabot/github_actions/actions/checkou...Updates
zerocopyfrom 0.8.50 to 0.8.52Release notes
Sourced from zerocopy's releases.
Commits
8beb48bRelease 0.8.52 (#3456)6f7583bzerocopy: add SPDX-License-Identifier to source files (#3455)8d7db04Introducederive(most_traits)and rename unstable linux cfg (#3416)21f8388Release 0.8.51 (#3454)0e29474[derive] Remove unnecessary clones (#3449)88536c1Skip benchmark storage outside canonical main (#3452)7055b34Fix create-pull-request action pins and update GitHub Actions workflow pins (...83dbc57Release 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)Updates
httpfrom 1.4.1 to 1.4.2Changelog
Sourced from http's changelog.
Commits
82db5b8v1.4.2a9cdbf8fix(uri): reject DEL character (#842)df75ca3fix(uri): allow STAR paths with scheme/auth (#843)ec3f8cefeat(method): impl PartialOrd + Ord (#840)Updates
tokio-websocketsfrom 0.13.2 to 0.13.3Changelog
Sourced from tokio-websockets's changelog.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@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