An open index of dependabot pull requests across open source projects.

build(deps): bump the crates group across 1 directory with 84 updates

Open
Number: #23
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: October 06, 2025 at 04:41 PM UTC
(10 months ago)
Updated: October 06, 2025 at 04:41 PM UTC
(10 months ago)
Labels:
dependencies rust
Description:

Bumps the crates group with 63 updates in the /userspace/ksud directory:

Package From To
anyhow 1.0.96 1.0.100
clap 4.5.30 4.5.48
const_format 0.2.34 0.2.35
zip 2.2.2 5.1.1
log 0.4.26 0.4.28
env_logger 0.11.6 0.11.8
serde_json 1.0.139 1.0.145
libc 0.2.170 0.2.176
is_executable 1.0.4 1.0.5
rust-embed 8.5.0 8.7.2
which 7.0.2 8.0.0
getopts 0.2.21 0.2.24
sha256 1.5.0 1.6.0
tempfile 3.17.1 3.23.0
chrono 0.4.39 0.4.42
regex-lite 0.1.6 0.1.7
fs4 0.13.0 0.13.1
procfs 0.17.0 0.18.0
android_logger 0.14.1 0.15.1
adler2 2.0.0 2.0.1
ahash 0.8.11 0.8.12
anstream 0.6.18 0.6.21
anstyle 1.0.10 1.0.13
anstyle-parse 0.2.6 0.2.7
anstyle-query 1.1.2 1.1.4
anstyle-wincon 3.0.7 3.0.10
arbitrary 1.4.1 1.4.2
async-trait 0.1.86 0.1.89
autocfg 1.4.0 1.5.0
backtrace 0.3.74 0.3.76
bumpalo 3.17.0 3.19.0
bytes 1.10.0 1.10.1
cc 1.2.15 1.2.40
clap_lex 0.7.4 0.7.5
colorchoice 1.0.3 1.0.4
crc 3.2.1 3.3.0
crc32fast 1.4.2 1.5.0
crossbeam-channel 0.5.14 0.5.15
dary_heap 0.3.7 0.3.8
deflate64 0.1.9 0.1.10
derive_arbitrary 1.4.1 1.4.2
either 1.14.0 1.15.0
flate2 1.0.35 1.1.4
getrandom 0.3.1 0.3.3
iana-time-zone 0.1.61 0.1.64
include-flate 0.3.0 0.3.1
indexmap 2.7.1 2.11.4
itoa 1.0.14 1.0.15
libm 0.2.11 0.2.15
memchr 2.7.4 2.7.6
miniz_oxide 0.8.5 0.8.9
once_cell 1.20.3 1.21.3
rayon 1.10.0 1.11.0
rustc-demangle 0.1.24 0.1.26
rustversion 1.0.19 1.0.22
ryu 1.0.19 1.0.20
sha2 0.10.8 0.10.9
time 0.3.37 0.3.44
tokio 1.43.0 1.47.1
typenum 1.18.0 1.19.0
unicode-ident 1.0.17 1.0.19
winapi-util 0.1.9 0.1.11
zopfli 0.8.1 0.8.2

Updates anyhow from 1.0.96 to 1.0.100

Release notes

Sourced from anyhow's releases.

1.0.100

  • Teach clippy to lint formatting arguments in bail!, ensure!, anyhow! (#426)

1.0.99

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#420)

1.0.98

1.0.97

  • Documentation improvements
Commits
  • 18c2598 Release 1.0.100
  • f271988 Merge pull request #426 from dtolnay/clippyfmt
  • 52f2115 Mark macros with clippy::format_args
  • da5fd9d Raise minimum tested compiler to rust 1.76
  • 211e409 Opt in to generate-macro-expansion when building on docs.rs
  • b48fc02 Enforce trybuild >= 1.0.108
  • d5f59fb Update ui test suite to nightly-2025-09-07
  • 238415d Update ui test suite to nightly-2025-08-24
  • 3bab070 Update actions/checkout@v4 -> v5
  • 4249254 Order cap-lints flag in the same order as thiserror build script
  • Additional commits viewable in compare view

Updates clap from 4.5.30 to 4.5.48

Release notes

Sourced from clap's releases.

v4.5.48

[4.5.48] - 2025-09-19

Documentation

  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry

v4.5.47

[4.5.47] - 2025-09-02

Features

  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible

Fixes

  • (derive) Update runtime error text to match clap

v4.5.46

[4.5.46] - 2025-08-26

Features

  • Expose StyledStr::push_str

v4.5.45

[4.5.45] - 2025-08-12

Fixes

  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help

v4.5.44

[4.5.44] - 2025-08-11

Features

  • Add Command::mut_subcommands

v4.5.43

[4.5.43] - 2025-08-06

Fixes

  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look

... (truncated)

Changelog

Sourced from clap's changelog.

[4.5.48] - 2025-09-19

Documentation

  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry

[4.5.47] - 2025-09-02

Features

  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible

Fixes

  • (derive) Update runtime error text to match clap

[4.5.46] - 2025-08-26

Features

  • Expose StyledStr::push_str

[4.5.45] - 2025-08-12

Fixes

  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help

[4.5.44] - 2025-08-11

Features

  • Add Command::mut_subcommands

[4.5.43] - 2025-08-06

Fixes

  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look

[4.5.42] - 2025-07-30

Fixes

  • Include subcommand visible long aliases in --help

... (truncated)

Commits
  • c3a1ddc chore: Release
  • 4460ff4 docs: Update changelog
  • 54947a1 Merge pull request #5981 from mernen/fix-bash-clap-complete-space
  • fd3f6d2 fix(complete): Restore nospace in bash
  • 2f6a108 test(complete): Demonstrate current behavior
  • f88be57 style: Ensure consistent newlines
  • f209bce chore: Release
  • f33ff7f docs: Update changelog
  • bf06e6f Merge pull request #5974 from kryvashek/support-clearing-args-matches
  • 5d357ad feat(parser): Added ArgMatches::try_clear_id()
  • Additional commits viewable in compare view

Updates const_format from 0.2.34 to 0.2.35

Changelog

Sourced from const_format's changelog.

0.2.35

Breaking change: bumped Minimum Supported Rust Version to Rust 1.60. This change is motivated by quote increasing its MSRV to 1.60.

Commits

Updates zip from 2.2.2 to 5.1.1

Release notes

Sourced from zip's releases.

v5.1.1

🐛 Bug Fixes

  • panic when reading empty extended-timestamp field (#404) (#422)
  • Restore original file timestamp when unzipping with chrono (#46)

⚙️ Miscellaneous Tasks

  • Configure Amazon Q rules (#421)

v5.1.0

🚀 Features

  • Add legacy shrink/reduce/implode compression (#303)

v5.0.1

🐛 Bug Fixes

  • AES metadata was not copied correctly in raw copy methods, which could corrupt the copied file. (#417)

v5.0.0

🚀 Features

  • Implement by_path*() methods on ZipArchive (#382)

v4.6.1

🐛 Bug Fixes

  • Fixes an issue introduced by the swap from lzma-rs to liblzma (#407)

v4.6.0

🚀 Features

  • Allow to read zip files with unsupported extended timestamps (#400)

🐛 Bug Fixes

  • enable clamp_opt for ppmd and xz (#401)

v4.5.0

🚀 Features

  • Allow reading ZIP files where the central directory comes before the files (#384) (#396)

v4.4.0

🚀 Features

  • Add lzma-static and xz-static features that enable liblzma/static (#393)

⚙️ Miscellaneous Tasks

... (truncated)

Changelog

Sourced from zip's changelog.

5.1.1 - 2025-09-11

🐛 Bug Fixes

  • panic when reading empty extended-timestamp field (#404) (#422)
  • Restore original file timestamp when unzipping with chrono (#46)

⚙️ Miscellaneous Tasks

  • Configure Amazon Q rules (#421)

5.1.0 - 2025-09-10

🚀 Features

  • Add legacy shrink/reduce/implode compression (#303)

5.0.1 - 2025-09-09

🐛 Bug Fixes

  • AES metadata was not copied correctly in raw copy methods, which could corrupt the copied file. (#417)

5.0.0 - 2025-09-05

🚀 Features

  • Implement by_path*() methods on ZipArchive (#382)

4.6.1 - 2025-09-03

🐛 Bug Fixes

  • Fixes an issue introduced by the swap from lzma-rs to liblzma (#407)

4.6.0 - 2025-08-30

🚀 Features

  • Allow to read zip files with unsupported extended timestamps (#400)

🐛 Bug Fixes

  • enable clamp_opt for ppmd and xz (#401)

4.5.0 - 2025-08-21

🚀 Features

  • Allow reading ZIP files where the central directory comes before the files (#384) (#396)

... (truncated)

Commits

Updates log from 0.4.26 to 0.4.28

Release notes

Sourced from log's releases.

0.4.28

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/log/compare/0.4.27...0.4.28

0.4.27

What's Changed

Full Changelog: https://github.com/rust-lang/log/compare/0.4.26...0.4.27

Changelog

Sourced from log's changelog.

[0.4.28] - 2025-09-02

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/log/compare/0.4.27...0.4.28

Notable Changes

[0.4.27] - 2025-03-24

What's Changed

Full Changelog: https://github.com/rust-lang/log/compare/0.4.26...0.4.27

Commits
  • 6e17355 Merge pull request #695 from rust-lang/cargo/0.4.28
  • 57719db focus on user-facing source changes in the changelog
  • e0630c6 prepare for 0.4.28 release
  • 60829b1 Merge pull request #692 from nebkor/up-and-down
  • 95d44f8 change names of log-level-changing methods to be more descriptive
  • 2b63dfa Add up() and down() methods for Level and LevelFilter
  • 3aa1359 Merge pull request #690 from HaoliangXu/master
  • 1091f2c Chore:delete compare_exchange method for AtomicUsize on platforms
  • 24c5f44 Merge pull request #688 from ZylosLumen/patch-1
  • 4498495 Unhide #[derive(Debug)] in example
  • Additional commits viewable in compare view

Updates env_logger from 0.11.6 to 0.11.8

Release notes

Sourced from env_logger's releases.

v0.11.8

[0.11.8] - 2025-04-01

Compatibility

  • (kv) Deprecate the unstable-kv feature which may be removed in a future patch release

Features

  • (kv) Stabilize key-value support behind the kv feature
  • Expose ConfigurableFormat to build custom [Builder::format]s that leverage this

v0.11.7

[0.11.7] - 2025-03-10

Internal

  • Replaced humantime with jiff
Changelog

Sourced from env_logger's changelog.

[0.11.8] - 2025-04-01

Compatibility

  • (kv) Deprecate the unstable-kv feature which may be removed in a future patch release

Features

  • (kv) Stabilize key-value support behind the kv feature
  • Expose ConfigurableFormat to build custom [Builder::format]s that leverage this

[0.11.7] - 2025-03-10

Internal

  • Replaced humantime with jiff
Commits
  • f0443b2 chore: Release
  • d8b5e1e docs: Update changelog
  • 3ca671f Merge pull request #360 from epage/format
  • bc02d61 feat(fmt): Expose ConfigurableFormat
  • c567fde refactor(fmt): Pull out format logic
  • ce25c73 refactor(fmt): Make DefaultFormats name more specific
  • 739ebb1 refactor(fmt): Pull out logger's builder methods
  • 3acb571 refactor(fmt): Delegate formatting to DefaultFormat
  • e351bcb refactor(fmt): Reduce duplication in DefaultFormatWriter
  • 3c9e6ff Merge pull request #359 from epage/kv
  • Additional commits viewable in compare view

Updates serde_json from 1.0.139 to 1.0.145

Release notes

Sourced from serde_json's releases.

v1.0.145

  • Raise serde version requirement to >=1.0.220

v1.0.144

  • Switch serde dependency to serde_core (#1285)

v1.0.143

v1.0.142

v1.0.141

v1.0.140

  • Documentation improvements
Commits
  • efa66e3 Release 1.0.145
  • 23679e2 Add serde version constraint
  • fc27baf Release 1.0.144
  • caef3c6 Ignore uninlined_format_args pedantic clippy lint
  • 81ba3aa Merge pull request #1285 from dtolnay/serdecore
  • d21e8ce Switch serde dependency to serde_core
  • 6beb6cd Merge pull request #1286 from dtolnay/up
  • 1dbc803 Raise required compiler to Rust 1.61
  • 0bf5d87 Enforce trybuild >= 1.0.108
  • d12e943 Update actions/checkout@v4 -> v5
  • Additional commits viewable in compare view

Updates libc from 0.2.170 to 0.2.176

Release notes

Sourced from libc's releases.

0.2.176

Support

  • The default FreeBSD version has been raised from 11 to 12. This matches rustc since 1.78. (#2406)
  • Debug is now always implemented, rather than being gated behind the extra_traits feature. (#4624)

Added

  • AIX: Restore some non-POSIX functions guarded by the _KERNEL macro. (#4607)
  • FreeBSD 14: Add st_fileref to struct stat (#4642)
  • Haiku: Add the accept4 POSIX call (#4586)
  • Introduce a wrapper for representing padding (#4632)
  • Linux: Add EM_RISCV (#4659)
  • Linux: Add MS_NOSYMFOLLOW (#4389)
  • Linux: Add backtrace_symbols(_fd) (#4668)
  • Linux: Add missing SOL_PACKET optnames (#4669)
  • Musl s390x: Add SYS_mseal (#4549)
  • NuttX: Add __errno (#4687)
  • Redox: Add dirfd, VDISABLE, and resource consts (#4660)
  • Redox: Add more resource.h, fcntl.h constants (#4666)
  • Redox: Enable strftime and mkostemp[s] (#4629)
  • Unix, Windows: Add qsort_r (Unix), and qsort(_s) (Windows) (#4677)
  • Unix: Add dlvsym for Linux-gnu, FreeBSD, and NetBSD (#4671)
  • Unix: Add sigqueue (#4620)

Changed

  • FreeBSD 15: Mark kinfo_proc as non-exhaustive (#4553)
  • FreeBSD: Set the ELF symbol version for readdir_r (#4694)
  • Linux: Correct the config for whether or not epoll_event is packed (#4639)
  • Tests: Replace the old ctest with the much more reliable new implementation (#4655 and many related PRs)

Fixed

  • AIX: Fix the type of the 4th arguement of getgrnam_r ([#4656](rust-lang/libc#4656
  • FreeBSD: Limit P_IDLEPROC to FreeBSD 15 (#4640)
  • FreeBSD: Limit mcontext_t::mc_tlsbase to FreeBSD 15 (#4640)
  • FreeBSD: Update gating of mcontext_t.mc_tlsbase (#4703)
  • Musl s390x: Correct the definition of statfs[64] (#4549)
  • Musl s390x: Make fpreg_t a union (#4549)
  • Redox: Fix the types of gid_t and uid_t (#4689)
  • Redox: Fix the value of MAP_FIXED (#4684)

Deprecated

  • Apple: Correct the deprecated attribute for iconv (a97a0b53)
  • FreeBSD: Deprecate TIOCMGDTRWAIT and TIOCMSDTRWAIT (#4685)

Removed

... (truncated)

Changelog

Sourced from libc's changelog.

0.2.176 - 2025-09-23

Support

  • The default FreeBSD version has been raised from 11 to 12. This matches rustc since 1.78. (#2406)
  • Debug is now always implemented, rather than being gated behind the extra_traits feature. (#4624)

Added

  • AIX: Restore some non-POSIX functions guarded by the _KERNEL macro. (#4607)
  • FreeBSD 14: Add st_fileref to struct stat (#4642)
  • Haiku: Add the accept4 POSIX call (#4586)
  • Introduce a wrapper for representing padding (#4632)
  • Linux: Add EM_RISCV (#4659)
  • Linux: Add MS_NOSYMFOLLOW (#4389)
  • Linux: Add backtrace_symbols(_fd) (#4668)
  • Linux: Add missing SOL_PACKET optnames (#4669)
  • Musl s390x: Add SYS_mseal (#4549)
  • NuttX: Add __errno (#4687)
  • Redox: Add dirfd, VDISABLE, and resource consts (#4660)
  • Redox: Add more resource.h, fcntl.h constants (#4666)
  • Redox: Enable strftime and mkostemp[s] (#4629)
  • Unix, Windows: Add qsort_r (Unix), and qsort(_s) (Windows) (#4677)
  • Unix: Add dlvsym for Linux-gnu, FreeBSD, and NetBSD (#4671)
  • Unix: Add sigqueue (#4620)

Changed

  • FreeBSD 15: Mark kinfo_proc as non-exhaustive (#4553)
  • FreeBSD: Set the ELF symbol version for readdir_r (#4694)
  • Linux: Correct the config for whether or not epoll_event is packed (#4639)
  • Tests: Replace the old ctest with the much more reliable new implementation (#4655 and many related PRs)

Fixed

  • AIX: Fix the type of the 4th arguement of getgrnam_r ([#4656](rust-lang/libc#4656
  • FreeBSD: Limit P_IDLEPROC to FreeBSD 15 (#4640)
  • FreeBSD: Limit mcontext_t::mc_tlsbase to FreeBSD 15 (#4640)
  • FreeBSD: Update gating of mcontext_t.mc_tlsbase (#4703)
  • Musl s390x: Correct the definition of statfs[64] (#4549)
  • Musl s390x: Make fpreg_t a union (#4549)
  • Redox: Fix the types of gid_t and uid_t (#4689)
  • Redox: Fix the value of MAP_FIXED (#4684)

Deprecated

  • Apple: Correct the deprecated attribute for iconv (a97a0b53)
  • FreeBSD: Deprecate TIOCMGDTRWAIT and TIOCMSDTRWAIT (#4685)

Removed

... (truncated)

Commits
  • 15e1389 chore: Release libc 0.2.176
  • 6ca5571 Warn on missing debug implementations
  • e653c54 cleanup: Remove the const_fn! macro
  • e447441 cleanup: Simplify the syntax of f! and similar macros
  • 776a614 cleanup: Use target_vendor = "apple"
  • d32f60d doc: Remove an unneeded link to the old ctest repo
  • 8c8584b Resolve a ctest FIXME regarding use of size_of in array lengths
  • 09c8436 Remove the libc_ctest feature
  • fd3ffe4 Remove libc_const_extern_fn
  • 9b77a49 Add a note about why Padding requires T: Copy
  • Additional commits viewable in compare view

Updates is_executable from 1.0.4 to 1.0.5

Commits

Updates rust-embed from 8.5.0 to 8.7.2

Updates which from 7.0.2 to 8.0.0

Release notes

Sourced from which's releases.

8.0.0

What's Changed

  • Add new Sys trait to allow abstracting over the underlying filesystem. Particularly useful for wasm32-unknown-unknown targets. Thanks @​dsherret for this contribution to which!
  • Add more debug level tracing for otherwise silent I/O errors.
  • Call the NonFatalHandler in more places to catch previously ignored I/O errors.
  • Remove use of the either dependency.

New Contributors

7.0.3

  • Update rustix to version 1.0. Congrats to rustix on this milestone, and thanks @​mhils for this contribution to which!
Changelog

Sourced from which's changelog.

8.0.0

  • Add new Sys trait to allow abstracting over the underlying filesystem. Particularly useful for wasm32-unknown-unknown targets. Thanks @​dsherret for this contribution to which!
  • Add more debug level tracing for otherwise silent I/O errors.
  • Call the NonFatalHandler in more places to catch previously ignored I/O errors.
  • Remove use of the either dependency.

7.0.3

  • Update rustix to version 1.0. Congrats to rustix on this milestone, and thanks @​mhils for this contribution to which!
Commits
  • adac2cd bump version, update changelog
  • 84e152e reduce sys::Sys requirements, add some tracing for otherwise silent errors (#...
  • a0a6daf feat: add Sys trait for swapping out system (#109)
  • eef1998 Add actively maintained badge
  • 1d145de release version 7.0.3
  • f5e5292 fix unrelated lint error
  • 4dcefa6 bump rustix
  • See full diff in compare view

Updates getopts from 0.2.21 to 0.2.24

Release notes

Sourced from getopts's releases.

v0.2.24

Other

  • Make unicode-width an optional default dependency (#133)

v0.2.23

Other

  • Add caching
  • Remove redundant configuration from Cargo.toml
  • Bump unicode-width to 0.2.0
  • Update the MSRV to 1.66 and edition to 2021

v0.2.22

Other

  • Add a check for formatting, apply cargo fmt
  • Add a release job
  • Document and start testing the MSRV
  • Test on more platforms, deny warnings
  • Eliminate html_root_url
  • Update version number in html_root_url
  • Use SPDX license format
  • Fix compiler warning in documentation example
  • Merge pull request #100 from zdenek-crha/parse_args_end_position
  • Merge pull request #103 from zdenek-crha/better_usage_examples
  • Add usage examples for methods that add option config
  • Update outdated top level documentation
  • Add triagebot configuration
  • remove deprecated Error::description
  • Update documentation of opt_present() and other functions that might panic
  • Updated tests for opts_str() and opts_str_first() to check order of processing
  • Add opts_present_any() and opts_str_first() interface functions
  • Parse options without names vector
Changelog

Sourced from getopts's changelog.

0.2.24 - 2025-08-29

Other

  • Make unicode-width an optional default dependency (#133)

0.2.23 - 2025-06-09

Other

  • Add caching
  • Remove redundant configuration from Cargo.toml
  • Bump unicode-width to 0.2.0
  • Update the MSRV to 1.66 and edition to 2021

0.2.22 - 2025-06-05

Other

  • Add a check for formatting, apply cargo fmt
  • Add a release job
  • Document and start testing the MSRV
  • Test on more platforms, deny warnings
  • Eliminate html_root_url
  • Update version number in html_root_url
  • Use SPDX license format
  • Fix compiler warning in documentation example
  • Merge pull request #100 from zdenek-crha/parse_args_end_position
  • Merge pull request #103 from zdenek-crha/better_usage_examples
  • Add usage examples for methods that add option config
  • Update outdated top level documentation
  • Add triagebot configuration
  • remove deprecated Error::description
  • Update documentation of opt_present() and other functions that might panic
  • Updated tests for opts_str() and opts_str_first() to check order of processing
  • Add opts_present_any() and opts_str_first() interface functions
  • Parse options without names vector
Commits
  • 4084692 chore: release v0.2.24 (#134)
  • 03ce599 Make unicode-width an optional default dependency (#133)
  • 57b183a chore: release v0.2.23
  • 5ba47f9 ci: Add caching
  • 3b5adcd Remove redundant configuration from Cargo.toml
  • 2f7a9c4 Bump unicode-width to 0.2.0
  • a61cffb Update the MSRV to 1.66 and edition to 2021
  • 3caf9d0 chore: release v0.2.22
  • 2ab5da1 ci: Add a check for formatting, apply cargo fmt
  • d83ae23 ci: Add a release job
  • Additional commits viewable in compare view

Updates sha256 from 1.5.0 to 1.6.0

Release notes

Sourced from sha256's releases.

v1.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/baoyachi/sha256-rs/compare/1.5.0...v1.6.0

Commits
Package Dependencies
Ecosystem:
cargo
Version Change:
4.5.30 → 4.5.48
Update Type:
Patch
Package:
anstyle
Ecosystem:
cargo
Version Change:
1.0.10 → 1.0.13
Update Type:
Patch
Ecosystem:
cargo
Version Change:
3.0.7 → 3.0.10
Update Type:
Patch
Ecosystem:
cargo
Version Change:
0.2.6 → 0.2.7
Update Type:
Patch
Package:
anstream
Ecosystem:
cargo
Version Change:
0.6.18 → 0.6.21
Update Type:
Patch
Package:
tokio
Ecosystem:
cargo
Version Change:
1.43.0 → 1.47.1
Update Type:
Minor
Ecosystem:
cargo
Version Change:
1.1.2 → 1.1.4
Update Type:
Patch
Package:
colorchoice
Ecosystem:
cargo
Version Change:
1.0.3 → 1.0.4
Update Type:
Patch
Ecosystem:
cargo
Version Change:
0.5.14 → 0.5.15
Update Type:
Patch
Package:
bumpalo
Ecosystem:
cargo
Version Change:
3.17.0 → 3.19.0
Update Type:
Minor
Package:
which
Ecosystem:
cargo
Version Change:
7.0.2 → 8.0.0
Update Type:
Major
Package:
tempfile
Ecosystem:
cargo
Version Change:
3.17.1 → 3.23.0
Update Type:
Minor
Package:
cc
Ecosystem:
cargo
Version Change:
1.2.15 → 1.2.40
Update Type:
Patch
Package:
env_logger
Ecosystem:
cargo
Version Change:
0.11.6 → 0.11.8
Update Type:
Patch
Package:
zip
Ecosystem:
cargo
Version Change:
2.2.2 → 5.1.1
Update Type:
Major
Package:
anyhow
Ecosystem:
cargo
Version Change:
1.0.96 → 1.0.100
Update Type:
Patch
Package:
flate2
Ecosystem:
cargo
Version Change:
1.0.35 → 1.1.4
Update Type:
Minor
Package:
backtrace
Ecosystem:
cargo
Version Change:
0.3.74 → 0.3.76
Update Type:
Patch
Package:
chrono
Ecosystem:
cargo
Version Change:
0.4.39 → 0.4.42
Update Type:
Patch
Package:
rustversion
Ecosystem:
cargo
Version Change:
1.0.19 → 1.0.22
Update Type:
Patch
Package:
sha2
Ecosystem:
cargo
Version Change:
0.10.8 → 0.10.9
Update Type:
Patch
Package:
log
Ecosystem:
cargo
Version Change:
0.4.26 → 0.4.28
Update Type:
Patch
Package:
serde_json
Ecosystem:
cargo
Version Change:
1.0.139 → 1.0.145
Update Type:
Patch
Package:
libc
Ecosystem:
cargo
Version Change:
0.2.170 → 0.2.176
Update Type:
Patch
Package:
sha256
Ecosystem:
cargo
Version Change:
1.5.0 → 1.6.0
Update Type:
Minor
Ecosystem:
cargo
Version Change:
0.14.1 → 0.15.1
Update Type:
Minor
Package:
async-trait
Ecosystem:
cargo
Version Change:
0.1.86 → 0.1.89
Update Type:
Patch
Package:
bytes
Ecosystem:
cargo
Version Change:
1.10.0 → 1.10.1
Update Type:
Patch
Package:
crc
Ecosystem:
cargo
Version Change:
3.2.1 → 3.3.0
Update Type:
Minor
Package:
either
Ecosystem:
cargo
Version Change:
1.14.0 → 1.15.0
Update Type:
Minor
Ecosystem:
cargo
Version Change:
0.1.61 → 0.1.64
Update Type:
Patch
Package:
indexmap
Ecosystem:
cargo
Version Change:
2.7.1 → 2.11.4
Update Type:
Minor
Package:
itoa
Ecosystem:
cargo
Version Change:
1.0.14 → 1.0.15
Update Type:
Patch
Package:
libm
Ecosystem:
cargo
Version Change:
0.2.11 → 0.2.15
Update Type:
Patch
Package:
miniz_oxide
Ecosystem:
cargo
Version Change:
0.8.5 → 0.8.9
Update Type:
Patch
Package:
once_cell
Ecosystem:
cargo
Version Change:
1.20.3 → 1.21.3
Update Type:
Minor
Package:
ryu
Ecosystem:
cargo
Version Change:
1.0.19 → 1.0.20
Update Type:
Patch
Package:
time
Ecosystem:
cargo
Version Change:
0.3.37 → 0.3.44
Update Type:
Patch
Package:
typenum
Ecosystem:
cargo
Version Change:
1.18.0 → 1.19.0
Update Type:
Minor
Ecosystem:
cargo
Version Change:
1.0.17 → 1.0.19
Update Type:
Patch
Package:
zopfli
Ecosystem:
cargo
Version Change:
0.8.1 → 0.8.2
Update Type:
Patch
Package:
ahash
Ecosystem:
cargo
Version Change:
0.8.11 → 0.8.12
Update Type:
Patch
Package:
getrandom
Ecosystem:
cargo
Version Change:
0.3.1 → 0.3.3
Update Type:
Patch
Package:
rust-embed
Ecosystem:
cargo
Version Change:
8.5.0 → 8.7.2
Update Type:
Minor
Package:
fs4
Ecosystem:
cargo
Version Change:
0.13.0 → 0.13.1
Update Type:
Patch
Ecosystem:
cargo
Version Change:
0.2.34 → 0.2.35
Update Type:
Patch
Package:
procfs
Ecosystem:
cargo
Version Change:
0.17.0 → 0.18.0
Update Type:
Minor
Package:
rayon
Ecosystem:
cargo
Version Change:
1.10.0 → 1.11.0
Update Type:
Minor
Package:
memchr
Ecosystem:
cargo
Version Change:
2.7.4 → 2.7.6
Update Type:
Patch
Package:
arbitrary
Ecosystem:
cargo
Version Change:
1.4.1 → 1.4.2
Update Type:
Patch
Package:
getopts
Ecosystem:
cargo
Version Change:
0.2.21 → 0.2.24
Update Type:
Patch
Package:
clap_lex
Ecosystem:
cargo
Version Change:
0.7.4 → 0.7.5
Update Type:
Patch
Package:
adler2
Ecosystem:
cargo
Version Change:
2.0.0 → 2.0.1
Update Type:
Patch
Ecosystem:
cargo
Version Change:
0.1.24 → 0.1.26
Update Type:
Patch
Package:
autocfg
Ecosystem:
cargo
Version Change:
1.4.0 → 1.5.0
Update Type:
Minor
Package:
crc32fast
Ecosystem:
cargo
Version Change:
1.4.2 → 1.5.0
Update Type:
Minor
Ecosystem:
cargo
Version Change:
1.4.1 → 1.4.2
Update Type:
Patch
Package:
winapi-util
Ecosystem:
cargo
Version Change:
0.1.9 → 0.1.11
Update Type:
Patch
Ecosystem:
cargo
Version Change:
1.0.4 → 1.0.5
Update Type:
Patch
Package:
dary_heap
Ecosystem:
cargo
Version Change:
0.3.7 → 0.3.8
Update Type:
Patch
Package:
regex-lite
Ecosystem:
cargo
Version Change:
0.1.6 → 0.1.7
Update Type:
Patch
Ecosystem:
cargo
Version Change:
0.3.0 → 0.3.1
Update Type:
Patch
Package:
deflate64
Ecosystem:
cargo
Version Change:
0.1.9 → 0.1.10
Update Type:
Patch
Technical Details
ID: 9660304
UUID: 2891026890
Node ID: PR_kwDOPTkn6s6sUZHK
Host: GitHub
Repository: xhgg606/https-github.com-Winkmoon-KernelSU
Merge State: Unknown