Bump the cargo-dependencies group with 8 updates#566
Merged
michielp1807 merged 3 commits intoJul 8, 2026
Conversation
Bumps the cargo-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [mail-parser](https://github.com/stalwartlabs/mail-parser) | `0.11.3` | `0.11.4` | | [mail-auth](https://github.com/stalwartlabs/mail-auth) | `0.9.0` | `0.9.1` | | [tower-http](https://github.com/tower-rs/tower-http) | `0.6.11` | `0.7.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.23.2` | `1.23.3` | | [totp-rs](https://github.com/constantoine/totp-rs) | `5.7.1` | `5.7.2` | | [kube](https://github.com/kube-rs/kube) | `3.1.0` | `4.0.0` | | [k8s-openapi](https://github.com/Arnavion/k8s-openapi) | `0.27.1` | `0.28.0` | | [regex](https://github.com/rust-lang/regex) | `1.12.3` | `1.12.4` | Updates `mail-parser` from 0.11.3 to 0.11.4 - [Release notes](https://github.com/stalwartlabs/mail-parser/releases) - [Changelog](https://github.com/stalwartlabs/mail-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/stalwartlabs/mail-parser/commits) Updates `mail-auth` from 0.9.0 to 0.9.1 - [Release notes](https://github.com/stalwartlabs/mail-auth/releases) - [Changelog](https://github.com/stalwartlabs/mail-auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/stalwartlabs/mail-auth/commits) Updates `tower-http` from 0.6.11 to 0.7.0 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.6.11...tower-http-0.7.0) Updates `uuid` from 1.23.2 to 1.23.3 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.23.2...v1.23.3) Updates `totp-rs` from 5.7.1 to 5.7.2 - [Release notes](https://github.com/constantoine/totp-rs/releases) - [Changelog](https://github.com/constantoine/totp-rs/blob/master/CHANGELOG.md) - [Commits](constantoine/totp-rs@v5.7.1...v5.7.2) Updates `kube` from 3.1.0 to 4.0.0 - [Release notes](https://github.com/kube-rs/kube/releases) - [Changelog](https://github.com/kube-rs/kube/blob/main/CHANGELOG.md) - [Commits](kube-rs/kube@3.1.0...4.0.0) Updates `k8s-openapi` from 0.27.1 to 0.28.0 - [Release notes](https://github.com/Arnavion/k8s-openapi/releases) - [Changelog](https://github.com/Arnavion/k8s-openapi/blob/master/CHANGELOG.md) - [Commits](Arnavion/k8s-openapi@v0.27.1...v0.28.0) 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) --- updated-dependencies: - dependency-name: mail-parser dependency-version: 0.11.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: mail-auth dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: tower-http dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: uuid dependency-version: 1.23.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: totp-rs dependency-version: 5.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: kube dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-dependencies - dependency-name: k8s-openapi dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: regex dependency-version: 1.12.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
michielp1807
approved these changes
Jul 8, 2026
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 cargo-dependencies group with 8 updates:
0.11.30.11.40.9.00.9.10.6.110.7.01.23.21.23.35.7.15.7.23.1.04.0.00.27.10.28.01.12.31.12.4Updates
mail-parserfrom 0.11.3 to 0.11.4Changelog
Sourced from mail-parser's changelog.
Commits
Updates
mail-authfrom 0.9.0 to 0.9.1Changelog
Sourced from mail-auth's changelog.
Commits
Updates
tower-httpfrom 0.6.11 to 0.7.0Release notes
Sourced from tower-http's releases.
... (truncated)
Commits
b194fcfv0.7.0af828a6feat(follow_redirect)!: preserve request extensions across redirects (#706)8cb8d99feat(ValidateRequestHeaderLayer): add has_header("...").with_value("...") fun...3b56d2dfeat!: Add configurable Backend trait for ServeDir, bump MSRV 1.65 (#684)8508716Addredirect_path_prefixoption (#486)56327b2Add Windows drive-prefix path regression test (#705)54c6db8feat(compression)!: upgrade SizeAbove threshold from u16 to u64 (#704)68cd6d8Add DeadlineBody for non-resetting body timeouts (#688)fa8a98cfeat(fs): add strong ETag support to ServeDir (#691)36d2205fix: Make SetMultiple*Header Clone for !Clone http bodies (#703)Updates
uuidfrom 1.23.2 to 1.23.3Release notes
Sourced from uuid's releases.
Commits
20da78bMerge pull request #887 from uuid-rs/cargo/v1.23.362232caprepare for 1.23.3 release2320c6aMerge pull request #886 from uuid-rs/fix/parser-panics2d034d4fix some invalid indexers on error reportinga8b9f14update fuzz infra and run in CIUpdates
totp-rsfrom 5.7.1 to 5.7.2Release notes
Sourced from totp-rs's releases.
Changelog
Sourced from totp-rs's changelog.
Commits
24ba713Release 5.7.26a20914Merge pull request #90 from deade1e/patch-1993bf53Change algorithm matching to use uppercase valuesUpdates
kubefrom 3.1.0 to 4.0.0Release notes
Sourced from kube's releases.
... (truncated)
Changelog
Sourced from kube's changelog.
... (truncated)
Commits
b4f0cc4re-hook cel feature and move dev-dep pin163ade1unhook dev-dep temporarily2a14decrelease 4.0.02310a06feat(derive): client-side CEL validation via #[kube(cel)] / #[x_kube(cel)] (#...8d61784EnableRetryPolicy::server_retryby default forClient(#2007)a5b4f3fBox a large runtime error in ReconcilerErr (#1880)3dd76bcbump k8s-openapi to 0.28 (#2009)60ffe61chore: group cel into the just hack feature-powerset (#2006)c261d78deps: bump kube-cel to 0.6.1 (validation surface flattened) (#2005)6c26657refactor(runtime): rename Store::state_with/state_filtered per review feedbac...Updates
k8s-openapifrom 0.27.1 to 0.28.0Release notes
Sourced from k8s-openapi's releases.
Changelog
Sourced from k8s-openapi's changelog.
Commits
b2c839bv0.28.0ebea539Update to v1.33.13, v1.34.9, v1.35.6, v1.36.2b7acde4Restore schemars 0.8 support.366b480Update kind to v0.32.0f1b5881Update to v1.33.12, v1.34.8, v1.35.5, v1.36.18a891b9Add v1.36 and drop v1.31bcd3499FixStatefulSet::volumeClaimTemplatesto deep merge by name.654a839Update to v1.33.11, v1.34.7, v1.35.4eda35abUpdate to v1.33.10, v1.34.6, v1.35.3Updates
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 includebenchesDependabot 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