From 73f7561e5ac3557976995b2bca946bf06a6b22c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:01:52 +0800 Subject: [PATCH] build(deps): bump the crates group across 1 directory with 38 updates (#2163) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the crates group with 27 updates in the /userspace/ksud directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.91` | | [clap](https://github.com/clap-rs/clap) | `4.5.18` | `4.5.20` | | [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.213` | | [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132` | | [encoding_rs](https://github.com/hsivonen/encoding_rs) | `0.8.34` | `0.8.35` | | [libc](https://github.com/rust-lang/libc) | `0.2.159` | `0.2.161` | | [is_executable](https://github.com/fitzgen/is_executable) | `1.0.3` | `1.0.4` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.12.0` | `3.13.0` | | [procfs](https://github.com/eminence/procfs) | `0.16.0` | `0.17.0` | | [addr2line](https://github.com/gimli-rs/addr2line) | `0.24.1` | `0.24.2` | | [anstream](https://github.com/rust-cli/anstyle) | `0.6.15` | `0.6.17` | | [anstyle](https://github.com/rust-cli/anstyle) | `1.0.8` | `1.0.9` | | [anstyle-parse](https://github.com/rust-cli/anstyle) | `0.2.5` | `0.2.6` | | [anstyle-query](https://github.com/rust-cli/anstyle) | `1.1.1` | `1.1.2` | | [bytes](https://github.com/tokio-rs/bytes) | `1.7.2` | `1.8.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.1.22` | `1.1.31` | | [colorchoice](https://github.com/rust-cli/anstyle) | `1.0.2` | `1.0.3` | | [dary_heap](https://github.com/hanmertens/dary_heap) | `0.3.6` | `0.3.7` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.5.0` | `2.6.0` | | [libm](https://github.com/rust-lang/libm) | `0.2.8` | `0.2.10` | | [object](https://github.com/gimli-rs/object) | `0.36.4` | `0.36.5` | | [once_cell](https://github.com/matklad/once_cell) | `1.19.0` | `1.20.2` | | [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | `0.2.14` | `0.2.15` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.86` | `1.0.89` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` | `1.0.65` | | [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.41.0` | | [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.93` | `0.2.95` | Updates `anyhow` from 1.0.89 to 1.0.91
Release notes

Sourced from anyhow's releases.

1.0.91

1.0.90

Commits

Updates `clap` from 4.5.18 to 4.5.20
Release notes

Sourced from clap's releases.

v4.5.19

[4.5.19] - 2024-10-01

Internal

Changelog

Sourced from clap's changelog.

[4.5.20] - 2024-10-08

Features

[4.5.19] - 2024-10-01

Internal

Commits

Updates `serde` from 1.0.210 to 1.0.213
Release notes

Sourced from serde's releases.

v1.0.213

v1.0.212

v1.0.211

Commits

Updates `serde_json` from 1.0.128 to 1.0.132
Release notes

Sourced from serde_json's releases.

1.0.132

1.0.131

1.0.130

1.0.129

Commits

Updates `encoding_rs` from 0.8.34 to 0.8.35
Commits

Updates `libc` from 0.2.159 to 0.2.161
Release notes

Sourced from libc's releases.

0.2.161

Fixed

0.2.160

Added

Changed

Fixed

Other

Changelog

Sourced from libc's changelog.

0.2.161 - 2024-10-17

Fixed

0.2.160 - 2024-10-17

Added

Changed

Fixed

Other

... (truncated)

Commits

Updates `is_executable` from 1.0.3 to 1.0.4
Commits

Updates `tempfile` from 3.12.0 to 3.13.0
Changelog

Sourced from tempfile's changelog.

3.13.0

Commits

Updates `procfs` from 0.16.0 to 0.17.0
Release notes

Sourced from procfs's releases.

v0.17.0

What's Changed

New Contributors

Full Changelog: https://github.com/eminence/procfs/compare/v0.16.0...v0.17.0

Commits

Updates `addr2line` from 0.24.1 to 0.24.2
Changelog

Sourced from addr2line's changelog.

0.24.2 (2024/10/04)

Changed

Added


Commits

Updates `anstream` from 0.6.15 to 0.6.17
Commits

Updates `anstyle` from 1.0.8 to 1.0.9
Commits

Updates `anstyle-parse` from 0.2.5 to 0.2.6
Commits

Updates `anstyle-query` from 1.1.1 to 1.1.2
Commits

Updates `anstyle-wincon` from 3.0.4 to 3.0.6
Commits

Updates `bytes` from 1.7.2 to 1.8.0
Release notes

Sourced from bytes's releases.

Bytes 1.8.0

1.8.0 (October 21, 2024)

Changelog

Sourced from bytes's changelog.

1.8.0 (October 21, 2024)

Commits

Updates `cc` from 1.1.22 to 1.1.31
Release notes

Sourced from cc's releases.

cc-v1.1.31

Other

cc-v1.1.30

Other

cc-v1.1.29

Other

cc-v1.1.28

Other

cc-v1.1.27

Other

cc-v1.1.26

Other

cc-v1.1.25

Other

cc-v1.1.24

Other

cc-v1.1.23

Other

Changelog

Sourced from cc's changelog.

1.1.31 - 2024-10-19

Other

1.1.30 - 2024-10-11

Other

1.1.29 - 2024-10-11

Other

1.1.28 - 2024-10-06

Other

1.1.27 - 2024-10-06

Other

1.1.26 - 2024-10-06

Other

1.1.25 - 2024-10-05

Other

1.1.24 - 2024-10-01

Other

... (truncated)

Commits

Updates `clap_builder` from 4.5.18 to 4.5.20
Release notes

Sourced from clap_builder's releases.

v4.5.19

[4.5.19] - 2024-10-01

Internal

Changelog

Sourced from clap_builder's changelog.

[4.5.20] - 2024-10-08

Features

[4.5.19] - 2024-10-01

Internal

Commits