Sourced from anyhow's releases.
1.0.93
- Update dev-dependencies to
thiserrorv21.0.92
- Support Rust 1.82's
&raw constand&raw mutsyntax insideensure!(#390)
713bda9
Release 1.0.93f91c247
Merge pull request #391
from dtolnay/thiserror2a3901c
Isolate old rustc version tests from needing anyhow dev-dependencies in
lockfile3ca2cdd
Update dev-dependencies to thiserror v2fd03a8e
Release 1.0.92a16252b
Merge pull request #390
from dtolnay/rawaddrfcf2ef8
Compile &raw test on Rust 1.82+ only1e7e9fe
Parse raw address expression syntax7d1a8f9
Add test of raw addr expression syntaxSourced from clap's releases.
v4.5.21
[4.5.21] - 2024-11-13
Fixes
- (parser) Ensure defaults are filled in on error with
ignore_errors(true)
Sourced from clap's changelog.
[4.5.21] - 2024-11-13
Fixes
- (parser) Ensure defaults are filled in on error with
ignore_errors(true)
03d7226
chore: Release3df70fb
docs: Update changelog3266c36
Merge pull request #5691
from epage/custom951762d
feat(complete): Allow any OsString-compatible type to be a
CompletionCandidatebb6493e
feat(complete): Offer - as a path option27b348d
refactor(complete): Simplify ArgValueCandidates code49b8108
feat(complete): Add PathCompleter82a360a
feat(complete): Add ArgValueCompleter47aedc6
fix(complete): Ensure paths are sorted431e2bc
test(complete): Ensure ArgValueCandidates get filteredSourced from serde's releases.
v1.0.215
- Produce warning when multiple fields or variants have the same deserialization name (#2855, #2856, #2857)
v1.0.214
8939af4
Release 1.0.215fa5d58c
Use ui test syntax that does not interfere with rustfmt1a3cf4b
Update PR 2562 ui tests7d96352
Merge pull request #2857
from dtolnay/collide111ecc5
Update ui tests for warning on colliding aliasesedd6fe9
Revert "Add checks for conflicts for aliases"a20e924
Revert "pacify clippy"b1353a9
Merge pull request #2856
from dtolnay/denamec59e876
Produce a separate warning for every colliding name7f1e697
Merge pull request #2855
from dtolnay/namespanSourced from serde_json's releases.
v1.0.133
- Implement From<[T; N]> for serde_json::Value (#1215)
0903de4
Release 1.0.1332b65ca0
Merge pull request #1215
from dtolnay/fromarray4e5f985
Implement From<[T; N]> for Value2ccb5b6
Disable question_mark clippy lint in lexical testa11f5f2
Resolve unnecessary_map_or clippy lints07f280a
Wrap PR 1213 to 80 columns75ed447
Merge pull request #1213
from djmitche/safety-comment73011c0
Add a safety comment to unsafe blockbe2198a
Prevent upload-artifact step from causing CI failure7cce517
Raise minimum version for preserve_order feature to Rust 1.65Sourced from libc's releases.
0.2.164
MSRV
This release increases the MSRV of
libcto 1.63.Other
- CI: remove tests with rust
- MSRV: document the MSRV of the stable channel to be 1.63 rust-lang/libc#4040
- MacOS: move ifconf to s_no_extra_traits rust-lang/libc#4051
0.2.163
Added
- Aix: add more
dlopenflags rust-lang/libc#4044- Android: add group calls rust-lang/libc#3499
- FreeBSD: add
TCP_FUNCTION_BLKandTCP_FUNCTION_ALIASrust-lang/libc#4047- Linux: add
confstrrust-lang/libc#3612- Solarish: add
aiorust-lang/libc#4033- Solarish: add
arc4random*rust-lang/libc#3944Changed
- Emscripten: upgrade emsdk to 3.1.68 rust-lang/libc#3962
- Hurd: use more standard types rust-lang/libc#3733
- Hurd: use the standard
ssize_t = isizerust-lang/libc#4029- Solaris: fix
confstranducontext_trust-lang/libc#4035Other
- CI: add Solaris rust-lang/libc#4035
- CI: add
i686-unknown-freebsdrust-lang/libc#3997- CI: ensure that calls to
sortdo not depend on locale rust-lang/libc#4026- Specify
rust-versioninCargo.tomlrust-lang/libc#40410.2.162
Added
- Android: fix the alignment of
uc_mcontexton arm64 rust-lang/libc#3894- Apple: add
host_cpu_load_inforust-lang/libc#3916- ESP-IDF: add a time flag rust-lang/libc#3993
- FreeBSD: add the
CLOSE_RANGE_CLOEXECflagrust-lang/libc#3996- FreeBSD: fix test errors regarding
__gregset_trust-lang/libc#3995- FreeBSD: fix tests on x86 FreeBSD 15 rust-lang/libc#3948
- FreeBSD: make
ucontext_tandmcontext_tavailable on all architectures rust-lang/libc#3848- Haiku: add
getentropyrust-lang/libc#3991- Illumos: add
syncfsrust-lang/libc#3990- Illumos: add some recently-added constants rust-lang/libc#3999
- Linux: add
ioctlflags rust-lang/libc#3960- Linux: add epoll busy polling parameters rust-lang/libc#3922
... (truncated)
Sourced from libc's changelog.
0.2.164 - 2024-11-16
MSRV
This release increases the MSRV of
libcto 1.63.Other
- CI: remove tests with rust
- MSRV: document the MSRV of the stable channel to be 1.63 rust-lang/libc#4040
- MacOS: move ifconf to s_no_extra_traits rust-lang/libc#4051
0.2.163 - 2024-11-16
Added
- Aix: add more
dlopenflags rust-lang/libc#4044- Android: add group calls rust-lang/libc#3499
- FreeBSD: add
TCP_FUNCTION_BLKandTCP_FUNCTION_ALIASrust-lang/libc#4047- Linux: add
confstrrust-lang/libc#3612- Solarish: add
aiorust-lang/libc#4033- Solarish: add
arc4random*rust-lang/libc#3944Changed
- Emscripten: upgrade emsdk to 3.1.68 rust-lang/libc#3962
- Hurd: use more standard types rust-lang/libc#3733
- Hurd: use the standard
ssize_t = isizerust-lang/libc#4029- Solaris: fix
confstranducontext_trust-lang/libc#4035Other
- CI: add Solaris rust-lang/libc#4035
- CI: add
i686-unknown-freebsdrust-lang/libc#3997- CI: ensure that calls to
sortdo not depend on locale rust-lang/libc#4026- Specify
rust-versioninCargo.tomlrust-lang/libc#40410.2.162 - 2024-11-07
Added
- Android: fix the alignment of
uc_mcontexton arm64 rust-lang/libc#3894- Apple: add
host_cpu_load_inforust-lang/libc#3916- ESP-IDF: add a time flag rust-lang/libc#3993
- FreeBSD: add the
CLOSE_RANGE_CLOEXECflagrust-lang/libc#3996- FreeBSD: fix test errors regarding
__gregset_trust-lang/libc#3995- FreeBSD: fix tests on x86 FreeBSD 15 rust-lang/libc#3948
- FreeBSD: make
ucontext_tandmcontext_tavailable on all architectures rust-lang/libc#3848- Haiku: add
getentropyrust-lang/libc#3991- Illumos: add
syncfsrust-lang/libc#3990
... (truncated)
dad00cb
chore: release v0.2.16401ce562
Merge pull request #4051
from tgross35/stable-ci8153ac1
Merge pull request #4049
from tgross35/rust-version5f0d183
Merge pull request #4040
from tgross35/stable-msrv5125160
Merge pull request #4027
from rust-lang/release-plz-2024-11-12T07-15-20Z6093ce0
MacOS: move ifconf to s_no_extra_traitsa4b5bf8
Remove the "main" workflowd7b6bf0
ci: Remove tests with rust < 1.630a976d3
ci: trim trailing whitespacecfd7ebf
chore: release v0.2.163Sourced from which's releases.
7.0.0
- Add support to
WhichConfigfor a user provided closure that will be called whenever a nonfatal error occurs. This technically breaks a few APIs due to the need to add more generics and lifetimes. Most code will compile without changes.
Sourced from which's changelog.
7.0.0
- Add support to
WhichConfigfor a user provided closure that will be called whenever a nonfatal error occurs. This technically breaks a few APIs due to the need to add more generics and lifetimes. Most code will compile without changes.
fabe0c3
chore: Release762ca76
docs: Update changelogd364ac4
Merge pull request #229
from epage/cfgad3f458
fix(stream): Respect 'test' feature0b8d105
fix(stream): Refer to correct stream on panic69cf6c9
refactor(stream): Pull out test macro bodyc78b3c1
refactor(stream): Be extra clear that macros mod is not for useab37812
chore(deps): Update compatible (dev) (#226)7c48196
Merge pull request #227
from rust-cli/renovate/stable-1.xa28405f
style: Make clippy happySourced from arbitrary's changelog.
Unreleased
Released YYYY-MM-DD.
Added
- TODO (or remove section if none)
Changed
- TODO (or remove section if none)
Deprecated
- TODO (or remove section if none)
Removed
- TODO (or remove section if none)
Fixed
- TODO (or remove section if none)
Security
- TODO (or remove section if none)
1.4.0
Released 2024-10-30.
Added
- Added an
Arbitraryimplementation forPhantomPinned.- Added the
Unstructured::choose_iterhelper method.- Added
#[arbitrary(skip)]forenumvariants in the derive macro.- Added the
Arbitrary::try_size_hinttrait method.Changed
- Implement
ArbitraryforPhantomData<A>even whenAdoes not implementArbitraryand whenAis?Sized.- Make
usize's underlying encoding independent of machine word size so that corpora are more portable.Fixed
... (truncated)
c22d7c8
Arbitrary-derive 1.4.1690db06
Merge pull request #204
from djc/msrv6cbaf48
Merge pull request #205
from Manishearth/fq-resultde2becf
Use fully qualified path for Result when generated by macro4f5967b
Bump version for releasea5dfc7e
Check stated MSRV in CIda62b03
Add lifetime bound for trait impl as required on older toolchainsf643527
Use std::error::Error for compatibility with older toolchains5b86c44
Bump to 1.4.01cc0e46
Merge pull request #185
from sosthene-nitrokey/wide-recursiveSourced from cc's releases.
cc-v1.2.1
Other
- When invoking
cl -?, set stdin to null (#1288)cc-v1.2.0
Added
- add i686-pc-windows-gnullvm prefix detection (#1283)
Other
cc-v1.1.37
Other
cc-v1.1.36
Other
- Fix CUDA build with clang++. (#1273)
cc-v1.1.35
Other
- Remove support for FRC (#1268)
- Do not add -fPIC by default on UEFI targets (#1263)
- Use -windows-gnu for all UEFI targets (#1264)
cc-v1.1.34
Other
- Remove redundant flags (#1256)
cc-v1.1.33
Other
- Reduce size of
cc::Buildand size of generated targets (#1257)cc-v1.1.32
Other
Sourced from cc's changelog.
1.2.1 - 2024-11-14
Other
- When invoking
cl -?, set stdin to null (#1288)1.2.0 - 2024-11-11
Added
- add i686-pc-windows-gnullvm prefix detection (#1283)
Other
1.1.37 - 2024-11-08
Other
1.1.36 - 2024-11-05
Other
- Fix CUDA build with clang++. (#1273)
1.1.35 - 2024-11-04
Other
- Remove support for FRC (#1268)
- Do not add -fPIC by default on UEFI targets (#1263)
- Use -windows-gnu for all UEFI targets (#1264)
1.1.34 - 2024-11-02
Other
- Remove redundant flags (#1256)
1.1.33 - 2024-11-02
Other
- Reduce size of
cc::Buildand size of generated targets (#1257)
... (truncated)
19fa89e
chore: release v1.2.1 (#1289)76a3970
When invoking cl -?, set stdin to null (#1288)a0441c3
chore: release v1.1.38 (#1286)837ad79
feat: add i686-pc-windows-gnullvm prefix detection (#1283)58bd974
windows_registry: Allow only specifying the architecture (#1285)aa4a6cf
Fix WASM vs. WASI options (#1284)5835783
chore: release v1.1.37 (#1282)15d2f7d
Use relative directory for obj files hash (#1270)8120aed
Regenerate target info (#1280)2050013
chore: release v1.1.36 (#1274)Sourced from clap_builder's releases.
v4.5.21
[4.5.21] - 2024-11-13
Fixes
- (parser) Ensure defaults are filled in on error with
ignore_errors(true)
Sourced from clap_builder's changelog.
[4.5.21] - 2024-11-13
Fixes
- (parser) Ensure defaults are filled in on error with
ignore_errors(true)
2920fb0
chore: Release8902627
docs: Update changelog79d696f
Merge pull request #5813
from epage/ignore479df35
fix(parser): Fill in defaults on ignored errora1d69ca
refactor(parser): Split up parsing from post-processing6827841
test(parser): Show bad ignore_errors defaulting case76d0049
test(parser): Verify defaulting on errors3f5c05c
test(parser): Ensure we are actually testing ignore_errorsba4745d
chore(ci): Fix use of permissions22944b4
chore(ci): Use matrix for tracking the runnerSourced from clap_lex's changelog.
v0.7.3 (2015-05-03)
Bug Fixes
- RequiredValues fixes a bug where missing values are parsed as missing arguments (93c4a723)
Improvements
2920fb0
chore: Release8902627
docs: Update changelog79d696f
Merge pull request #5813
from epage/ignore479df35
fix(parser): Fill in defaults on ignored errora1d69ca
refactor(parser): Split up parsing from post-processing6827841
test(parser): Show bad ignore_errors defaulting case76d0049
test(parser): Verify defaulting on errors3f5c05c
test(parser): Ensure we are actually testing ignore_errorsba4745d
chore(ci): Fix use of permissions22944b4
chore(ci): Use matrix for tracking the runner32842f6
cpufeatures: relax XSAVE checks (#1130)ae570cd
Exclude aarch64-dit from root workspace (#1131)b6fcf75
Cut new release candidates (#1127)e734b0e
Bump hybrid-array to v0.2 (final) (#1125)0aec166
build(deps): bump hybrid-array from 0.2.0-rc.10 to 0.2.0-rc.11 (#1123)66221b6
inout: re-add package.metadata.docs.rs to Cargo.toml (#1122)cc05456
inout v0.2.0-rc.1 (#1121)492eebd
block-padding v0.4.0-rc.1 (#1120)8efe873
block-buffer v0.11.0-rc.2 (#1119)3f94c9c
inout: use doc_auto_cfg (#1118)Sourced from derive_arbitrary's changelog.
Unreleased
Released YYYY-MM-DD.
Added
- TODO (or remove section if none)
Changed
- TODO (or remove section if none)
Deprecated
- TODO (or remove section if none)
Removed
- TODO (or remove section if none)
Fixed
- TODO (or remove section if none)
Security
- TODO (or remove section if none)
1.4.0
Released 2024-10-30.
Added
- Added an
Arbitraryimplementation forPhantomPinned.- Added the
Unstructured::choose_iterhelper method.- Added
#[arbitrary(skip)]forenumvariants in the derive macro.- Added the
Arbitrary::try_size_hinttrait method.Changed
- Implement
ArbitraryforPhantomData<A>even whenAdoes not implementArbitraryand whenAis?Sized.- Make
usize's underlying encoding independent of machine word size so that corpora are more portable.Fixed
... (truncated)
c22d7c8
Arbitrary-derive 1.4.1690db06
Merge pull request #204
from djc/msrv6cbaf48
Merge pull request #205
from Manishearth/fq-resultde2becf
Use fully qualified path for Result when generated by macro4f5967b
Bump version for releasea5dfc7e
Check stated MSRV in CIda62b03
Add lifetime bound for trait impl as required on older toolchainsf643527
Use std::error::Error for compatibility with older toolchains5b86c44
Bump to 1.4.01cc0e46
Merge pull request #185
from sosthene-nitrokey/wide-recursiveSourced from fastrand's releases.
v2.2.0
- Expose missing
fillmethod for the global RNG. (#90)
Sourced from fastrand's changelog.
Version 2.2.0
- Expose missing
fillmethod for the global RNG. (#90)
Sourced from flate2's releases.
1.0.35 - security update to zlib-rs
What's Changed
- Upgrade actions/upload-artifact by
@jdnoin rust-lang/flate2-rs#438- upgrade zlib-rs to version
0.4.0by@folkertdevin rust-lang/flate2-rs#439New Contributors
@jdnomade their first contribution in rust-lang/flate2-rs#438Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.0.34...1.0.35
Sourced from itoa's releases.
1.0.13
1.0.12
- Add itoa::Integer::MAX_STR_LEN associated constant (#45, thanks
@SUPERCILEX)
d49fc1d
Release 1.0.133118ea6
Merge pull request #55 from
dtolnay/isizeed2b9b4
Eliminate 64-bit-to-isize conversion513debf
Merge pull request #54 from
dtolnay/lut09a06f6
Change decimal digits lookup table from static to constd39d767
Merge pull request #53 from
dtolnay/renderdaf766b
Replace 'decode' terminology with 'render'535f396
Merge pull request #52 from
dtolnay/fouratatime21e76dc
Remove redundant size_of checkc4ba250
Merge pull request #51 from
dtolnay/maxlenSourced from libm's releases.
libm-v0.2.11
Fixed
- fix type of constants in ported sincosf (#331)
Other
- Disable a unit test that is failing on i586
- Add a procedural macro for expanding all function signatures
- Introduce
musl-math-sysfor bindings to musl math symbols- Add basic docstrings to some functions (#337)
Sourced from libm's changelog.
0.2.11 - 2024-10-28
Fixed
- fix type of constants in ported sincosf (#331)
Other
- Disable a unit test that is failing on i586
- Add a procedural macro for expanding all function signatures
- Introduce
musl-math-sysfor bindings to musl math symbols- Add basic docstrings to some functions (#337)
cdbf423
chore: release v0.2.117532f81
Enable caching on all CI jobs that build the crate (#341)28f20d8
Reduce the number of iterations on emulated aarch64 Linux3dbb187
Mark libm-macros and musl-math-sys as publish=false6bbbed5
Merge pull request #300
from tgross35/test-refactoringfb9cd47
Enable more targets on CIdf9f125
Disable a unit test that is failing on i586b126e7c
Add dockerfiles for i586, riscv, and thumb0e69109
Add a test against musl libm364e13e
Introduce a generic way to control checks for specific casesSourced from proc-macro2's releases.
1.0.91
- Fix panic "compiler/fallback mismatch 949" when using TokenStream::from_str from inside a proc macro to parse a string containing doc comment (#484)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- userspace/ksud/Cargo.lock | 126 +++++++++++++++++++------------------- userspace/ksud/Cargo.toml | 4 +- 2 files changed, 65 insertions(+), 65 deletions(-) diff --git a/userspace/ksud/Cargo.lock b/userspace/ksud/Cargo.lock index d8ad1fdf..906b44f2 100644 --- a/userspace/ksud/Cargo.lock +++ b/userspace/ksud/Cargo.lock @@ -37,9 +37,9 @@ dependencies = [ [[package]] name = "allocator-api2" -version = "0.2.18" +version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" +checksum = "45862d1c77f2228b9e10bc609d5bc203d86ebc9b87ad8d5d5167a6c9abf739d9" [[package]] name = "android-properties" @@ -81,9 +81,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.17" +version = "0.6.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23a1e53f0f5d86382dafe1cf314783b2044280f406e7e1506368220ad11b1338" +checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" dependencies = [ "anstyle", "anstyle-parse", @@ -96,9 +96,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8365de52b16c035ff4fcafe0092ba9390540e3e352870ac09933bebcaa2c8c56" +checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" [[package]] name = "anstyle-parse" @@ -130,15 +130,15 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.91" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" +checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" [[package]] name = "arbitrary" -version = "1.3.2" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" +checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223" dependencies = [ "derive_arbitrary", ] @@ -216,9 +216,9 @@ checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" [[package]] name = "cc" -version = "1.1.31" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f" +checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" dependencies = [ "shlex", ] @@ -251,9 +251,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.20" +version = "4.5.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8" +checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f" dependencies = [ "clap_builder", "clap_derive", @@ -261,9 +261,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.20" +version = "4.5.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54" +checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec" dependencies = [ "anstream", "anstyle", @@ -285,9 +285,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" +checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7" [[package]] name = "colorchoice" @@ -332,9 +332,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.14" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" +checksum = "0ca741a962e1b0bff6d724a1a0958b686406e853bb14061f218562e1896f95e6" dependencies = [ "libc", ] @@ -463,9 +463,9 @@ dependencies = [ [[package]] name = "derive_arbitrary" -version = "1.3.2" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611" +checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800" dependencies = [ "proc-macro2", "quote", @@ -577,15 +577,15 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" +checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" [[package]] name = "flate2" -version = "1.0.34" +version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" +checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" dependencies = [ "crc32fast", "miniz_oxide", @@ -759,9 +759,9 @@ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" [[package]] name = "itoa" -version = "1.0.11" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" +checksum = "540654e97a3f4470a492cd30ff187bc95d89557a903a2bbf112e2fae98104ef2" [[package]] name = "java-properties" @@ -775,9 +775,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.70" +version = "0.3.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" +checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" dependencies = [ "wasm-bindgen", ] @@ -839,9 +839,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.161" +version = "0.2.164" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" +checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f" [[package]] name = "libflate" @@ -869,9 +869,9 @@ dependencies = [ [[package]] name = "libm" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a00419de735aac21d53b0de5ce2c03bd3627277cf471300f27ebc89f7d828047" +checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" [[package]] name = "linux-raw-sys" @@ -1004,9 +1004,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.89" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" +checksum = "307e3004becf10f5a6e0d59d20f3cd28231b0e0827a96cd3e0ce6d14bc1e4bb3" dependencies = [ "unicode-ident", ] @@ -1022,7 +1022,7 @@ dependencies = [ "flate2", "hex", "procfs-core", - "rustix 0.38.38", + "rustix 0.38.41", ] [[package]] @@ -1173,9 +1173,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.38" +version = "0.38.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a" +checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6" dependencies = [ "bitflags 2.6.0", "errno 0.3.9", @@ -1201,18 +1201,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.213" +version = "1.0.215" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1" +checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.213" +version = "1.0.215" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5" +checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" dependencies = [ "proc-macro2", "quote", @@ -1221,9 +1221,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.132" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" +checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" dependencies = [ "itoa", "memchr", @@ -1286,9 +1286,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "syn" -version = "2.0.85" +version = "2.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56" +checksum = "44d46482f1c1c87acd84dea20c1bf5ebff4c757009ed6bf19cfd36fb10e92c4e" dependencies = [ "proc-macro2", "quote", @@ -1297,31 +1297,31 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.13.0" +version = "3.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" +checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" dependencies = [ "cfg-if 1.0.0", "fastrand", "once_cell", - "rustix 0.38.38", - "windows-sys 0.59.0", + "rustix 0.38.41", + "windows-sys 0.52.0", ] [[package]] name = "thiserror" -version = "1.0.65" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5" +checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.65" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602" +checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", @@ -1349,9 +1349,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "tokio" -version = "1.41.0" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" +checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" dependencies = [ "backtrace", "bytes", @@ -1366,9 +1366,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "unicode-ident" -version = "1.0.13" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" +checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" [[package]] name = "unicode-width" @@ -1467,13 +1467,13 @@ checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" [[package]] name = "which" -version = "6.0.3" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f" +checksum = "c9cad3279ade7346b96e38731a641d7343dd6a53d55083dd54eadfa5a1b38c6b" dependencies = [ "either", "home", - "rustix 0.38.38", + "rustix 0.38.41", "winsafe", ] @@ -1499,7 +1499,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/userspace/ksud/Cargo.toml b/userspace/ksud/Cargo.toml index b0b00a7e..33786366 100644 --- a/userspace/ksud/Cargo.toml +++ b/userspace/ksud/Cargo.toml @@ -35,11 +35,11 @@ rust-embed = { version = "8.5", features = [ "debug-embed", "compression", # must clean build after updating binaries ] } -which = "6.0" +which = "7.0" getopts = "0.2" sha256 = "1" sha1 = "0.10" -tempfile = "3.13" +tempfile = "3.14" chrono = "0.4" hole-punch = { git = "https://github.com/tiann/hole-punch" } regex-lite = "0.1"