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

build(deps): bump the crates group in /userspace/ksud with 68 updates

Closed
Number: #4
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: July 27, 2025 at 12:51 PM UTC
(10 months ago)
Updated: August 13, 2025 at 05:12 PM UTC
(10 months ago)
Closed: August 13, 2025 at 05:12 PM UTC
(10 months ago)
Time to Close: 17 days
Labels:
dependencies rust
Description:

Bumps the crates group in /userspace/ksud with 68 updates:

Package From To
anyhow 1.0.96 1.0.98
clap 4.5.30 4.5.41
zip 2.2.2 4.3.0
log 0.4.26 0.4.27
env_logger 0.11.6 0.11.8
serde_json 1.0.139 1.0.141
libc 0.2.170 0.2.174
rust-embed 8.5.0 8.7.2
which 7.0.2 8.0.0
getopts 0.2.21 0.2.23
sha256 1.5.0 1.6.0
tempfile 3.17.1 3.20.0
chrono 0.4.39 0.4.41
fs4 0.13.0 0.13.1
android_logger 0.14.1 0.15.1
adler2 2.0.0 2.0.1
ahash 0.8.11 0.8.12
android_log-sys 0.3.1 0.3.2
anstream 0.6.18 0.6.19
anstyle 1.0.10 1.0.11
anstyle-parse 0.2.6 0.2.7
anstyle-query 1.1.2 1.1.3
anstyle-wincon 3.0.7 3.0.9
async-trait 0.1.86 0.1.88
autocfg 1.4.0 1.5.0
backtrace 0.3.74 0.3.75
bumpalo 3.17.0 3.19.0
bytes 1.10.0 1.10.1
cc 1.2.15 1.2.30
clap_builder 4.5.30 4.5.41
clap_derive 4.5.28 4.5.41
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
either 1.14.0 1.15.0
flate2 1.0.35 1.1.2
getrandom 0.3.1 0.3.3
iana-time-zone 0.1.61 0.1.63
indexmap 2.7.1 2.10.0
itoa 1.0.14 1.0.15
libm 0.2.11 0.2.15
memchr 2.7.4 2.7.5
miniz_oxide 0.8.5 0.8.9
once_cell 1.20.3 1.21.3
proc-macro2 1.0.93 1.0.95
quote 1.0.38 1.0.40
rust-embed-impl 8.5.0 8.7.2
rust-embed-utils 8.5.0 8.7.2
rustc-demangle 0.1.24 0.1.25
rustversion 1.0.19 1.0.21
ryu 1.0.19 1.0.20
serde 1.0.218 1.0.219
serde_derive 1.0.218 1.0.219
sha2 0.10.8 0.10.9
syn 2.0.98 2.0.104
time 0.3.37 0.3.41
time-core 0.1.2 0.1.4
tokio 1.43.0 1.47.0
unicode-ident 1.0.17 1.0.18
unicode-width 0.1.14 0.2.1
wasi 0.13.3+wasi-0.2.2 0.11.1+wasi-snapshot-preview1
windows-core 0.52.0 0.61.2
wit-bindgen-rt 0.33.0 0.39.0
zerocopy 0.7.35 0.8.26
zerocopy-derive 0.7.35 0.8.26
zopfli 0.8.1 0.8.2

Updates anyhow from 1.0.96 to 1.0.98

Release notes

Sourced from anyhow's releases.

1.0.98

1.0.97

  • Documentation improvements
Commits
  • 709fe86 Release 1.0.98
  • cbc1ad2 Merge pull request #415 from dtolnay/intodyn
  • e1a2017 Add 2 different conversions to Box<dyn Error + Send + Sync + 'static>
  • 29f2edd Merge pull request #416 from dtolnay/oldnostd
  • 2244db8 Omit unused object_boxed from vtable in old no-std rustc
  • 213a9c2 Merge pull request #414 from dtolnay/nightly
  • 02aa6b6 Make all nightly go through the module that was probed
  • bfb89ef Release 1.0.97
  • c7fca9b Ignore elidable_lifetime_names pedantic clippy lint
  • 427c0bb Point standard library links to stable
  • See full diff in compare view

Updates clap from 4.5.30 to 4.5.41

Release notes

Sourced from clap's releases.

v4.5.39

[4.5.39] - 2025-05-27

Fixes

  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists

v4.5.38

[4.5.38] - 2025-05-11

Fixes

  • (help) When showing aliases, include leading -- or -

v4.5.37

[4.5.37] - 2025-04-18

Features

  • Added ArgMatches::try_clear_id()

v4.5.36

[4.5.36] - 2025-04-11

Fixes

  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now

v4.5.35

[4.5.35] - 2025-04-01

Fixes

  • (help) Align positionals and flags when put in the same help_heading
  • (help) Don't leave space for shorts if there are none

v4.5.34

[4.5.34] - 2025-03-27

Fixes

  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

v4.5.33

[4.5.33] - 2025-03-26

Fixes

  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group

... (truncated)

Changelog

Sourced from clap's changelog.

[4.5.41] - 2025-07-09

Features

  • Add Styles::context and Styles::context_value to customize the styling of [default: value] like notes in the --help

[4.5.40] - 2025-06-09

Features

  • Support quoted ids in arg!() macro (e.g. arg!("check-config": ...))

[4.5.39] - 2025-05-27

Fixes

  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists

[4.5.38] - 2025-05-11

Fixes

  • (help) When showing aliases, include leading -- or -

[4.5.37] - 2025-04-18

Features

  • Added ArgMatches::try_clear_id()

[4.5.36] - 2025-04-11

Fixes

  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now

[4.5.35] - 2025-04-01

Fixes

  • (help) Align positionals and flags when put in the same help_heading
  • (help) Don't leave space for shorts if there are none

[4.5.34] - 2025-03-27

Fixes

  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

... (truncated)

Commits
  • 92fcd83 chore: Release
  • aca91b9 docs: Update changelog
  • 8434510 Merge pull request #5869 from tw4452852/patch-1
  • 33b1fc3 fix(complete): Fix env leakage in elvish dynamic completion
  • e5f1f48 chore: Release
  • 9466a55 docs: Update changelog
  • d74b793 Merge pull request #5865 from gifnksm/nushell-completion-value-types
  • ecbc775 fix(nu): Set argument type based on ValueHint
  • 6784054 Merge pull request #5857 from epage/empty
  • cca5f32 test(complete): Show empty option-value behavior
  • Additional commits viewable in compare view

Updates zip from 2.2.2 to 4.3.0

Release notes

Sourced from zip's releases.

v4.3.0

๐Ÿš€ Features

  • Add support for PPMd (#370)

v4.2.0

๐Ÿš€ Features

  • Write ZIP file to stream (#246)

v4.1.0

๐Ÿš€ Features

  • Add has_overlapping_files method

v4.0.0

๐Ÿ› Bug Fixes

  • Allow extraction of Zip64 where "Version needed to extract" is higher than "Version made by" (#356)

โš™๏ธ Miscellaneous Tasks

  • Revert nt-time upgrade (would increase MSRV)
  • Revert constant_time_eq update (would increase MSRV)
  • Update fully-qualified names of liblzma imports

v3.0.0

๐Ÿ› Bug Fixes

  • return correct offset in SeekableTake::seek (#342)
  • When only zopfli is available, decompression of deflate should not be possible (#348)
  • Specify flate2 dependency of the deflate-flate2 feature. (#345)

โš™๏ธ Miscellaneous Tasks

  • drop unused crossbeam-utils dependency (#339)
  • fix typo
  • remove deflate-flate2 dependency on specific backend
  • [breaking] Drop deprecated deflate-miniz feature flag (#351)

v2.6.1

๐Ÿ› Bug Fixes

  • avoid scanning through all local file headers while opening an archive (#281)

v2.6.0

๐Ÿš€ Features

  • Add support for time::PrimitiveDateTime (#322)
  • Add jiff integration (#323)

... (truncated)

Changelog

Sourced from zip's changelog.

4.3.0 - 2025-07-09

๐Ÿš€ Features

  • Add support for PPMd (#370)

4.2.0 - 2025-06-21

๐Ÿš€ Features

  • Write ZIP file to stream (#246)

4.1.0 - 2025-06-14

๐Ÿš€ Features

  • Add has_overlapping_files method

4.0.0 - 2025-05-21

๐Ÿ› Bug Fixes

  • Allow extraction of Zip64 where "Version needed to extract" is higher than "Version made by" (#356)

โš™๏ธ Miscellaneous Tasks

  • Revert nt-time upgrade (would increase MSRV)
  • Revert constant_time_eq update (would increase MSRV)
  • Update fully-qualified names of liblzma imports

3.0.0 - 2025-05-14

๐Ÿ› Bug Fixes

  • return correct offset in SeekableTake::seek (#342)
  • When only zopfli is available, decompression of deflate should not be possible (#348)
  • Specify flate2 dependency of the deflate-flate2 feature. (#345)

โš™๏ธ Miscellaneous Tasks

  • drop unused crossbeam-utils dependency (#339)
  • fix typo
  • remove deflate-flate2 dependency on specific backend
  • [breaking] Drop deprecated deflate-miniz feature flag (#351)

2.6.1 - 2025-04-03

๐Ÿ› Bug Fixes

  • avoid scanning through all local file headers while opening an archive (#281)

... (truncated)

Commits

Updates log from 0.4.26 to 0.4.27

Release notes

Sourced from log's releases.

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.27] - 2025-03-24

What's Changed

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

Commits
  • 35161d0 Merge pull request #674 from rust-lang/cargo/0.4.27
  • cc131ef prepare for 0.4.27 release
  • ea6f54d Merge pull request #673 from rust-lang/feat/logger-by-ref
  • d229c73 fix unclosed code block
  • 02486e4 fill in more tests for logger argument
  • 71e034f expand logger tests
  • dfa067e fix up kv passing
  • 39d4c3a run fmt
  • 7aacc8f pass global logger by value, supplied logger by ref
  • a438c6e Merge pull request #664 from tisonkun/logger-field
  • 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.141

Release notes

Sourced from serde_json's releases.

v1.0.141

v1.0.140

  • Documentation improvements
Commits
  • 6843c36 Release 1.0.141
  • 6e2c210 Touch up PR 1273
  • 623d9b4 Merge pull request #1273 from conradludgate/optimise-string-escaping
  • de70b7d use unreachable_unchecked for escape table. use a second match to roundtrip E...
  • f2d940d replace start index with bytes slice reference
  • cd55b5a Ignore mismatched_lifetime_syntaxes lint
  • c1826eb Pin nightly toolchain used for miri job
  • 8a56cfa Merge pull request #1248 from jimmycathy/master
  • af3d80d chore: fix typo
  • 7627834 Release 1.0.140
  • Additional commits viewable in compare view

Updates libc from 0.2.170 to 0.2.174

Release notes

Sourced from libc's releases.

0.2.174

Added

  • Linux: Make pidfd_info fields pub (#4487)

Fixed

  • Gnu x32: Add missing timespec.tv_nsec (#4497)
  • NuttX: Use nlink_t type for st_nlink in struct stat definition (#4483)

Other

  • Allow new unpredictable_function_pointer_comparisons lints (#4489)
  • OpenBSD: Fix some clippy warnings to use pointer::cast. (#4490)
  • Remove unessecary semicolons from definitions of CMSG_NXTHDR. (#4492)

0.2.173

Added

  • AIX: Add an AIX triple to Cargo.toml for doc (#4475)
  • FreeBSD: Add the SO_SPLICE socket option support for FreeBSD >= 14.2 (#4451)
  • Linux GNU: Prepare for supporting _TIME_BITS=64 (#4433)
  • Linux: Add constant PACKET_IGNORE_OUTGOING (#4319)
  • Linux: Add constants and types for nsfs ioctls (#4436)
  • Linux: Add constants for Memory-Deny-Write-Execute prctls (#4400)
  • Linux: Add constants from linux/cn_proc.h and linux/connector.h (#4434)
  • Linux: Add new flags for pwritev2 and preadv2 (#4452)
  • Linux: Add pid_type enum values (#4403)
  • Linux: Update pidfd constants and types (Linux 6.9-6.15) (#4402)
  • Loongarch64 musl: Define the MADV_SOFT_OFFLINE constant (#4448)
  • Musl: Add new fields since 1.2.0/1.2.2 to struct tcp_info (#4443)
  • Musl: Prepare for supporting v1.2.3 (#4443)
  • NuttX: Add arc4random and arc4random_buf (#4464)
  • RISC-V Musl: Add MADV_SOFT_OFFLINE definition (#4447)
  • Redox: Define SCM_RIGHTS (#4440)
  • VxWorks: Add missing UTIME defines and TASK_RENAME_LENGTH (#4407)
  • Windows: Add more time.h functions (#4427)

Changed

  • Redox: Update SA_ constants. (#4426)
  • Redox: make CMSG_ALIGN, CMSG_LEN, and CMSG_SPACE const functions (#4441)

Fixed

  • AIX: Enable libc-test and fix definitions/declarations. (#4450)
  • Emscripten: Fix querying emcc on windows (use emcc.bat) (#4248)
  • Hurd: Fix build from missing fpos_t (#4472)
  • Loongarch64 Musl: Fix the struct ipc_perm bindings (#4384)
  • Musl: Fix the O_LARGEFILE constant value. (#4443)

... (truncated)

Changelog

Sourced from libc's changelog.

0.2.174 - 2025-06-17

Added

  • Linux: Make pidfd_info fields pub (#4487)

Fixed

  • Gnu x32: Add missing timespec.tv_nsec (#4497)
  • NuttX: Use nlink_t type for st_nlink in struct stat definition (#4483)

Other

  • Allow new unpredictable_function_pointer_comparisons lints (#4489)
  • OpenBSD: Fix some clippy warnings to use pointer::cast. (#4490)
  • Remove unessecary semicolons from definitions of CMSG_NXTHDR. (#4492)

0.2.173 - 2025-06-09

Added

  • AIX: Add an AIX triple to Cargo.toml for doc (#4475)
  • FreeBSD: Add the SO_SPLICE socket option support for FreeBSD >= 14.2 (#4451)
  • Linux GNU: Prepare for supporting _TIME_BITS=64 (#4433)
  • Linux: Add constant PACKET_IGNORE_OUTGOING (#4319)
  • Linux: Add constants and types for nsfs ioctls (#4436)
  • Linux: Add constants for Memory-Deny-Write-Execute prctls (#4400)
  • Linux: Add constants from linux/cn_proc.h and linux/connector.h (#4434)
  • Linux: Add new flags for pwritev2 and preadv2 (#4452)
  • Linux: Add pid_type enum values (#4403)
  • Linux: Update pidfd constants and types (Linux 6.9-6.15) (#4402)
  • Loongarch64 musl: Define the MADV_SOFT_OFFLINE constant (#4448)
  • Musl: Add new fields since 1.2.0/1.2.2 to struct tcp_info (#4443)
  • Musl: Prepare for supporting v1.2.3 (#4443)
  • NuttX: Add arc4random and arc4random_buf (#4464)
  • RISC-V Musl: Add MADV_SOFT_OFFLINE definition (#4447)
  • Redox: Define SCM_RIGHTS (#4440)
  • VxWorks: Add missing UTIME defines and TASK_RENAME_LENGTH (#4407)
  • Windows: Add more time.h functions (#4427)

Changed

  • Redox: Update SA_ constants. (#4426)
  • Redox: make CMSG_ALIGN, CMSG_LEN, and CMSG_SPACE const functions (#4441)

Fixed

  • AIX: Enable libc-test and fix definitions/declarations. (#4450)
  • Emscripten: Fix querying emcc on windows (use emcc.bat) (#4248)

... (truncated)

Commits
  • ea6f07f Merge pull request #4500 from tgross35/release
  • ce31fda chore: release libc 0.2.174
  • 296b580 Merge pull request #4499 from tgross35/backport-hungarian-wax
  • 264a539 Add missing timespec.tv_nsec for gnux32
  • 7d92568 fix: use nlink_t type for st_nlink in struct stat definition for NuttX
  • 790180b Remove unessecary semicolons from definitions of CMSG_NXTHDR.
  • 1e99d50 make pidfd_info fields pub
  • c08c507 openbsd: Fix some clippy warnings to use pointer::cast.
  • 5134058 Allow new unpredictable_function_pointer_comparisons lints
  • 9288ec0 Merge pull request #4486 from tgross35/fix-no-publish
  • Additional commits viewable in compare view

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.23

Release notes

Sourced from getopts's releases.

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.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
  • 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
  • e289e35 Document and start testing the MSRV
  • 4f6d84e ci: Test on more platforms, deny warnings
  • 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

Updates tempfile from 3.17.1 to 3.20.0

Changelog

Sourced from tempfile's changelog.

3.20.0

This release mostly unifies the behavior/capabilities around "keeping" temporary files:

  • Rename Builder::keep(bool) (via deprecation) to Builder::disable_cleanup(bool) to make it clear that behaves differently from NamedTempFile::keep(). The former disables automatic cleanup while the latter consumes the NamedTempFile object entirely and unsets the "temporary file" attribute (on Windows).
  • Rename TempDir::into_path (via deprecation) to TempDir::keep to mirror NamedTempFile::keep.
  • Add TempDir::disable_cleanup, NamedTempFile::disable_cleanup, and TempPath::disable_cleanup making it possible to disable automatic cleanup in-place after creating a temporary file/directory (equivalent to calling Builder::disable_cleanup before creating the file/directory).

Additionally, it adds a few spooled temporary file features:

  • Add SpooledTempFile::into_file for turning a SpooledTempFile into a regular unnamed temporary file, writing it to the backing storage ("rolling" it) if it was still stored in-memory.
  • Add spooled_tempfile_in and SpooledTempFile::new_in methods for creating spooled temporary files in a specific directory. This makes it possible to choose the backing device for your spooled temporary file which is rather important on Linux where the default temporary directory is likely backed by memory (defeating the entire point of having a spooled temporary file).

Finally, this release improves documentation, especially the top-level documentation explaining which temporary file type to use.

BREAKING for those with deny(warnings):

  • Builder::keep deprecated in favor of Builder::disable_cleanup.
  • TempDir::into_path is deprecated in favor of TempDir::keep.

BREAKING:

3.19.1

  • Don't unlink temporary files immediately on Windows (fixes #339). Unfortunately, this seemed to corrupt the file object (possibly a Windows kernel bug) in rare cases and isn't strictly speaking necessary.

3.19.0

  • Remove direct dependency on cfg-if. It's still in the tree, but we didn't really need to use it in this crate.
  • Add an unstable feature (unstable-windows-keep-open-tempfile) to test a potential fix to #339.

3.18.0

  • Update rustix to 1.0.0.
  • Make NamedTempFile::persist_noclobber atomic on Apple operating systems. It's now atomic on MacOS, Windows, and Linux (depending on the OS version and filesystem used).
Commits
  • 99ffea6 chore: release v3.20.0 (#358)
  • bd2b267 feat: make it possible to disable cleanup in-place after creation (#355)
  • 3b30099 ci: really check docs for warnings (#357)
  • f701f52 ci: check docs (#356)
  • d34afe9 doc: improve SpooledData documentation
  • 6deb42e doc: make it easier to pick the correct tempfile constructor/type
  • e284782 feat: allow creating spooled temporary files in a specific directory (#353)
  • 07edc31 feat: implement SpooledTempFile::into_file (#352)
  • b122355 fix: add must_use attribute to TempDir::keep (#351)
  • cbd1e97 feat: rename TempDir::into_path to TempDir::keep (#349)
  • Additional commits viewable in compare view

Updates chrono from 0.4.39 to 0.4.41

Release notes

Sourced from chrono's releases.

v0.4.41

What's Changed

0.4.40

What's Changed

Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+313
Deletions:
-164
Package Dependencies
Ecosystem:
cargo
Version Change:
4.5.30 โ†’ 4.5.41
Update Type:
Patch
Path:
/userspace/ksud
Package:
anstyle
Ecosystem:
cargo
Version Change:
1.0.10 โ†’ 1.0.11
Update Type:
Patch
Path:
/userspace/ksud
Ecosystem:
cargo
Version Change:
3.0.7 โ†’ 3.0.9
Update Type:
Patch
Path:
/userspace/ksud
Ecosystem:
cargo
Version Change:
0.2.6 โ†’ 0.2.7
Update Type:
Patch
Path:
/userspace/ksud
Package:
anstream
Ecosystem:
cargo
Version Change:
0.6.18 โ†’ 0.6.19
Update Type:
Patch
Path:
/userspace/ksud
Package:
tokio
Ecosystem:
cargo
Version Change:
1.43.0 โ†’ 1.47.0
Update Type:
Minor
Path:
/userspace/ksud
Ecosystem:
cargo
Version Change:
1.1.2 โ†’ 1.1.3
Update Type:
Patch
Path:
/userspace/ksud
Package:
colorchoice
Ecosystem:
cargo
Version Change:
1.0.3 โ†’ 1.0.4
Update Type:
Patch
Path:
/userspace/ksud
Ecosystem:
cargo
Version Change:
0.5.14 โ†’ 0.5.15
Update Type:
Patch
Path:
/userspace/ksud
Package:
bumpalo
Ecosystem:
cargo
Version Change:
3.17.0 โ†’ 3.19.0
Update Type:
Minor
Path:
/userspace/ksud
Package:
which
Ecosystem:
cargo
Version Change:
7.0.2 โ†’ 8.0.0
Update Type:
Major
Path:
/userspace/ksud
Package:
tempfile
Ecosystem:
cargo
Version Change:
3.17.1 โ†’ 3.20.0
Update Type:
Minor
Path:
/userspace/ksud
Package:
cc
Ecosystem:
cargo
Version Change:
1.2.15 โ†’ 1.2.30
Update Type:
Patch
Path:
/userspace/ksud
Package:
env_logger
Ecosystem:
cargo
Version Change:
0.11.6 โ†’ 0.11.8
Update Type:
Patch
Path:
/userspace/ksud
Package:
zip
Ecosystem:
cargo
Version Change:
2.2.2 โ†’ 4.3.0
Update Type:
Major
Path:
/userspace/ksud
Package:
anyhow
Ecosystem:
cargo
Version Change:
1.0.96 โ†’ 1.0.98
Update Type:
Patch
Path:
/userspace/ksud
Package:
flate2
Ecosystem:
cargo
Version Change:
1.0.35 โ†’ 1.1.2
Update Type:
Minor
Path:
/userspace/ksud
Package:
backtrace
Ecosystem:
cargo
Version Change:
0.3.74 โ†’ 0.3.75
Update Type:
Patch
Path:
/userspace/ksud
Package:
chrono
Ecosystem:
cargo
Version Change:
0.4.39 โ†’ 0.4.41
Update Type:
Patch
Path:
/userspace/ksud
Package:
rustversion
Ecosystem:
cargo
Version Change:
1.0.19 โ†’ 1.0.21
Update Type:
Patch
Path:
/userspace/ksud
Package:
sha2
Ecosystem:
cargo
Version Change:
0.10.8 โ†’ 0.10.9
Update Type:
Patch
Path:
/userspace/ksud
Package:
syn
Ecosystem:
cargo
Version Change:
2.0.98 โ†’ 2.0.104
Update Type:
Patch
Path:
/userspace/ksud
Ecosystem:
cargo
Version Change:
0.52.0 โ†’ 0.61.2
Update Type:
Minor
Path:
/userspace/ksud
Package:
zerocopy
Ecosystem:
cargo
Version Change:
0.7.35 โ†’ 0.8.26
Update Type:
Minor
Path:
/userspace/ksud
Package:
log
Ecosystem:
cargo
Version Change:
0.4.26 โ†’ 0.4.27
Update Type:
Patch
Path:
/userspace/ksud
Package:
serde
Ecosystem:
cargo
Version Change:
1.0.218 โ†’ 1.0.219
Update Type:
Patch
Path:
/userspace/ksud
Package:
serde_json
Ecosystem:
cargo
Version Change:
1.0.139 โ†’ 1.0.141
Update Type:
Patch
Path:
/userspace/ksud
Package:
libc
Ecosystem:
cargo
Version Change:
0.2.170 โ†’ 0.2.174
Update Type:
Patch
Path:
/userspace/ksud
Package:
sha256
Ecosystem:
cargo
Version Change:
1.5.0 โ†’ 1.6.0
Update Type:
Minor
Path:
/userspace/ksud
Ecosystem:
cargo
Version Change:
0.14.1 โ†’ 0.15.1
Update Type:
Minor
Path:
/userspace/ksud
Package:
async-trait
Ecosystem:
cargo
Version Change:
0.1.86 โ†’ 0.1.88
Update Type:
Patch
Path:
/userspace/ksud
Package:
bytes
Ecosystem:
cargo
Version Change:
1.10.0 โ†’ 1.10.1
Update Type:
Patch
Path:
/userspace/ksud
Package:
crc
Ecosystem:
cargo
Version Change:
3.2.1 โ†’ 3.3.0
Update Type:
Minor
Path:
/userspace/ksud
Package:
either
Ecosystem:
cargo
Version Change:
1.14.0 โ†’ 1.15.0
Update Type:
Minor
Path:
/userspace/ksud
Ecosystem:
cargo
Version Change:
0.1.61 โ†’ 0.1.63
Update Type:
Patch
Path:
/userspace/ksud
Package:
indexmap
Ecosystem:
cargo
Version Change:
2.7.1 โ†’ 2.10.0
Update Type:
Minor
Path:
/userspace/ksud
Package:
itoa
Ecosystem:
cargo
Version Change:
1.0.14 โ†’ 1.0.15
Update Type:
Patch
Path:
/userspace/ksud
Package:
libm
Ecosystem:
cargo
Version Change:
0.2.11 โ†’ 0.2.15
Update Type:
Patch
Path:
/userspace/ksud
Package:
miniz_oxide
Ecosystem:
cargo
Version Change:
0.8.5 โ†’ 0.8.9
Update Type:
Patch
Path:
/userspace/ksud
Package:
once_cell
Ecosystem:
cargo
Version Change:
1.20.3 โ†’ 1.21.3
Update Type:
Minor
Path:
/userspace/ksud
Package:
proc-macro2
Ecosystem:
cargo
Version Change:
1.0.93 โ†’ 1.0.95
Update Type:
Patch
Path:
/userspace/ksud
Package:
quote
Ecosystem:
cargo
Version Change:
1.0.38 โ†’ 1.0.40
Update Type:
Patch
Path:
/userspace/ksud
Package:
ryu
Ecosystem:
cargo
Version Change:
1.0.19 โ†’ 1.0.20
Update Type:
Patch
Path:
/userspace/ksud
Package:
time
Ecosystem:
cargo
Version Change:
0.3.37 โ†’ 0.3.41
Update Type:
Patch
Path:
/userspace/ksud
Ecosystem:
cargo
Version Change:
1.0.17 โ†’ 1.0.18
Update Type:
Patch
Path:
/userspace/ksud
Package:
zopfli
Ecosystem:
cargo
Version Change:
0.8.1 โ†’ 0.8.2
Update Type:
Patch
Path:
/userspace/ksud
Package:
ahash
Ecosystem:
cargo
Version Change:
0.8.11 โ†’ 0.8.12
Update Type:
Patch
Path:
/userspace/ksud
Package:
getrandom
Ecosystem:
cargo
Version Change:
0.3.1 โ†’ 0.3.3
Update Type:
Patch
Path:
/userspace/ksud
Package:
rust-embed
Ecosystem:
cargo
Version Change:
8.5.0 โ†’ 8.7.2
Update Type:
Minor
Path:
/userspace/ksud
Package:
fs4
Ecosystem:
cargo
Version Change:
0.13.0 โ†’ 0.13.1
Update Type:
Patch
Path:
/userspace/ksud
Ecosystem:
cargo
Version Change:
0.7.35 โ†’ 0.8.26
Update Type:
Minor
Path:
/userspace/ksud
Ecosystem:
cargo
Version Change:
4.5.30 โ†’ 4.5.41
Update Type:
Patch
Path:
/userspace/ksud
Ecosystem:
cargo
Version Change:
1.0.218 โ†’ 1.0.219
Update Type:
Patch
Path:
/userspace/ksud
Ecosystem:
cargo
Version Change:
0.1.14 โ†’ 0.2.1
Update Type:
Minor
Path:
/userspace/ksud
Ecosystem:
cargo
Version Change:
8.5.0 โ†’ 8.7.2
Update Type:
Minor
Path:
/userspace/ksud
Ecosystem:
cargo
Version Change:
8.5.0 โ†’ 8.7.2
Update Type:
Minor
Path:
/userspace/ksud
Ecosystem:
cargo
Version Change:
0.3.1 โ†’ 0.3.2
Update Type:
Patch
Path:
/userspace/ksud
Package:
clap_derive
Ecosystem:
cargo
Version Change:
4.5.28 โ†’ 4.5.41
Update Type:
Patch
Path:
/userspace/ksud
Package:
time-core
Ecosystem:
cargo
Version Change:
0.1.2 โ†’ 0.1.4
Update Type:
Patch
Path:
/userspace/ksud
Package:
wasi
Ecosystem:
cargo
Version Change:
0.13.3+wasi-0.2.2 โ†’ 0.11.1+wasi-snapshot-preview1
Path:
/userspace/ksud
Ecosystem:
cargo
Version Change:
0.33.0 โ†’ 0.39.0
Update Type:
Minor
Path:
/userspace/ksud
Package:
memchr
Ecosystem:
cargo
Version Change:
2.7.4 โ†’ 2.7.5
Update Type:
Patch
Path:
/userspace/ksud
Package:
getopts
Ecosystem:
cargo
Version Change:
0.2.21 โ†’ 0.2.23
Update Type:
Patch
Path:
/userspace/ksud
Package:
clap_lex
Ecosystem:
cargo
Version Change:
0.7.4 โ†’ 0.7.5
Update Type:
Patch
Path:
/userspace/ksud
Package:
adler2
Ecosystem:
cargo
Version Change:
2.0.0 โ†’ 2.0.1
Update Type:
Patch
Path:
/userspace/ksud
Ecosystem:
cargo
Version Change:
0.1.24 โ†’ 0.1.25
Update Type:
Patch
Path:
/userspace/ksud
Package:
autocfg
Ecosystem:
cargo
Version Change:
1.4.0 โ†’ 1.5.0
Update Type:
Minor
Path:
/userspace/ksud
Package:
crc32fast
Ecosystem:
cargo
Version Change:
1.4.2 โ†’ 1.5.0
Update Type:
Minor
Path:
/userspace/ksud
Technical Details
ID: 4181869
UUID: 2698260922
Node ID: PR_kwDOPTkn6s6g1DG6
Host: GitHub
Repository: xhgg606/https-github.com-Winkmoon-KernelSU
Mergeable: Yes
Merge State: Unstable