forked from tiann/KernelSU
-
Notifications
You must be signed in to change notification settings - Fork 64
build(deps): bump the crates group across 1 directory with 58 updates #173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
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
Bumps the crates group with 35 updates in the /userspace/ksud directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.48` | `4.5.50` | | [const_format](https://github.com/rodrimati1992/const_format_crates) | `0.2.34` | `0.2.35` | | [zip](https://github.com/zip-rs/zip2) | `3.0.0` | `6.0.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.175` | `0.2.177` | | rust-embed | `8.7.2` | `8.8.0` | | [which](https://github.com/harryfei/which-rs) | `7.0.3` | `8.0.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.22.0` | `3.23.0` | | [regex-lite](https://github.com/rust-lang/regex) | `0.1.7` | `0.1.8` | | [rustix](https://github.com/Kernel-SU/rustix) | ``4a53fbc`` | `registry+https://github.com/rust-lang/crates.io-index` | | [procfs](https://github.com/eminence/procfs) | `0.17.0` | `0.18.0` | | [android_logger](https://github.com/rust-mobile/android_logger-rs) | `0.14.1` | `0.15.1` | | [anstream](https://github.com/rust-cli/anstyle) | `0.6.20` | `0.6.21` | | [anstyle](https://github.com/rust-cli/anstyle) | `1.0.11` | `1.0.13` | | [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.75` | `0.3.76` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.38` | `1.2.41` | | [cfg-if](https://github.com/rust-lang/cfg-if) | `1.0.3` | `1.0.4` | | [clap_lex](https://github.com/clap-rs/clap) | `0.7.5` | `0.7.6` | | [deflate64](https://github.com/anatawa12/deflate64-rs) | `0.1.9` | `0.1.10` | | [deranged](https://github.com/jhpratt/deranged) | `0.5.3` | `0.5.4` | | [env_filter](https://github.com/rust-cli/env_logger) | `0.1.3` | `0.1.4` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.2` | `1.1.4` | | [generic-array](https://github.com/fizyk20/generic-array) | `0.14.7` | `0.14.9` | | [getrandom](https://github.com/rust-random/getrandom) | `0.3.3` | `0.3.4` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.11.4` | `2.12.0` | | [is_terminal_polyfill](https://github.com/polyfill-rs/is_terminal_polyfill) | `1.70.1` | `1.70.2` | | [memchr](https://github.com/BurntSushi/memchr) | `2.7.5` | `2.7.6` | | [mio](https://github.com/tokio-rs/mio) | `1.0.4` | `1.1.0` | | [once_cell_polyfill](https://github.com/polyfill-rs/once_cell_polyfill) | `1.70.1` | `1.70.2` | | [quote](https://github.com/dtolnay/quote) | `1.0.40` | `1.0.41` | | [serde](https://github.com/serde-rs/serde) | `1.0.226` | `1.0.228` | | [tokio](https://github.com/tokio-rs/tokio) | `1.47.1` | `1.48.0` | | [typenum](https://github.com/paholg/typenum) | `1.18.0` | `1.19.0` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.19` | `1.0.20` | | [unicode-width](https://github.com/unicode-rs/unicode-width) | `0.2.1` | `0.2.2` | | [windows-core](https://github.com/microsoft/windows-rs) | `0.62.0` | `0.62.1` | Updates `clap` from 4.5.48 to 4.5.50 - [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.48...clap_complete-v4.5.50) Updates `const_format` from 0.2.34 to 0.2.35 - [Release notes](https://github.com/rodrimati1992/const_format_crates/releases) - [Changelog](https://github.com/rodrimati1992/const_format_crates/blob/master/Changelog.md) - [Commits](https://github.com/rodrimati1992/const_format_crates/commits) Updates `zip` from 3.0.0 to 6.0.0 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v3.0.0...v6.0.0) Updates `libc` from 0.2.175 to 0.2.177 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.177/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.175...0.2.177) Updates `rust-embed` from 8.7.2 to 8.8.0 Updates `which` from 7.0.3 to 8.0.0 - [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.3...8.0.0) Updates `tempfile` from 3.22.0 to 3.23.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.22.0...v3.23.0) Updates `regex-lite` from 0.1.7 to 0.1.8 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@regex-lite-0.1.7...regex-lite-0.1.8) Updates `rustix` from `4a53fbc` to registry+https://github.com/rust-lang/crates.io-index - [Commits](https://github.com/Kernel-SU/rustix/commits) Updates `procfs` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/eminence/procfs/releases) - [Commits](eminence/procfs@v0.17.0...v0.18.0) Updates `android_logger` from 0.14.1 to 0.15.1 - [Release notes](https://github.com/rust-mobile/android_logger-rs/releases) - [Changelog](https://github.com/rust-mobile/android_logger-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-mobile/android_logger-rs/commits) Updates `anstream` from 0.6.20 to 0.6.21 - [Commits](rust-cli/anstyle@anstream-v0.6.20...anstream-v0.6.21) Updates `anstyle` from 1.0.11 to 1.0.13 - [Commits](rust-cli/anstyle@v1.0.11...v1.0.13) Updates `backtrace` from 0.3.75 to 0.3.76 - [Release notes](https://github.com/rust-lang/backtrace-rs/releases) - [Changelog](https://github.com/rust-lang/backtrace-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/backtrace-rs@0.3.75...backtrace-v0.3.76) Updates `cc` from 1.2.38 to 1.2.41 - [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.38...cc-v1.2.41) Updates `cfg-if` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/rust-lang/cfg-if/releases) - [Changelog](https://github.com/rust-lang/cfg-if/blob/main/CHANGELOG.md) - [Commits](rust-lang/cfg-if@v1.0.3...v1.0.4) Updates `clap_builder` from 4.5.48 to 4.5.50 - [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.48...v4.5.50) Updates `clap_derive` from 4.5.47 to 4.5.49 - [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.47...v4.5.49) Updates `clap_lex` from 0.7.5 to 0.7.6 - [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_lex-v0.7.5...clap_lex-v0.7.6) Updates `deflate64` from 0.1.9 to 0.1.10 - [Release notes](https://github.com/anatawa12/deflate64-rs/releases) - [Changelog](https://github.com/anatawa12/deflate64-rs/blob/master/CHANGELOG.md) - [Commits](anatawa12/deflate64-rs@v0.1.9...v0.1.10) Updates `deranged` from 0.5.3 to 0.5.4 - [Commits](https://github.com/jhpratt/deranged/commits) Updates `env_filter` from 0.1.3 to 0.1.4 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@env_filter-v0.1.3...env_filter-v0.1.4) Updates `find-msvc-tools` from 0.1.2 to 0.1.4 - [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@find-msvc-tools-v0.1.2...find-msvc-tools-v0.1.4) Updates `flate2` from 1.1.2 to 1.1.4 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.2...1.1.4) Updates `generic-array` from 0.14.7 to 0.14.9 - [Release notes](https://github.com/fizyk20/generic-array/releases) - [Changelog](https://github.com/fizyk20/generic-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/fizyk20/generic-array/commits) Updates `getrandom` from 0.3.3 to 0.3.4 - [Release notes](https://github.com/rust-random/getrandom/releases) - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.3.3...v0.3.4) Updates `gimli` from 0.31.1 to 0.32.3 - [Changelog](https://github.com/gimli-rs/gimli/blob/master/CHANGELOG.md) - [Commits](gimli-rs/gimli@0.31.1...0.32.3) Updates `indexmap` from 2.11.4 to 2.12.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.11.4...2.12.0) Updates `is_terminal_polyfill` from 1.70.1 to 1.70.2 - [Changelog](https://github.com/polyfill-rs/is_terminal_polyfill/blob/main-v1.70/CHANGELOG.md) - [Commits](polyfill-rs/is_terminal_polyfill@v1.70.1...v1.70.2) Updates `linux-raw-sys` from 0.4.15 to 0.11.0 - [Commits](sunfishcode/linux-raw-sys@v0.4.15...v0.11.0) Updates `memchr` from 2.7.5 to 2.7.6 - [Commits](BurntSushi/memchr@2.7.5...2.7.6) Updates `mio` from 1.0.4 to 1.1.0 - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](tokio-rs/mio@v1.0.4...v1.1.0) Updates `object` from 0.36.7 to 0.37.3 - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](gimli-rs/object@0.36.7...0.37.3) Updates `once_cell_polyfill` from 1.70.1 to 1.70.2 - [Changelog](https://github.com/polyfill-rs/once_cell_polyfill/blob/v1.70.2/CHANGELOG.md) - [Commits](polyfill-rs/once_cell_polyfill@v1.70.1...v1.70.2) Updates `procfs-core` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/eminence/procfs/releases) - [Commits](eminence/procfs@v0.17.0...v0.18.0) Updates `quote` from 1.0.40 to 1.0.41 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.40...1.0.41) Updates `rust-embed-impl` from 8.7.2 to 8.8.0 Updates `rust-embed-utils` from 8.7.2 to 8.8.0 Updates `serde` from 1.0.226 to 1.0.228 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.226...v1.0.228) Updates `serde_core` from 1.0.226 to 1.0.228 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.226...v1.0.228) Updates `serde_derive` from 1.0.226 to 1.0.228 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.226...v1.0.228) Updates `tokio` from 1.47.1 to 1.48.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.48.0) Updates `typenum` from 1.18.0 to 1.19.0 - [Release notes](https://github.com/paholg/typenum/releases) - [Changelog](https://github.com/paholg/typenum/blob/main/CHANGELOG.md) - [Commits](paholg/typenum@v1.18.0...v1.19.0) Updates `unicode-ident` from 1.0.19 to 1.0.20 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.19...1.0.20) Updates `unicode-width` from 0.2.1 to 0.2.2 - [Commits](unicode-rs/unicode-width@v0.2.1...v0.2.2) Updates `windows-core` from 0.62.0 to 0.62.1 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `windows-implement` from 0.60.0 to 0.60.2 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `windows-interface` from 0.59.1 to 0.59.3 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `windows-sys` from 0.52.0 to 0.60.2 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `windows-targets` from 0.52.6 to 0.53.3 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `windows_aarch64_gnullvm` from 0.52.6 to 0.53.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits/0.53.0) Updates `windows_aarch64_msvc` from 0.52.6 to 0.53.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits/0.53.0) Updates `windows_i686_gnu` from 0.52.6 to 0.53.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits/0.53.0) Updates `windows_i686_gnullvm` from 0.52.6 to 0.53.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits/0.53.0) Updates `windows_i686_msvc` from 0.52.6 to 0.53.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits/0.53.0) Updates `windows_x86_64_gnu` from 0.52.6 to 0.53.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits/0.53.0) Updates `windows_x86_64_gnullvm` from 0.52.6 to 0.53.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits/0.53.0) Updates `windows_x86_64_msvc` from 0.52.6 to 0.53.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits/0.53.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.50 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: const_format dependency-version: 0.2.35 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: zip dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: crates - dependency-name: libc dependency-version: 0.2.177 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: rust-embed dependency-version: 8.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates - dependency-name: which dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: crates - dependency-name: tempfile dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates - dependency-name: regex-lite dependency-version: 0.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: rustix dependency-version: registry+https://github.com/rust-lang/crates.io-index dependency-type: direct:production dependency-group: crates - dependency-name: procfs dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates - dependency-name: android_logger dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates - dependency-name: anstream dependency-version: 0.6.21 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: anstyle dependency-version: 1.0.13 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: backtrace dependency-version: 0.3.76 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: cc dependency-version: 1.2.41 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: cfg-if dependency-version: 1.0.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: clap_builder dependency-version: 4.5.50 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: clap_derive dependency-version: 4.5.49 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: clap_lex dependency-version: 0.7.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: deflate64 dependency-version: 0.1.10 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: deranged dependency-version: 0.5.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: env_filter dependency-version: 0.1.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: find-msvc-tools dependency-version: 0.1.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: flate2 dependency-version: 1.1.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: generic-array dependency-version: 0.14.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: getrandom dependency-version: 0.3.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: gimli dependency-version: 0.32.3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: indexmap dependency-version: 2.12.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: is_terminal_polyfill dependency-version: 1.70.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: linux-raw-sys dependency-version: 0.11.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: memchr dependency-version: 2.7.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: mio dependency-version: 1.1.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: object dependency-version: 0.37.3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: once_cell_polyfill dependency-version: 1.70.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: procfs-core dependency-version: 0.18.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: quote dependency-version: 1.0.41 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: rust-embed-impl dependency-version: 8.8.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: rust-embed-utils dependency-version: 8.8.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: serde dependency-version: 1.0.228 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: serde_core dependency-version: 1.0.228 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: serde_derive dependency-version: 1.0.228 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: tokio dependency-version: 1.48.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: typenum dependency-version: 1.19.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: unicode-ident dependency-version: 1.0.20 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: unicode-width dependency-version: 0.2.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: windows-core dependency-version: 0.62.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: windows-implement dependency-version: 0.60.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: windows-interface dependency-version: 0.59.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: windows-sys dependency-version: 0.60.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: windows-targets dependency-version: 0.53.3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: windows_aarch64_gnullvm dependency-version: 0.53.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: windows_aarch64_msvc dependency-version: 0.53.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: windows_i686_gnu dependency-version: 0.53.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: windows_i686_gnullvm dependency-version: 0.53.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: windows_i686_msvc dependency-version: 0.53.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: windows_x86_64_gnu dependency-version: 0.53.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: windows_x86_64_gnullvm dependency-version: 0.53.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: windows_x86_64_msvc dependency-version: 0.53.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 crates group with 35 updates in the /userspace/ksud directory:
4.5.484.5.500.2.340.2.353.0.06.0.00.2.1750.2.1778.7.28.8.07.0.38.0.03.22.03.23.00.1.70.1.84a53fbcregistry+https://github.com/rust-lang/crates.io-index0.17.00.18.00.14.10.15.10.6.200.6.211.0.111.0.130.3.750.3.761.2.381.2.411.0.31.0.40.7.50.7.60.1.90.1.100.5.30.5.40.1.30.1.41.1.21.1.40.14.70.14.90.3.30.3.42.11.42.12.01.70.11.70.22.7.52.7.61.0.41.1.01.70.11.70.21.0.401.0.411.0.2261.0.2281.47.11.48.01.18.01.19.01.0.191.0.200.2.10.2.20.62.00.62.1Updates
clapfrom 4.5.48 to 4.5.50Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
d8acd47chore: Release7c2b8d9docs: Update changeloge69a2eaMerge pull request #5987 from mernen/fix-bash-comp-words-loope03cc2eMerge pull request #5988 from cordx56/fix-builder-custom-version-docs5ab2579fix: Minor fix for builder docs about version2f66432fix(complete): Only parse arguments before current4d9d210test(complete): Illustrate current behavior in Bash6abe2f8chore: Released5c7454docs: Update changelog5b2e960Merge pull request #5985 from mernen/bash-curUpdates
const_formatfrom 0.2.34 to 0.2.35Changelog
Sourced from const_format's changelog.
Commits
Updates
zipfrom 3.0.0 to 6.0.0Release notes
Sourced from zip's releases.
... (truncated)
Changelog
Sourced from zip's changelog.
... (truncated)
Commits
abfc23dfeat: Upgrade [Extended]FileOptions::add_extra_data() data from Box<[u8]> to ...eb1b586docs: Update zip_writer documentation example (#431)26e6e08feat: Add by_index_with_options() for ignoring encryption (#439)165415dchore(deps): update nt-time requirement from 0.10.6 to 0.12.1 (#429)1d5d4edchore(deps): update lzma-rust2 requirement from 0.13 to 0.14 (#432)72cce40chore(deps): update nt-time requirement from 0.10.6 to 0.12.1 (#428)2ef4d3echore(deps): update nt-time requirement from 0.10.6 to 0.12.1 (#427)9cf28cbtest(ci): Fix:renamecan't be skipped5987cddtest(ci): Fix: need recursive rename74f8a3ctest(ci): Need to rename more files during fuzz runsUpdates
libcfrom 0.2.175 to 0.2.177Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
9f598d2chore: release libc 0.2.177329a5e7Add missing TIOCGETA/TIOCSETA constants for macOS72a40e2addpthread_cond_timedwait_relative_np2914d6flinux_like: add SIGEMT for mips* and sparc*ff2ff25openbsd add elf_aux_info4ae44a4Update semver testsd5737a0Define _CS_PATH on the BSDsfe277daredox: more sysconf constantsbdad426wasip2: Invert conditional to include p2 APIs0af069dWindows: addwcsnlenUpdates
rust-embedfrom 8.7.2 to 8.8.0Updates
whichfrom 7.0.3 to 8.0.0Release notes
Sourced from which's releases.
Changelog
Sourced from which's changelog.
Commits
adac2cdbump version, update changelog84e152ereduce sys::Sys requirements, add some tracing for otherwise silent errors (#...a0a6daffeat: add Sys trait for swapping out system (#109)eef1998Add actively maintained badgeUpdates
tempfilefrom 3.22.0 to 3.23.0Changelog
Sourced from tempfile's changelog.
Commits
fe9f4a3chore: release v3.23.0 (#381)006c3fdfix: use std::os::fd instead of std::os::wasi (#380)b0e6309doc: Update COPYRIGHT link (#377)2d6fc3fFix formatting in Builder::disable_cleanup documentation (#375)Updates
regex-litefrom 0.1.7 to 0.1.8Changelog
Sourced from regex-lite's changelog.
Commits
140f894regex-lite-0.1.827d6d651.12.185398adchangelog: 1.12.1764efbdapi: tweak the lifetime ofCaptures::get_matchee6aa55rure-0.2.442076c61.12.0aef2153deps: bump to regex-automata 0.4.12459dbberegex-automata-0.4.12610bf2dregex-syntax-0.8.77dbb384changelog: 1.12.0Updates
rustixfrom4a53fbcto registry+https://github.com/rust-lang/crates.io-indexCommits
Updates
procfsfrom 0.17.0 to 0.18.0Release notes
Sourced from procfs's releases.
Commits
7d3a0cdBump version to v0.18.078d6a16Merge pull request #358 from eminence/macro_rules_crate44f4289Replacecratewith$cratein our macro definitions432e8c2Merge pull request #357 from eminence/fix_pasta_mountinfobffec12Fix parsing for mountinfo and related fields when presented with empty fieldsd618111Merge pull request #356 from eminence/fdtarget_fix4a7b270Fix FDTarget parsing for unknown FD types5faa3c4Merge pull request #350 from jebradbury39/add_syscall_parsing5547a6aMerge pull request #355 from eminence/add-track-caller-to-test-helpereddfadbremove commentUpdates
android_loggerfrom 0.14.1 to 0.15.1Release notes
Sourced from android_logger's releases.
Commits
Updates
anstreamfrom 0.6.20 to 0.6.21Commits
f7aff1cchore: Release5a5a5f7docs: Update changelog6f6fe80Merge pull request #275 from epage/innerdf887e2feat(anstream): Provide read-only access to inner stream4735bccMerge pull request #274 from epage/update4ceec1cchore: Update dependencies08712d9Merge pull request #273 from rust-cli/renovate/actions-checkout-5.x9988a6cstyle: Fix spelling0d23a06chore(deps): Update actions/checkout action to v514dd743chore: ReleaseUpdates
anstylefrom 1.0.11 to 1.0.13Commits
14dd743chore: Release2baaec7Merge pull request #271 from epage/template5d7026cchore: Update from _rust templatef218f4adocs(docsrs): Update to new doc_cfg feature name2a2bebbchore: Release98b7990docs: Update changelogf28db2dMerge pull request #269 from Muscraft/no-leading-zero20258deMerge pull request #270 from Muscraft/coverage-rustfmtb8a3a15fix: Ensuse rustfmt is installed for coverageba45662fix: Don't add leading zero to single digit ansi 256Updates
backtracefrom 0.3.75 to 0.3.76Release notes
Sourced from backtrace's releases.
Changelog
Sourced from backtrace's changelog.
Commits
775f6a1modify CHANGELOG.md to not be a git log dumpbb0cdc3chore: release v0.3.76a8b55f0Merge of rust-lang/backtrace-rs#725: Fix missing alignment check for ELF note...0b83800Expandtake_nhdrdoc-commenta405950Merge pull request #737 from workingjubilee/address-dbghelp-soundness-risks06dca9aExpand doc-comment ondo_resolve05ad047Remove padding bytes risk in dbghelp with MaybeUninitdccdb4dUpgradecpp_demanglerust-lang/backtrace-rs#73250fe434rust-lang/backtrace-rs#73479d3514Switch fromwindows-targetstowindows-linkrust-lang/backtrace-rs#727Updates
ccfrom 1.2.38 to 1.2.41Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
87e5faechore: release (#1593)30ef41dAllow using VCToolsVersion to request a specific msvc version (#1589)86fd1fbRegenerate target info (#1592)a14c518Regenerate windows sys bindings (#1591)0ccf170Update windows-bindgen requirement from 0.64 to 0.65 (#1590)61f9698Fixget_base_archiver_variantfor clang-cl: use--print-search-dirs(#1587)1ca8b2achore: release (#1583)6fb2a8fReorder changelog and remove duplicate Unreleased section (#1579)bcc5a38Prefer clang if linker-plugin-lto specified (#1573)89fb94cFix building for Mac Catalyst (