chore(deps): bump the cargo group across 2 directories with 6 updates#1098
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the cargo group across 2 directories with 6 updates#1098dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the cargo group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aws-sdk-kms](https://github.com/awslabs/aws-sdk-rust) | `1.38.0` | `1.40.0` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.10.1` | | [bytes](https://github.com/tokio-rs/bytes) | `1.10.1` | `1.11.1` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.37.19` | `0.37.28` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.12.0` | `3.14.1` | Bumps the cargo group with 1 update in the /examples/k8s-staggered-releaser directory: [time](https://github.com/time-rs/time). Updates `aws-sdk-kms` from 1.38.0 to 1.40.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) Updates `rand` from 0.8.5 to 0.10.1 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.10.1) Updates `bytes` from 1.10.1 to 1.11.1 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.10.1...v1.11.1) Updates `rustix` from 0.37.19 to 0.37.28 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v0.37.19...v0.37.28) Updates `serde_with` from 3.12.0 to 3.14.1 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.12.0...v3.14.1) Updates `time` from 0.3.37 to 0.3.44 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.37...v0.3.44) --- updated-dependencies: - dependency-name: aws-sdk-kms dependency-version: 1.40.0 dependency-type: direct:production dependency-group: cargo - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production dependency-group: cargo - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production dependency-group: cargo - dependency-name: rustix dependency-version: 0.37.28 dependency-type: indirect dependency-group: cargo - dependency-name: serde_with dependency-version: 3.14.1 dependency-type: indirect dependency-group: cargo - dependency-name: time dependency-version: 0.3.44 dependency-type: indirect dependency-group: cargo ... 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 cargo group with 5 updates in the / directory:
1.38.01.40.00.8.50.10.11.10.11.11.10.37.190.37.283.12.03.14.1Bumps the cargo group with 1 update in the /examples/k8s-staggered-releaser directory: time.
Updates
aws-sdk-kmsfrom 1.38.0 to 1.40.0Commits
Updates
randfrom 0.8.5 to 0.10.1Changelog
Sourced from rand's changelog.
... (truncated)
Commits
27ff4cbPrepare v0.10.1: deprecate featurelog(#1763)98d0638make_rng: document panic and add #[track_caller] (#1761)54e5eaaFix doc error (#1758)1ce4c08Bump itoa from 1.0.17 to 1.0.18 in the all-deps group (#1756)ccb734bdocs: fix typo in doc comment (#1754)357eb7dBump libc from 0.2.182 to 0.2.183 in the all-deps group (#1753)5e77fe5Fix trait references in documentation (#1752)da89185Bump the all-deps group with 3 updates (#1751)50516ffBump the all-deps group with 2 updates (#1749)fd71de9Bump the all-deps group with 2 updates (#1747)Updates
bytesfrom 1.10.1 to 1.11.1Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
417dccdRelease bytes v1.11.1 (#820)d0293b0Merge commit from forka7952fbchore: prepare bytes v1.11.0 (#804)60cbb77fix:BytesMutonly reuse if src has remaining (#803)7ce330fMove drop_fn of from_owner into vtable (#801)4b53a29Tweak BytesMut::remaining_mut (#795)016fdbdReserve capacity in BytesMut::put (#794)ef7f257Specialize BytesMut::put::<Bytes> (#793)8b4f54dIgnore BytesMut::freeze doctest on wasm (#790)16132adFix latest clippy warnings (#787)Updates
rustixfrom 0.37.19 to 0.37.28Release notes
Sourced from rustix's releases.
Commits
89b7a8dchore: Release rustix version 0.37.28f51ecb1Check for a missingDT_HASHsection in the VDSO parser (#1254) (#1257)b720e07Remove naked_functions feature usage for x86 (#722) (#1182)b38dc51chore: Release rustix version 0.37.27a2d9c8eFix p{read,write}v{,v2}'s encoding of the offset argument on Linux. (#896) (#...dce2777chore: Release rustix version 0.37.2606dbe83Fixsendmsg_unix's address encoding. (#885) (#886)00b84d6chore: Release rustix version 0.37.25cad15a7Fixes forDiron macOS, FreeBSD, and WASI.df3c3a1Merge pull request from GHSA-c827-hfw6-qwvmUpdates
serde_withfrom 3.12.0 to 3.14.1Release notes
Sourced from serde_with's releases.
Commits
15022b1Bump version to 3.14.1 (#886)69d8ceaEnable crates.io trusted publishing (#885)2e30bbbBump version to 3.14.1afd1333Enable crates.io trusted publishingeec78a0Add 1.90 to CI matrix (#884)ea091d1Generate macro expansion in rustdoc (#883)8876010Add 1.90 to CI matrix555d2bbUpdate formatting for nightly rust (#882)b852142Generate macro expansion in rustdocf414463Update formatting for nightly rustUpdates
timefrom 0.3.37 to 0.3.44Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
... (truncated)
Commits
04c0ef2v0.3.44 releaseb942063Compare datetimes with signed integersdcdfbf6Add explicit type to avoid inference errorsf203852Revert "Remove dependency onitoa"45b9932v0.3.43 release8cbf0dbFix bug withconvert3343e85Add support for rand 0.9afb2574Add note about MSRVed2852ev0.3.42 release1067543Fix copied commentDependabot 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.