Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump the crates group across 1 directory with 36 updates
Bumps the crates group with 30 updates in the /userspace/ksud directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.95` | `1.0.96` | | [clap](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.31` | | [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.26` | | [serde](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.218` | | [serde_json](https://github.com/serde-rs/json) | `1.0.134` | `1.0.139` | | [libc](https://github.com/rust-lang/libc) | `0.2.169` | `0.2.170` | | [nom](https://github.com/rust-bakery/nom) | `7.1.3` | `8.0.0` | | [rust-embed](https://github.com/pyros2097/rust-embed) | `8.5.0` | `8.6.0` | | [which](https://github.com/harryfei/which-rs) | `7.0.1` | `7.0.2` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.15.0` | `3.17.1` | | [anstyle-wincon](https://github.com/rust-cli/anstyle) | `3.0.6` | `3.0.7` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.84` | `0.1.86` | | [bumpalo](https://github.com/fitzgen/bumpalo) | `3.16.0` | `3.17.0` | | [bytes](https://github.com/tokio-rs/bytes) | `1.9.0` | `1.10.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.7` | `1.2.15` | | [cpufeatures](https://github.com/RustCrypto/utils) | `0.2.16` | `0.2.17` | | [either](https://github.com/rayon-rs/either) | `1.13.0` | `1.14.0` | | [equivalent](https://github.com/indexmap-rs/equivalent) | `1.0.1` | `1.0.2` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.7.0` | `2.7.1` | | [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) | `0.4.14` | `0.4.15` | | [miniz_oxide](https://github.com/Frommi/miniz_oxide) | `0.8.2` | `0.8.5` | | [once_cell](https://github.com/matklad/once_cell) | `1.20.2` | `1.20.3` | | [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | `0.2.15` | `0.2.16` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.92` | `1.0.93` | | [ryu](https://github.com/dtolnay/ryu) | `1.0.18` | `1.0.19` | | [syn](https://github.com/dtolnay/syn) | `2.0.95` | `2.0.98` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.9` | `2.0.11` | | [tokio](https://github.com/tokio-rs/tokio) | `1.42.0` | `1.43.0` | | [typenum](https://github.com/paholg/typenum) | `1.17.0` | `1.18.0` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.14` | `1.0.17` | Updates `anyhow` from 1.0.95 to 1.0.96 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.95...1.0.96) Updates `clap` from 4.5.23 to 4.5.31 - [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.23...v4.5.31) Updates `log` from 0.4.22 to 0.4.26 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.22...0.4.26) Updates `serde` from 1.0.217 to 1.0.218 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.217...v1.0.218) Updates `serde_json` from 1.0.134 to 1.0.139 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.134...v1.0.139) Updates `libc` from 0.2.169 to 0.2.170 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.170/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.169...0.2.170) Updates `nom` from 7.1.3 to 8.0.0 - [Changelog](https://github.com/rust-bakery/nom/blob/main/CHANGELOG.md) - [Commits](rust-bakery/nom@7.1.3...8.0.0) Updates `rust-embed` from 8.5.0 to 8.6.0 - [Changelog](https://github.com/pyrossh/rust-embed/blob/master/changelog.md) - [Commits](https://github.com/pyros2097/rust-embed/commits) Updates `which` from 7.0.1 to 7.0.2 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](harryfei/which-rs@7.0.1...7.0.2) Updates `tempfile` from 3.15.0 to 3.17.1 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.15.0...v3.17.1) Updates `anstyle-wincon` from 3.0.6 to 3.0.7 - [Commits](rust-cli/anstyle@anstyle-wincon-v3.0.6...anstyle-wincon-v3.0.7) Updates `async-trait` from 0.1.84 to 0.1.86 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.84...0.1.86) Updates `bumpalo` from 3.16.0 to 3.17.0 - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](fitzgen/bumpalo@3.16.0...3.17.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) Updates `cc` from 1.2.7 to 1.2.15 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.7...cc-v1.2.15) Updates `clap_builder` from 4.5.23 to 4.5.31 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.23...v4.5.31) Updates `clap_derive` from 4.5.18 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@v4.5.18...v4.5.28) Updates `cpufeatures` from 0.2.16 to 0.2.17 - [Commits](RustCrypto/utils@cpufeatures-v0.2.16...cpufeatures-v0.2.17) Updates `either` from 1.13.0 to 1.14.0 - [Commits](rayon-rs/either@1.13.0...1.14.0) Updates `equivalent` from 1.0.1 to 1.0.2 - [Commits](indexmap-rs/equivalent@v1.0.1...v1.0.2) Updates `indexmap` from 2.7.0 to 2.7.1 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.7.0...2.7.1) Updates `linux-raw-sys` from 0.4.14 to 0.4.15 - [Commits](sunfishcode/linux-raw-sys@v0.4.14...v0.4.15) Updates `miniz_oxide` from 0.8.2 to 0.8.5 - [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md) - [Commits](Frommi/miniz_oxide@0.8.2...0.8.5) Updates `once_cell` from 1.20.2 to 1.20.3 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.20.2...v1.20.3) Updates `pin-project-lite` from 0.2.15 to 0.2.16 - [Release notes](https://github.com/taiki-e/pin-project-lite/releases) - [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project-lite@v0.2.15...v0.2.16) Updates `proc-macro2` from 1.0.92 to 1.0.93 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.92...1.0.93) Updates `rust-embed-impl` from 8.5.0 to 8.6.0 - [Changelog](https://github.com/pyrossh/rust-embed/blob/master/changelog.md) - [Commits](https://github.com/pyros2097/rust-embed/commits) Updates `rust-embed-utils` from 8.5.0 to 8.6.0 - [Changelog](https://github.com/pyrossh/rust-embed/blob/master/changelog.md) - [Commits](https://github.com/pyros2097/rust-embed/commits) Updates `ryu` from 1.0.18 to 1.0.19 - [Release notes](https://github.com/dtolnay/ryu/releases) - [Commits](dtolnay/ryu@1.0.18...1.0.19) Updates `serde_derive` from 1.0.217 to 1.0.218 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.217...v1.0.218) Updates `syn` from 2.0.95 to 2.0.98 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.95...2.0.98) Updates `thiserror` from 2.0.9 to 2.0.11 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.9...2.0.11) Updates `thiserror-impl` from 2.0.9 to 2.0.11 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.9...2.0.11) Updates `tokio` from 1.42.0 to 1.43.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.0) Updates `typenum` from 1.17.0 to 1.18.0 - [Release notes](https://github.com/paholg/typenum/releases) - [Changelog](https://github.com/paholg/typenum/blob/main/CHANGELOG.md) - [Commits](paholg/typenum@v1.17.0...v1.18.0) Updates `unicode-ident` from 1.0.14 to 1.0.17 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.14...1.0.17) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: nom dependency-type: direct:production update-type: version-update:semver-major dependency-group: crates - dependency-name: rust-embed dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates - dependency-name: which dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates - dependency-name: anstyle-wincon dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: async-trait dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: bumpalo dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: bytes dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: clap_builder dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: clap_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: cpufeatures dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: either dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: equivalent dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: indexmap dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: linux-raw-sys dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: miniz_oxide dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: once_cell dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: pin-project-lite dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: rust-embed-impl dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: rust-embed-utils dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: ryu dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: serde_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: syn dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: thiserror dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: thiserror-impl dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: tokio dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: typenum dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: unicode-ident dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information