Bump the all-updates group across 1 directory with 20 updates#56
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Bump the all-updates group across 1 directory with 20 updates#56dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the all-updates group with 19 updates in the /core directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.28` | | [containerd-shim-wasm](https://github.com/containerd/runwasi) | `0.7.0` | `0.8.0` | | [wasmtime](https://github.com/bytecodealliance/wasmtime) | `26.0.1` | `27.0.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.41.1` | `1.43.0` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.95` | | [kube](https://github.com/kube-rs/kube) | `0.96.0` | `0.98.0` | | [k8s-openapi](https://github.com/Arnavion/k8s-openapi) | `0.23.0` | `0.24.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.138` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.12` | `0.7.13` | | [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.16` | `0.1.17` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.18` | `0.3.19` | | [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.217` | | [tower](https://github.com/tower-rs/tower) | `0.5.1` | `0.5.2` | | [ipnet](https://github.com/krisprice/ipnet) | `2.10.1` | `2.11.0` | | [itertools](https://github.com/rust-itertools/itertools) | `0.13.0` | `0.14.0` | | [libloading](https://github.com/nagisa/rust_libloading) | `0.8.5` | `0.8.6` | | [libp2p](https://github.com/libp2p/rust-libp2p) | `0.54.1` | `0.55.0` | | [bytes](https://github.com/tokio-rs/bytes) | `1.9.0` | `1.10.0` | Updates `clap` from 4.5.21 to 4.5.28 - [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.21...clap_complete-v4.5.28) Updates `containerd-shim-wasm` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/containerd/runwasi/releases) - [Changelog](https://github.com/containerd/runwasi/blob/main/RELEASE.md) - [Commits](containerd/runwasi@containerd-shim-wasm/v0.7.0...containerd-shim-wasm/v0.8.0) Updates `wasmtime` from 26.0.1 to 27.0.0 - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v27.0.0/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v26.0.1...v27.0.0) Updates `tokio` from 1.41.1 to 1.43.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.43.0) Updates `tracing` from 0.1.40 to 0.1.41 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.40...tracing-0.1.41) Updates `anyhow` from 1.0.93 to 1.0.95 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.93...1.0.95) Updates `kube` from 0.96.0 to 0.98.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@0.96.0...0.98.0) Updates `k8s-openapi` from 0.23.0 to 0.24.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.23.0...v0.24.0) Updates `serde_json` from 1.0.133 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.133...v1.0.138) Updates `tokio-util` from 0.7.12 to 0.7.13 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.12...tokio-util-0.7.13) Updates `tokio-stream` from 0.1.16 to 0.1.17 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-stream-0.1.16...tokio-stream-0.1.17) Updates `tracing-subscriber` from 0.3.18 to 0.3.19 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.18...tracing-subscriber-0.3.19) Updates `serde` from 1.0.215 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.215...v1.0.217) Updates `tower` from 0.5.1 to 0.5.2 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-0.5.1...tower-0.5.2) Updates `ipnet` from 2.10.1 to 2.11.0 - [Release notes](https://github.com/krisprice/ipnet/releases) - [Changelog](https://github.com/krisprice/ipnet/blob/master/RELEASES.md) - [Commits](https://github.com/krisprice/ipnet/commits/2.11.0) Updates `itertools` from 0.13.0 to 0.14.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.13.0...v0.14.0) Updates `libc` from 0.2.164 to 0.2.169 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.164...0.2.169) Updates `libloading` from 0.8.5 to 0.8.6 - [Commits](nagisa/rust_libloading@0.8.5...0.8.6) Updates `libp2p` from 0.54.1 to 0.55.0 - [Release notes](https://github.com/libp2p/rust-libp2p/releases) - [Changelog](https://github.com/libp2p/rust-libp2p/blob/master/CHANGELOG.md) - [Commits](libp2p/rust-libp2p@v0.54.1...libp2p-v0.55.0) Updates `bytes` from 1.9.0 to 1.10.0 - [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.9.0...v1.10.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: containerd-shim-wasm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: wasmtime dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-updates - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: kube dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: k8s-openapi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: tower dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: ipnet dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: libloading dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: libp2p dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 all-updates group with 19 updates in the /core directory:
4.5.214.5.280.7.00.8.026.0.127.0.01.41.11.43.00.1.400.1.411.0.931.0.950.96.00.98.00.23.00.24.01.0.1331.0.1380.7.120.7.130.1.160.1.170.3.180.3.191.0.2151.0.2170.5.10.5.22.10.12.11.00.13.00.14.00.8.50.8.60.54.10.55.01.9.01.10.0Updates
clapfrom 4.5.21 to 4.5.28Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
257d781chore: Release06c5f5fdocs: Update changelog6ac1535Merge pull request #5733 from epage/bina7a8f93fix(complete): Strip wrappers for running completerb2c8e44feat(complete): Allow user to override bin/completer21c9892chore: Release0c8bcebdocs: Update changelogd8f102aMerge pull request #5732 from epage/consistentc92fca3docs(complete): Clarify CompleteEnv's Shell trait5ca60e9Merge pull request #5731 from epage/bashUpdates
containerd-shim-wasmfrom 0.7.0 to 0.8.0Release notes
Sourced from containerd-shim-wasm's releases.
Commits
a9b1afdMerge pull request #754 from Mossaka/bump-crates-version16e5d0econtainerd-shim-wasm/CHANGELOG: unreleased -> v0.8.0 (#759)14d2a13scripts, .github/workflows: add script to extract changelog (#689)96f5a1econtainerd-shim-wasm/CHANGELOG: unreleased -> v0.8.0a70ae91Merge pull request #757 from containerd/dependabot/cargo/patch-f1374328a4af6ebdcchore(deps): bump the patch group with 4 updates30d4f80fix: change the wamr crate version to 0.1.04e93eb7Release containerd-shim-wasm: bump version to 0.8.01b0ef20Merge pull request #753 from Mossaka/wasip1fd58321chore: switch to wasm32-wasip1 targetUpdates
wasmtimefrom 26.0.1 to 27.0.0Release notes
Sourced from wasmtime's releases.
... (truncated)
Changelog
Sourced from wasmtime's changelog.
... (truncated)
Commits
8eefa23Release Wasmtime 27.0.0 (#9624)432d98c[27.0.0] Backport some C API changes to the release branch (#9607)55f2250Add release notes (#9594)46b744d[27.0.0] winch: Sync registers and locals before fuel check (#9564)490ea33Update to cap-std 3.4.1. (#9556)48a0f48Fix a panic on the CLI with-Scli=n(#9551)92cc0adAdd very basic logging to the debug info transform (#9526)859d38dISLE: update language reference (#9517)c0f03d0Minor ergonomic improvements to pooling config (#9546)6ec4854Fix a panic with custom-page-sizes and pooling allocation (#9547)Updates
tokiofrom 1.41.1 to 1.43.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
5f3296dchore: prepare Tokio v1.43.0 (#7079)cc974a6chore: prepare tokio-macros v2.5.0 (#7078)15495fdmetrics: improve flexibility of H2Histogram Configuration (#6963)ad41834io: don't callset_lenbefore initializing vector inBlocking(#7054)bd3e857runtime: moveis_join_waker_setassertion inunset_waker(#7072)15f7366runtime: fixLocalRuntimedoc links (#7074)fd2048dci: split miri jobs into unit and integration tests (#7071)e8f3915chore: use unsync loads forunsync_load(#7073)67f1277net: fix ambiguity inTcpStream::try_write_vectoreddocs (#7067)463502cio: clarifyReadBuf::uninitallows initialized buffers as well (#7053)Updates
tracingfrom 0.1.40 to 0.1.41Release notes
Sourced from tracing's releases.
... (truncated)
Commits
0ca7887chore: prepare tracing 0.1.41 (#3159)504a287tracing: update core to v0.1.33 and attributes to v0.1.28 (#3156)baa5489chore: prepare tracing-attributes 0.1.28 (#3155)cb0f0e7chore: prepare tracing-core 0.1.33 (#3153)11c8273subscriber: don't gatewith_ansi()on the "ansi" feature (#3020)8a25a16core: fix missedregister_callsiteerror (#2938)6f08af0subscriber: setlogmax level when reloading (#1270)f6a6c8ctracing: add index API forField(#2820)345fbffAddjson-subscriberto ecosystem (#3121)82a92dffix: correct SerializeField definition and doc formatting (#3040)Updates
anyhowfrom 1.0.93 to 1.0.95Release notes
Sourced from anyhow's releases.
Commits
48be1caRelease 1.0.95a03d6d6Merge pull request #402 from dtolnay/fromboxed52e4abbAdd Error::from_boxed with documentation about bidirectional?ffecefcMerge pull request #401 from dtolnay/construct671f700Add construct_ prefix to name of private construct functions8ceb5e9Release 1.0.94b9009abMerge pull request #399 from dtolnay/okvalue863791aAlign naming between Ok function argument and its documentation2081692Merge pull request #398 from zertosh/ok_doc_formatcc2cecbFix anyhow::Ok rustdoc code formattingUpdates
kubefrom 0.96.0 to 0.98.0Release notes
Sourced from kube's releases.
... (truncated)
Changelog
Sourced from kube's changelog.
... (truncated)
Commits
3f122f9release 0.98.0abcfed4fix readme version sync error68a46a4Update tokio-tungstenite requirement from 0.24.0 to 0.25.0 (#1666)000e99aUpdate garde requirement from 0.20.0 to 0.21.0 (#1672)76b4af6Bumpk8s-openapifor Kubernetesv1_32support and MSRV (#1671)b104472Implementderive(CELSchema)macro for generating cel validation on CRDs (#...0424cb4chore(deps): Update Rust crate hostname to 0.4 (#1665)36882b6feat(runtime): Add series implementation for event recorder (#1655)419442brustfmt (#1661)9265aa2Add support for UTF-16 encoded kubeconfig files (#1654)Updates
k8s-openapifrom 0.23.0 to 0.24.0Release notes
Sourced from k8s-openapi's releases.
Changelog
Sourced from k8s-openapi's changelog.
Commits
27a69bcv0.24.01f0f14fUpdate kind to v0.26.06a64cacFix various leftover mentions of k8s-openapi-derive generating API functions.3f16b5eDrop v1.26, v1.279413a9aAdd v1.32.0dfcf9abFix new clippy lint about unnecessary lifetimes on impl blocks.d078091Update to v1.29.12, v1.30.8, v1.31.4b460fffUpdate to v1.29.11, v1.30.7, v1.31.37f38ac0Update kind to v0.25.0d2240d4Update to v1.31.2Updates
serde_jsonfrom 1.0.133 to 1.0.138Release notes
Sourced from serde_json's releases.
Commits
c916099Release 1.0.138dc29e48Move BufReader to caller29122f9Sort imports from PR 1237d33c1b5Merge pull request #1237 from JonathanBrouwer/master8c2d800Add more warnings to apply buffering on docs of affected functions65bbd1aFix example of from_reader not applying buffering when it should87f78daMore precise gitignore patterns4134f11Remove *.sw[po] from gitignorec7626dbRemove **/*.rs.bk from project-specific gitignoreeb49e28Release 1.0.137Updates
tokio-utilfrom 0.7.12 to 0.7.13Commits
0b31c2fchore: prepare tokio-util v0.7.13 (#7012)129f9fccodec: fix incorrect handling of invalid utf-8 inLinesCodec::decode_eof(#...b5c227dtracing: move tracing instrumentation tests into tokio tests (#7007)dcae2b9ci: unfreeze FreeBSD from rustc 1.81 (#7009)bb9d570chore: prepare Tokio v1.42.0 (#7005)af9c683tests: fix typo in build test instructions (#7004)4bc5a1aci: allow Unicode-3.0 license for unicode-ident (#7006)f8948earuntime: do not deferyield_nowinsideblock_in_place(#6999)bce9780time: usearray::from_fninstead of manually creating array (#7000)38151f3readme: unlist 1.32.x as LTS release (#6997)Updates
tokio-streamfrom 0.1.16 to 0.1.17Commits
67355c6chore: prepare tokio-stream v0.1.17 (#7020)405d746signal: remove oneshot channels from tests (#7015)e0d1293ci: add instructions that explain how to fix spellcheck errors (#7016)480c010signal: addSignalKind::infoon illumos (#6995)c032ea0ci: detect trailing whitespace (#7013)0b31c2fchore: prepare tokio-util v0.7.13 (#7012)129f9fccodec: fix incorrect handling of invalid utf-8 inLinesCodec::decode_eof(#...b5c227dDescription has been truncated