-
Notifications
You must be signed in to change notification settings - Fork 9
build(deps): bump the rust group across 1 directory with 8 updates #195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Bumps the rust group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.101` | | [chrono](https://github.com/chronotope/chrono) | `0.4.42` | `0.4.43` | | [clap](https://github.com/clap-rs/clap) | `4.5.54` | `4.5.58` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.8` | `0.11.9` | | [kube](https://github.com/kube-rs/kube) | `3.0.0` | `3.0.1` | | [uuid](https://github.com/uuid-rs/uuid) | `1.19.0` | `1.20.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.17` | `2.0.18` | | [regex](https://github.com/rust-lang/regex) | `1.12.2` | `1.12.3` | Updates `anyhow` from 1.0.100 to 1.0.101 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.101) Updates `chrono` from 0.4.42 to 0.4.43 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.42...v0.4.43) Updates `clap` from 4.5.54 to 4.5.58 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.54...clap_complete-v4.5.58) Updates `env_logger` from 0.11.8 to 0.11.9 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.8...v0.11.9) Updates `kube` from 3.0.0 to 3.0.1 - [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.0.0...3.0.1) Updates `uuid` from 1.19.0 to 1.20.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.19.0...v1.20.0) Updates `thiserror` from 2.0.17 to 2.0.18 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.17...2.0.18) 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) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.101 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: chrono dependency-version: 0.4.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: clap dependency-version: 4.5.58 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: env_logger dependency-version: 0.11.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: kube dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: uuid dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: regex dependency-version: 1.12.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust ... Signed-off-by: dependabot[bot] <support@github.com>
|
Hi @dependabot[bot]. Thanks for your PR. I'm waiting for a trusted-execution-clusters member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dependabot[bot], Jakob-Naucke The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@dependabot[bot]: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Bumps the rust group with 8 updates in the / directory:
1.0.1001.0.1010.4.420.4.434.5.544.5.580.11.80.11.93.0.03.0.11.19.01.20.02.0.172.0.181.12.21.12.3Updates
anyhowfrom 1.0.100 to 1.0.101Release notes
Sourced from anyhow's releases.
Commits
80bfe29Release 1.0.101dff8c43Merge pull request #437 from Ibitier/inline-ok-helper85d9ea9Add #[inline] to anyhow::Ok helper54036ccUpdate ui test suite to nightly-2026-01-21cce0579Update actions/upload-artifact@v5 -> v6f2c598cUpdate actions/upload-artifact@v4 -> v52c0bda4Update to 2021 edition0d82268Remove rustc version requirement from readme67df012Merge pull request #436 from dtolnay/upc898488Raise required compiler to Rust 1.68Updates
chronofrom 0.4.42 to 0.4.43Release notes
Sourced from chrono's releases.
Commits
45caaa9Update copyright year to 2026 in LICENSE.txt1c0b8f0Bump version to 0.4.43a03e43bUpgrade windows-bindgen to 0.664fedabaIgnore bincode advisoryf4b7bbdBump actions/checkout from 5 to 6db12973Added doctest for the NaiveDate years_since function (#1755)34b5f49chore: minor improvement for docs8c82711Bump actions/setup-node from 5 to 6ea1f11bDrop deny lints, eager Debug impls are a mixed blessing35f9f2dAdd feature gated defmt support.Updates
clapfrom 4.5.54 to 4.5.58Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
88f13cbchore: Releasefe2d731docs: Update changelogb256739Merge pull request #6131 from mernen/do-not-suggest-opts-after-escape8aaf704fix(complete): Do not suggest options after "--"4a86feetest(complete): Illustrate current behavior281f8aeMerge pull request #6126 from epage/p3cbce42docs(cookbook): Make typed-derive easier to maintain9fd4dc9docs(cookbook): Provide a custom TypedValueParser8f8e861docs(cookbook): Add local enum to typed-derive926bafedocs(cookbook): Hint at overriding value_nameUpdates
env_loggerfrom 0.11.8 to 0.11.9Release notes
Sourced from env_logger's releases.
Changelog
Sourced from env_logger's changelog.
Commits
2f06b4cchore: Release57e13acchore: Release4f9066dMerge pull request #393 from rust-cli/renovate/crate-ci-typos-1.x3e4709achore(deps): Update Rust crate snapbox to v0.6.24 (#394)80ff83achore(deps): Update pre-commit hook crate-ci/typos to v1.42.376891b9Merge pull request #392 from epage/template14cda4achore: Update from _rust templatee4f2b35chore(ci): Update action6d0d36bchore(ci): Clean up previous branch in case it was leaked30b3b14chore(ci): Fix how rustfmt jobs runUpdates
kubefrom 3.0.0 to 3.0.1Release notes
Sourced from kube's releases.
Changelog
Sourced from kube's changelog.
Commits
28e63b6release 3.0.119c5b5eRemove conflicting additionalProperties: false from schema (#1920)1070ff9test(kube-derive): Add additional CRD tests (#1921)c8a25cbuse tower_http::ServiceExt (#1919)ba6800eFix OptionalEnum transform skipping schemas with description (#1908)572d0fbReduce CI flakiness from Docker Hub rate limits (#1913)ba3b4f8add some pr guidelines about common issues (#1910)c41ec72simplify cluster_url parse (#1911)a75b211Fix typo in CI workflow comment (#1909)f02cf6eUpdate API version of AdmissionResponse created via invalid call (#1905)Updates
uuidfrom 1.19.0 to 1.20.0Release notes
Sourced from uuid's releases.
Commits
c3346ddMerge pull request #857 from uuid-rs/cargo/v1.20.066eebc3prepare for 1.20.0 release3b66758Merge pull request #856 from uuid-rs/docs/bytes-le-orderinge2bdd44don't run UI tests in wasmb6dc7ecnote that ordering applies to fields in to/from_bytes_lea0281cdMerge pull request #855 from uuid-rs/feat/serde-fmtdb27b67Merge pull request #854 from mivort/non-nil-uuid-ordefb06f2implement Deserialize on adapter types50d44adDerive Ord and PartialOrd for NonNilUuidUpdates
thiserrorfrom 2.0.17 to 2.0.18Release notes
Sourced from thiserror's releases.
Commits
dc0f6a2Release 2.0.180275292Touch up PR 4433c33bc6Merge pull request #443 from LucaCappelletti94/master995939cReproduce issue 44221653d1Made clippy lifetime allows conditional45e5388Update actions/upload-artifact@v5 -> v6386aac1Update actions/upload-artifact@v4 -> v5ec50561Update actions/checkout@v5 -> v6247eab5Update name of empty_enum clippy lint91b181fRaise required compiler to Rust 1.68Updates
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 ...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