Skip to content

Bump the all-updates group across 1 directory with 19 updates#74

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/core/all-updates-09c8c94652
Closed

Bump the all-updates group across 1 directory with 19 updates#74
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/core/all-updates-09c8c94652

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2025

Bumps the all-updates group with 18 updates in the /core directory:

Package From To
actix-web 4.9.0 4.10.2
clap 4.5.28 4.5.32
containerd-shim-wasm 0.7.0 0.10.0
reqwest 0.12.12 0.12.14
wasmtime 26.0.1 30.0.2
tokio 1.44.0 1.44.1
yaml-rust2 0.9.0 0.10.0
kube 0.96.0 0.98.0
k8s-openapi 0.23.0 0.24.0
tokio-util 0.7.13 0.7.14
iptables 0.5.2 0.5.3
itertools 0.13.0 0.14.0
libp2p 0.54.1 0.55.0
bytes 1.10.0 1.10.1
prost 0.13.4 0.13.5
wiremock 0.6.2 0.6.3
prost-build 0.13.4 0.13.5
axum-server 0.7.1 0.7.2

Updates actix-web from 4.9.0 to 4.10.2

Release notes

Sourced from actix-web's releases.

actix-web: v4.10.2

  • No significant changes since 4.10.1.

actix-web: v4.10.1

  • No significant changes since 4.10.0.

actix-web: v4.10.0

Added

  • Implement Responder for Result<(), E: Into<Error>>. Returning Ok(()) responds with HTTP 204 No Content.

Changed

  • On Windows, an error is now returned from HttpServer::bind() (or TLS variants) when binding to a socket that's already in use.
  • Update brotli dependency to 7.
  • Minimum supported Rust version (MSRV) is now 1.75.
Commits
  • cede0c6 chore(actix-web): prepare release 4.10.2
  • 1005b6a chore: fix actix-http ver req
  • d898e8f chore(actix-web): prepare release 4.10.1
  • 353873f chore: fix derive-more feature selection
  • 1390e29 docs: fix lint
  • c6e7ebd refactor: use Payload::from internally
  • e8351cc build(deps): bump taiki-e/install-action from 2.49.10 to 2.49.17 (#3597)
  • f63cf69 docs: remove "copyright"
  • 92c1e22 chore(awc): prepare release 3.6.0
  • 4bb495a chore(actix-web): prepare release 4.10.0
  • Additional commits viewable in compare view

Updates clap from 4.5.28 to 4.5.32

Release notes

Sourced from clap's releases.

v4.5.32

[4.5.32] - 2025-03-10

Features

  • Add Error::remove

Documentation

  • (cookbook) Switch from humantime to jiff
  • (tutorial) Better cover required vs optional

Internal

  • Update pulldown-cmark

v4.5.31

[4.5.31] - 2025-02-24

Features

  • Add ValueParserFactory for Saturating<T>

v4.5.30

[4.5.30] - 2025-02-17

Fixes

  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions

v4.5.29

[4.5.29] - 2025-02-11

Fixes

  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)
Changelog

Sourced from clap's changelog.

[4.5.32] - 2025-03-10

Features

  • Add Error::remove

Documentation

  • (cookbook) Switch from humantime to jiff
  • (tutorial) Better cover required vs optional

Internal

  • Update pulldown-cmark

[4.5.31] - 2025-02-24

Features

  • Add ValueParserFactory for Saturating<T>

[4.5.30] - 2025-02-17

Fixes

  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions

[4.5.29] - 2025-02-11

Fixes

  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)
Commits
  • 81b9db2 chore: Release
  • d3d7a17 chore: Merge branch 'master' into upstream/master
  • 361114e chore: Release
  • b693fc0 docs: Update changelog
  • 7100091 Merge pull request #5765 from epage/complete
  • e90b2da refactor(complete): Pull our registration writing
  • 95e99ef refactor(complete): Pull out shell lookup
  • 4af0cd6 fix(complete): Loosen requirements on Command factory
  • f40b37f chore: Release
  • 63bfe1a docs: Update changelog
  • Additional commits viewable in compare view

Updates containerd-shim-wasm from 0.7.0 to 0.10.0

Release notes

Sourced from containerd-shim-wasm's releases.

containerd-shim-wasm/v0.10.0

Added

  • Support for parsing SystemdCgroup from the containerd config file (#864)\
  • Added more parameters info to the traces (must enable tracing feature) (#853)
  • Added structured logging macros to the crate (#879)

Changed

  • Engine trait now creates a dedicated Zygote process for each container to avoid the issue of libcontainer trying to change the shim process's global state. (#828)
  • Engine trait now uses systemd_cgroup from InstanceConfig to create the container's cgroup instead of hardcoding it to false. (#864)
  • containerd-shim-wasm now uses Rust Edition 2024.
  • Breaking change: The InstanceConfig struct now has public members instead of accessor methods. (#882)
  • Breaking change: Removed the Engine associated type from the Instance trait (#887)
  • Breaking change: The methods of the Instance trait are now async. (#890)
  • Internal refactor: The codebase of containerd-shim-wasm is now mostly asynchronous. (#890)

Removed

  • containerd_shim_wasm::container::PathResolve is now a private module (#837)

Fixed

  • Fixed the issue of not seeing pod metrics #821

Special Thanks

  • Huge thanks to @​z63d for fixing the issue where pod-level metrics were not being surfaced. 🎉 #821

New Contributors

Full ChangeLog

... (truncated)

Commits
  • 31ad4fb Merge pull request #899 from Mossaka/bump-0.10.0
  • a3c56ff Release containerd-shim-wasm: bump version to 0.10.0
  • b3fa7dc Merge pull request #879 from Mossaka/349
  • 67d577d containerd-shim-wasm/src/container/log: refactor and simplify the code
  • a5ce9d6 containerd-shim-wasm: add docs for structured logging macros
  • 51b7d76 container: add pod id to the runtimeContext
  • 969503f feat(all): add container id to runtimeContext so that logs can refer to it
  • 87ac7a8 Merge pull request #878 from Mossaka/logger
  • 72ed58c containerd-shim-wasm/vendor: add vendored logger module from containerd-shim
  • a6aef73 containerd-shim-wasm/src/sandbox/cli: add logger to the container process
  • Additional commits viewable in compare view

Updates reqwest from 0.12.12 to 0.12.14

Release notes

Sourced from reqwest's releases.

v0.12.14

What's Changed

Full Changelog: seanmonstar/reqwest@v0.12.13...v0.12.14

v0.12.13

What's Changed

  • Add Form::into_reader() for blocking multipart forms.
  • Add Form::into_stream() for async multipart forms.
  • Add support for SOCKS4a proxies.
  • Fix decoding responses with multiple zstd frames.
  • Fix RequestBuilder::form() from overwriting a previously set Content-Type header, like the other builder methods.
  • Fix cloning of request timeout in blocking::Request.
  • Fix http3 synchronization of connection creation, reducing unneccesary extra connections.
  • Fix Windows system proxy to use ProxyOverride as a NO_PROXY value.
  • Fix blocking read to correctly reserve and zero read buffer.
  • (wasm) Add support for request timeouts.
  • (wasm) Fix Error::is_timeout() to return true when from a request timeout.

New Contributors

Thanks!

Full Changelog: seanmonstar/reqwest@v0.12.12...v0.12.13

Changelog

Sourced from reqwest's changelog.

v0.12.14

  • Fix missing fetch_mode_no_cors(), marking as deprecated when not on WASM.

v0.12.13

  • Add Form::into_reader() for blocking multipart forms.
  • Add Form::into_stream() for async multipart forms.
  • Add support for SOCKS4a proxies.
  • Fix decoding responses with multiple zstd frames.
  • Fix RequestBuilder::form() from overwriting a previously set Content-Type header, like the other builder methods.
  • Fix cloning of request timeout in blocking::Request.
  • Fix http3 synchronization of connection creation, reducing unneccesary extra connections.
  • Fix Windows system proxy to use ProxyOverride as a NO_PROXY value.
  • Fix blocking read to correctly reserve and zero read buffer.
  • (wasm) Add support for request timeouts.
  • (wasm) Fix Error::is_timeout() to return true when from a request timeout.
Commits
  • cf50f11 v0.12.14
  • f63c631 re-add fetch_mode_no_cors shim when not in wasm, but deprecated (#2598)
  • e44e371 v0.12.13
  • e83e138 Added osv-scanner.toml file to ignore npm packages in wasm examples during vu...
  • 7e85d2f ci: pin once-cell in msrv job (#2594)
  • c4a9fb0 test HTTP connection reuse with new zstd fix (#2587)
  • 6f9d0ee fix: support HTTP responses containing multiple ZSTD frames (#2583)
  • 44ac897 perf(decoder): compile-time validation of decoder header value (#2580)
  • 0bcba46 chore: remove empty wasm shell function (#2573)
  • 00b15b9 fix using Windows ProxyOverride registry value as a NO_PROXY (#2559)
  • Additional commits viewable in compare view

Updates wasmtime from 26.0.1 to 30.0.2

Release notes

Sourced from wasmtime's releases.

v30.0.2

30.0.2

Released 2025-02-25.

Fixed

  • MinGW C API builds are now built with a newer version of GCC which seems to fix an issue caused by #9929. #10290

Changed

  • The cranelift-codegen crate now no longer depends on arbitrary, a now-unnecessary dependency. #10217

v30.0.1

30.0.1

Released 2025-02-21.

Fixed

  • Fixes an issue building the cranelift-assembler-x64 crate on Windows when the Rust toolchain is on a different drive than the project using wasmtime. For more details, see the Zulip discussion. #10270

#10270: bytecodealliance/wasmtime#10270

v30.0.0

30.0.0

Released 2025-02-20.

Added

  • New wasmtime-wasi-io crate provides a #![no_std] wasi:io implementation, factored out of wasmtime-wasi. Users of wasmtime-wasi don't have to depend on this new crate. #10036

  • Wasmtime's interpreter, Pulley, is now complete and has been listed as [tier 2]. #9897 #9884 #9943 #9944 #9983

... (truncated)

Changelog

Sourced from wasmtime's changelog.

30.0.2

Released 2025-02-25.

Fixed

  • MinGW C API builds are now built with a newer version of GCC which seems to fix an issue caused by #9929. #10290

Changed

  • The cranelift-codegen crate now no longer depends on arbitrary, a now-unnecessary dependency. #10217

30.0.1

Released 2025-02-21.

Fixed

  • Fixes an issue building the cranelift-assembler-x64 crate on Windows when the Rust toolchain is on a different drive than the project using wasmtime. For more details, see the Zulip discussion. #10270

#10270: bytecodealliance/wasmtime#10270


30.0.0

Released 2025-02-20.

Added

  • New wasmtime-wasi-io crate provides a #![no_std] wasi:io implementation, factored out of wasmtime-wasi. Users of wasmtime-wasi don't have to depend on this new crate. #10036

  • Wasmtime's interpreter, Pulley, is now complete and has been listed as [tier 2]. #9897 #9884 #9943 #9944

... (truncated)

Commits

Updates tokio from 1.44.0 to 1.44.1

Release notes

Sourced from tokio's releases.

Tokio v1.44.1

1.44.1 (March 13th, 2025)

Fixed

  • rt: skip defer queue in block_in_place context (#7216)

#7216: tokio-rs/tokio#7216

Commits

Updates yaml-rust2 from 0.9.0 to 0.10.0

Release notes

Sourced from yaml-rust2's releases.

v0.10.0

Breaking Changes

  • Update dependencies. hashlink had a bogus requirement of >= 0.8, < 0.10, sorry. As mentioned here, range requirements shouldn't be used and I haven't been vigilant enough when reviewing. The requirement is now set to 0.10.

Changes

  • Force quotes on y and n to appease the YAML 1.1 lords.
Changelog

Sourced from yaml-rust2's changelog.

v0.10.0

Breaking Changes

  • Update dependencies. hashlink had a bogus requirement of >= 0.8, < 0.10, sorry. As mentioned here, range requirements shouldn't be used and I haven't been vigilant enough when reviewing. The requirement is now set to 0.10.

Changes

  • Force quotes on y and n to appease the YAML 1.1 lords.
Commits

Updates kube from 0.96.0 to 0.98.0

Release notes

Sourced from kube's releases.

0.98.0

Highlights

What's Changed

Added

Changed

Fixed

New Contributors

Full Changelog: kube-rs/kube@0.97.0...0.98.0

0.97.0

Highlights

  • CustomResource derive added features for crd yaml output:
  • Configuration edge cases:
    • Avoid double installations of aws-lc-rs (rustls crypto) provider #1617
    • Kubeconfig fix for null user; #1608
    • Default runtime watcher backoff alignment with client-go #1603
  • Feature use:
    • Client proxy feature-set misuse prevention #1626
    • Allow disabling gzip via Config #1627
  • Depedency minors: thiserror, hashbrown, jsonptr, json-patch. Killed lazy_static / once_cell

What's Changed

... (truncated)

Changelog

Sourced from kube's changelog.

0.98.0 / 2024-12-23

Highlights

What's Changed

Added

Changed

Fixed

0.97.0 / 2024-11-20

Highlights

  • CustomResource derive added features for crd yaml output:
  • Configuration edge cases:
    • Avoid double installations of aws-lc-rs (rustls crypto) provider #1617
    • Kubeconfig fix for null user; #1608
    • Default runtime watcher backoff alignment with client-go #1603
  • Feature use:
    • Client proxy feature-set misuse prevention #1626
    • Allow disabling gzip via Config #1627
  • Depedency minors: thiserror, hashbrown, jsonptr, json-patch. Killed lazy_static / once_cell

What's Changed

Added

Changed

... (truncated)

Commits
  • 3f122f9 release 0.98.0
  • abcfed4 fix readme version sync error
  • 68a46a4 Update tokio-tungstenite requirement from 0.24.0 to 0.25.0 (#1666)
  • 000e99a Update garde requirement from 0.20.0 to 0.21.0 (#1672)
  • 76b4af6 Bump k8s-openapi for Kubernetes v1_32 support and MSRV (#1671)
  • b104472 Implement derive(CELSchema) macro for generating cel validation on CRDs (#...
  • 0424cb4 chore(deps): Update Rust crate hostname to 0.4 (#1665)
  • 36882b6 feat(runtime): Add series implementation for event recorder (#1655)
  • 419442b rustfmt (#1661)
  • 9265aa2 Add support for UTF-16 encoded kubeconfig files (#1654)
  • Additional commits viewable in compare view

Updates k8s-openapi from 0.23.0 to 0.24.0

Release notes

Sourced from k8s-openapi's releases.

v0.24.0

k8s-openapi

  • BREAKING CHANGE: Added support for Kubernetes 1.32 under the v1_32 feature.

  • BREAKING CHANGE: Dropped support for Kubernetes 1.26 and 1.27.

Corresponding Kubernetes API server versions:

  • v1.28.15
  • v1.29.12
  • v1.30.8
  • v1.31.4
  • v1.32.0

k8s-openapi-codegen-common

  • No changes.

k8s-openapi-derive

  • No changes except to bump the k8s-openapi-codegen-common dependency to the new version.
Changelog

Sourced from k8s-openapi's changelog.

v0.24.0 (2024-12-21)

k8s-openapi

  • BREAKING CHANGE: Added support for Kubernetes 1.32 under the v1_32 feature.

  • BREAKING CHANGE: Dropped support for Kubernetes 1.26 and 1.27.

Corresponding Kubernetes API server versions:

  • v1.28.15
  • v1.29.12
  • v1.30.8
  • v1.31.4
  • v1.32.0

k8s-openapi-codegen-common

  • No changes.

k8s-openapi-derive

  • No changes except to bump the k8s-openapi-codegen-common dependency to the new version.

Commits
  • 27a69bc v0.24.0
  • 1f0f14f Update kind to v0.26.0
  • 6a64cac Fix various leftover mentions of k8s-openapi-derive generating API functions.
  • 3f16b5e Drop v1.26, v1.27
  • 9413a9a Add v1.32.0
  • dfcf9ab Fix new clippy lint about unnecessary lifetimes on impl blocks.
  • d078091 Update to v1.29.12, v1.30.8, v1.31.4
  • b460fff Update to v1.29.11, v1.30.7, v1.31.3
  • 7f38ac0 Update kind to v0.25.0
  • d2240d4 Update to v1.31.2
  • Additional commits viewable in compare view

Updates tokio-util from 0.7.13 to 0.7.14

Commits

Updates iptables from 0.5.2 to 0.5.3

Commits

Updates itertools from 0.13.0 to 0.14.0

Changelog

Sourced from itertools's changelog.

0.14.0

Breaking

  • Increased MSRV to 1.63.0 (#960)
  • Removed generic parameter from cons_tuples (#988)

Added

  • Added array_combinations (#991)
  • Added k_smallest_relaxed and variants (#925)
  • Added next_array and collect_array (#560)
  • Implemented DoubleEndedIterator for FilterOk (#948)
  • Implemented DoubleEndedIterator for FilterMapOk (#950)

Changed

  • Allow Q: ?Sized in Itertools::contains (#971)
  • Improved hygiene of chain! (#943)
  • Improved into_group_map_by documentation (#1000)
  • Improved tree_reduce documentation (#955)
  • Improved discoverability of merge_join_by (#966)
  • Improved discoverability of take_while_inclusive (#972)
  • Improved documentation of find_or_last and find_or_first (#984)
  • Prevented exponentially large type sizes in tuple_combinations (#945)
  • Added track_caller attr for asser_equal (#976)

Notable Internal Changes

  • Fixed clippy lints (#956, #987, #1008)
  • Addressed warnings within doctests (#964)
  • CI: Run most tests with miri (#961)
  • CI: Speed up "cargo-semver-checks" action (#938)
  • Changed an instance of default_features in Cargo.toml to default-features (#985)
Commits
  • a015a68 Add next_array and collect_array
  • a1213e1 Prepare v0.14.0 release
  • ff0c942 fix clippy lints
  • f80883b Fix into_group_map_by documentation errors
  • b793238 Add track_caller for asser_equal
  • 5d4056b default_features is deprecated - switch it to default-features
  • a447b68 doc for added trait
  • d0479b0 "nitpicks"
  • Description has been truncated

Bumps the all-updates group with 18 updates in the /core directory:

| Package | From | To |
| --- | --- | --- |
| [actix-web](https://github.com/actix/actix-web) | `4.9.0` | `4.10.2` |
| [clap](https://github.com/clap-rs/clap) | `4.5.28` | `4.5.32` |
| [containerd-shim-wasm](https://github.com/containerd/runwasi) | `0.7.0` | `0.10.0` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.12` | `0.12.14` |
| [wasmtime](https://github.com/bytecodealliance/wasmtime) | `26.0.1` | `30.0.2` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.44.0` | `1.44.1` |
| [yaml-rust2](https://github.com/Ethiraric/yaml-rust2) | `0.9.0` | `0.10.0` |
| [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` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.13` | `0.7.14` |
| [iptables](https://github.com/yaa110/rust-iptables) | `0.5.2` | `0.5.3` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.13.0` | `0.14.0` |
| [libp2p](https://github.com/libp2p/rust-libp2p) | `0.54.1` | `0.55.0` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.10.0` | `1.10.1` |
| [prost](https://github.com/tokio-rs/prost) | `0.13.4` | `0.13.5` |
| [wiremock](https://github.com/LukeMathWalker/wiremock-rs) | `0.6.2` | `0.6.3` |
| [prost-build](https://github.com/tokio-rs/prost) | `0.13.4` | `0.13.5` |
| [axum-server](https://github.com/programatik29/axum-server) | `0.7.1` | `0.7.2` |



Updates `actix-web` from 4.9.0 to 4.10.2
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](actix/actix-web@web-v4.9.0...web-v4.10.2)

Updates `clap` from 4.5.28 to 4.5.32
- [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.28...clap_complete-v4.5.32)

Updates `containerd-shim-wasm` from 0.7.0 to 0.10.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.10.0)

Updates `reqwest` from 0.12.12 to 0.12.14
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/v0.12.14/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.12...v0.12.14)

Updates `wasmtime` from 26.0.1 to 30.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v30.0.2/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v26.0.1...v30.0.2)

Updates `tokio` from 1.44.0 to 1.44.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.44.0...tokio-1.44.1)

Updates `yaml-rust2` from 0.9.0 to 0.10.0
- [Release notes](https://github.com/Ethiraric/yaml-rust2/releases)
- [Changelog](https://github.com/Ethiraric/yaml-rust2/blob/master/CHANGELOG.md)
- [Commits](Ethiraric/yaml-rust2@v0.9.0...v0.10.0)

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 `tokio-util` from 0.7.13 to 0.7.14
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-util-0.7.13...tokio-util-0.7.14)

Updates `iptables` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/yaa110/rust-iptables/releases)
- [Commits](yaa110/rust-iptables@0.5.2...0.5.3)

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.169 to 0.2.171
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.171/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.169...0.2.171)

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.10.0 to 1.10.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.0...v1.10.1)

Updates `prost` from 0.13.4 to 0.13.5
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.13.4...v0.13.5)

Updates `wiremock` from 0.6.2 to 0.6.3
- [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md)
- [Commits](LukeMathWalker/wiremock-rs@v0.6.2...v0.6.3)

Updates `prost-build` from 0.13.4 to 0.13.5
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.13.4...v0.13.5)

Updates `axum-server` from 0.7.1 to 0.7.2
- [Release notes](https://github.com/programatik29/axum-server/releases)
- [Changelog](https://github.com/programatik29/axum-server/blob/master/CHANGELOG.md)
- [Commits](programatik29/axum-server@v0.7.1...v0.7.2)

---
updated-dependencies:
- dependency-name: actix-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-updates
- 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: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-patch
  dependency-group: all-updates
- dependency-name: yaml-rust2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: tokio-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: iptables
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: 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-patch
  dependency-group: all-updates
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: wiremock
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: prost-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: axum-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 15, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 17, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 17, 2025
@dependabot dependabot bot deleted the dependabot/cargo/core/all-updates-09c8c94652 branch March 17, 2025 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant