Bump the deps group across 1 directory with 8 updates#77
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the deps group across 1 directory with 8 updates#77dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the deps group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [chrono](https://github.com/chronotope/chrono) | `0.4.42` | `0.4.43` | | [const-str](https://github.com/Nugine/const-str) | `1.0.0` | `1.1.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.148` | `1.0.149` | | [kube](https://github.com/kube-rs/kube) | `2.0.1` | `3.0.1` | | [schemars](https://github.com/GREsau/schemars) | `1.2.0` | `1.2.1` | | [clap](https://github.com/clap-rs/clap) | `4.5.54` | `4.5.56` | | [rustls](https://github.com/rustls/rustls) | `0.23.35` | `0.23.36` | | [shadow-rs](https://github.com/baoyachi/shadow-rs) | `1.5.0` | `1.7.0` | 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 `const-str` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/Nugine/const-str/releases) - [Commits](Nugine/const-str@v1.0.0...v1.1.0) Updates `serde_json` from 1.0.148 to 1.0.149 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.148...v1.0.149) Updates `kube` from 2.0.1 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@2.0.1...3.0.1) Updates `schemars` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v1.2.0...v1.2.1) Updates `clap` from 4.5.54 to 4.5.56 - [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.56) Updates `rustls` from 0.23.35 to 0.23.36 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.35...v/0.23.36) Updates `shadow-rs` from 1.5.0 to 1.7.0 - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Commits](baoyachi/shadow-rs@v1.5.0...v1.7.0) --- updated-dependencies: - dependency-name: chrono dependency-version: 0.4.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: const-str dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: kube dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: schemars dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: clap dependency-version: 4.5.56 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: rustls dependency-version: 0.23.36 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: shadow-rs dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
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 deps group with 8 updates in the / directory:
0.4.420.4.431.0.01.1.01.0.1481.0.1492.0.13.0.11.2.01.2.14.5.544.5.560.23.350.23.361.5.01.7.0Updates
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
const-strfrom 1.0.0 to 1.1.0Release notes
Sourced from const-str's releases.
Commits
601989arelease v1.1.04028523build: workspace-level package info (#61)63dd158build(deps): remove dev-dependencies (#60)35e1034build: gate http import behind feature (#59)f66b69ddocs: update copyright year in LICENSE (#57)Updates
serde_jsonfrom 1.0.148 to 1.0.149Release notes
Sourced from serde_json's releases.
Commits
4f6dbfaRelease 1.0.149f3df680Touch up PR 1306e16730fMerge pull request #1306 from b41sh/fix-float-number-displayeeb2bcdAlignarbitrary_precisionnumber strings with zmij’s formattingUpdates
kubefrom 2.0.1 to 3.0.1Release notes
Sourced from kube's releases.
... (truncated)
Changelog
Sourced from kube's changelog.
... (truncated)
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
schemarsfrom 1.2.0 to 1.2.1Release notes
Sourced from schemars's releases.
Changelog
Sourced from schemars's changelog.
Commits
5ef5da1v1.2.14081b98Applyextend/transformattributes after any other attributes (#506)Updates
clapfrom 4.5.54 to 4.5.56Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
9cec100chore: Release00e72e0docs: Update changelogc7848ffMerge pull request #6094 from epage/home60184fbfeat(complete): Expand ~ in native completions09969d3chore(deps): Update Rust Stable to v1.89 (#6093)520beb5chore: Release2bd8ab3docs: Update changelog220875bMerge pull request #6091 from epage/possiblee5eb6c9fix(help): Integrate 'Possible Values:' into 'Arg::help'594a771refactor(help): Make empty tracking more consistentUpdates
rustlsfrom 0.23.35 to 0.23.36Commits
b47bf54Prepare 0.23.3699308d2Bump nightly toolchain for cargo-check-external-typesba00982Support P256+SHA512 and P384+SHA512 signatures in certificatesUpdates
shadow-rsfrom 1.5.0 to 1.7.0Release notes
Sourced from shadow-rs's releases.
Commits
c8a6df0Update Cargo.toml7a9e769Merge pull request #254 from baoyachi/fix-237-cargo-metadata-fn-feature677a290ci: add test for issue #237 - verify build without metadata feature1ab2e9afix: add missing #[cfg(feature = "metadata")] to cargo_metadata_fn6eb1fb3Bump version from 1.5.0 to 1.6.0ec1b886Merge pull request #253 from mchodzikiewicz/feature/cargo-featuresfdb3451Add CARGO_FEATURES which lists features enabled for the buildDependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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