-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
build(deps): bump the crates group across 1 directory with 23 updates #2213
Closed
+55
−55
Conversation
This file contains 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 19 updates in the /userspace/ksud directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.91` | `1.0.93` | | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.21` | | [serde](https://github.com/serde-rs/serde) | `1.0.213` | `1.0.215` | | [libc](https://github.com/rust-lang/libc) | `0.2.161` | `0.2.162` | | [which](https://github.com/harryfei/which-rs) | `6.0.3` | `7.0.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.13.0` | `3.14.0` | | [allocator-api2](https://github.com/zakarumych/allocator-api2) | `0.2.18` | `0.2.20` | | [anstream](https://github.com/rust-cli/anstyle) | `0.6.17` | `0.6.18` | | [anstyle](https://github.com/rust-cli/anstyle) | `1.0.9` | `1.0.10` | | [arbitrary](https://github.com/rust-fuzz/arbitrary) | `1.3.2` | `1.4.1` | | [cc](https://github.com/rust-lang/cc-rs) | `1.1.31` | `1.2.1` | | [clap_lex](https://github.com/clap-rs/clap) | `0.7.2` | `0.7.3` | | [cpufeatures](https://github.com/RustCrypto/utils) | `0.2.14` | `0.2.15` | | [fastrand](https://github.com/smol-rs/fastrand) | `2.1.1` | `2.2.0` | | [js-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.70` | `0.3.72` | | [libm](https://github.com/rust-lang/libm) | `0.2.10` | `0.2.11` | | [syn](https://github.com/dtolnay/syn) | `2.0.85` | `2.0.87` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.65` | `1.0.69` | | [tokio](https://github.com/tokio-rs/tokio) | `1.41.0` | `1.41.1` | Updates `anyhow` from 1.0.91 to 1.0.93 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.91...1.0.93) Updates `clap` from 4.5.20 to 4.5.21 - [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.20...clap_complete-v4.5.21) Updates `serde` from 1.0.213 to 1.0.215 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.213...v1.0.215) Updates `libc` from 0.2.161 to 0.2.162 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.162/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.161...0.2.162) Updates `which` from 6.0.3 to 7.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@6.0.3...7.0.0) Updates `tempfile` from 3.13.0 to 3.14.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.13.0...v3.14.0) Updates `allocator-api2` from 0.2.18 to 0.2.20 - [Changelog](https://github.com/zakarumych/allocator-api2/blob/main/CHANGELOG.md) - [Commits](https://github.com/zakarumych/allocator-api2/commits) Updates `anstream` from 0.6.17 to 0.6.18 - [Commits](rust-cli/anstyle@anstream-v0.6.17...anstream-v0.6.18) Updates `anstyle` from 1.0.9 to 1.0.10 - [Commits](rust-cli/anstyle@v1.0.9...v1.0.10) Updates `arbitrary` from 1.3.2 to 1.4.1 - [Changelog](https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md) - [Commits](rust-fuzz/arbitrary@v1.3.2...v1.4.1) Updates `cc` from 1.1.31 to 1.2.1 - [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.1.31...cc-v1.2.1) Updates `clap_builder` from 4.5.20 to 4.5.21 - [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.20...v4.5.21) Updates `clap_lex` from 0.7.2 to 0.7.3 - [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.2...clap_lex-v0.7.3) Updates `cpufeatures` from 0.2.14 to 0.2.15 - [Commits](RustCrypto/utils@cpufeatures-v0.2.14...cpufeatures-v0.2.15) Updates `derive_arbitrary` from 1.3.2 to 1.4.1 - [Changelog](https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md) - [Commits](rust-fuzz/arbitrary@v1.3.2...v1.4.1) Updates `fastrand` from 2.1.1 to 2.2.0 - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](smol-rs/fastrand@v2.1.1...v2.2.0) Updates `js-sys` from 0.3.70 to 0.3.72 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) Updates `libm` from 0.2.10 to 0.2.11 - [Release notes](https://github.com/rust-lang/libm/releases) - [Changelog](https://github.com/rust-lang/libm/blob/master/CHANGELOG.md) - [Commits](rust-lang/libm@libm-v0.2.10...libm-v0.2.11) Updates `serde_derive` from 1.0.213 to 1.0.215 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.213...v1.0.215) Updates `syn` from 2.0.85 to 2.0.87 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.85...2.0.87) Updates `thiserror` from 1.0.65 to 1.0.69 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.65...1.0.69) Updates `thiserror-impl` from 1.0.65 to 1.0.69 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.65...1.0.69) Updates `tokio` from 1.41.0 to 1.41.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.0...tokio-1.41.1) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crates - dependency-name: which dependency-type: direct:production update-type: version-update:semver-major dependency-group: crates - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crates - dependency-name: allocator-api2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: anstream dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: anstyle dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: arbitrary dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: cc dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: clap_builder dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: clap_lex dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: cpufeatures dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: derive_arbitrary dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: fastrand dependency-type: indirect update-type: version-update:semver-minor dependency-group: crates - dependency-name: js-sys dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: libm dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: serde_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: syn dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: thiserror dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: thiserror-impl dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates - dependency-name: tokio dependency-type: indirect update-type: version-update:semver-patch dependency-group: crates ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Nov 14, 2024
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
bot
deleted the
dependabot/cargo/userspace/ksud/crates-4bc666f5ad
branch
November 15, 2024 11:14
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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 19 updates in the /userspace/ksud directory:
1.0.91
1.0.93
4.5.20
4.5.21
1.0.213
1.0.215
0.2.161
0.2.162
6.0.3
7.0.0
3.13.0
3.14.0
0.2.18
0.2.20
0.6.17
0.6.18
1.0.9
1.0.10
1.3.2
1.4.1
1.1.31
1.2.1
0.7.2
0.7.3
0.2.14
0.2.15
2.1.1
2.2.0
0.3.70
0.3.72
0.2.10
0.2.11
2.0.85
2.0.87
1.0.65
1.0.69
1.41.0
1.41.1
Updates
anyhow
from 1.0.91 to 1.0.93Release notes
Sourced from anyhow's releases.
Commits
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 syntaxUpdates
clap
from 4.5.20 to 4.5.21Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
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 filteredUpdates
serde
from 1.0.213 to 1.0.215Release notes
Sourced from serde's releases.
Commits
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/namespanUpdates
libc
from 0.2.161 to 0.2.162Release notes
Sourced from libc's releases.
Changelog
Sourced from libc's changelog.
Commits
b8c255c
chore: release v0.2.162acb0c19
Merge pull request #4020 from tgross35/backport-collard-greens33a772c
feat: addioctl
flags inlinux/if_tun.h
a3ca238
freebsd adding CLOSE_RANGE_CLOEXEC flag8c88d9a
armv7-unknown-freebsd: fix test errors regarding __gregset_tc0c9391
Fix the build on armv7-unknown-freebsdd435e9b
Merge pull request #4006 from tgross35/backport-spinach7ee37b9
Merge pull request #4017 from tgross35/backport-watercress073c7b4
Fix definition of FIODGNAME on 32-bit FreeBSD255b039
Fix size of struct kinfo_file on 32-bit FreeBSDUpdates
which
from 6.0.3 to 7.0.0Release notes
Sourced from which's releases.
Changelog
Sourced from which's changelog.
Commits
1b5f7be
fix README.md version3edbc31
update CHANGELOGcef653d
add myself to authors59e410d
bump version66128a7
add support for user provided closure to receive nonfatal errors7c58cf0
Add a note on WebAssembly to README.mdUpdates
tempfile
from 3.13.0 to 3.14.0Changelog
Sourced from tempfile's changelog.
Commits
b232c58
chore: release 3.14.0 (#307)a23f396
fix: enable wasip2 feature for wasm32-wasip2 target (#305)f162807
ci: switch from cargo-wasi to directly using the wasip1 target (#306)fa8ad00
allow older windows-sys (#304)335d91d
fix: expose SpooledData enum (#301)Updates
allocator-api2
from 0.2.18 to 0.2.20Commits
Updates
anstream
from 0.6.17 to 0.6.18Commits
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 happyUpdates
anstyle
from 1.0.9 to 1.0.10Commits
9ce373f
chore: Release6668ff0
docs: Update changelog13e008a
Merge pull request #228 from DaniPopes/avoid-write-macro-strfb843c5
perf: avoid using write! macro with single strUpdates
arbitrary
from 1.3.2 to 1.4.1Changelog
Sourced from arbitrary's changelog.
... (truncated)
Commits
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-recursiveUpdates
cc
from 1.1.31 to 1.2.1Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
... (truncated)
Commits
19fa89e
chore: release v1.2.1 (#1289)76a3970
When invokingcl -?
, 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)Updates
clap_builder
from 4.5.20 to 4.5.21Release notes
Sourced from clap_builder's releases.
Changelog
Sourced from clap_builder's changelog.
Commits
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 runnerUpdates
clap_lex
from 0.7.2 to 0.7.3Changelog
Sourced from clap_lex's changelog.
Commits
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 runnerUpdates
cpufeatures
from 0.2.14 to 0.2.15Commits
32842f6
cpufeatures: relax XSAVE checks (#1130)ae570cd
Excludeaarch64-dit
from root workspace (#1131)b6fcf75
Cut new release candidates (#1127)e734b0e
Bumphybrid-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-addpackage.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: usedoc_auto_cfg
(#1118)Updates
derive_arbitrary
from 1.3.2 to 1.4.1Changelog
Sourced from derive_arbitrary's changelog.
... (truncated)
Commits
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-recursiveUpdates
fastrand
from 2.1.1 to 2.2.0Release notes
Sourced from fastrand's releases.
Changelog
Sourced from fastrand's changelog.
Commits
1b93479
v2.2.08ad2283
ci: Use "v2.0.0" branch for security check (#91)cfc0ab0
Update rustsec/audit-check branch name to main6dee614
Expose missing fill method in global_rng moduleUpdates
js-sys
from 0.3.70 to 0.3.72Commits
Updates
libm
from 0.2.10 to 0.2.11Release notes
Sourced from libm's releases.
Changelog
Sourced from libm's changelog.
Commits
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 casesUpdates
serde_derive
from 1.0.213 to 1.0.215Release notes
Sourced from serde_derive's releases.
Commits
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/namespanUpdates
syn
from 2.0.85 to 2.0.87Release notes
Sourced from syn's releases.
Commits
a777cff
Release 2.0.871f103d4
Merge pull request #1779 from dtolnay/scan0986a66
Ignore enum_glob_use pedantic clippy lintca97c7d
Translate expr scanner to table driven8039cb3
Test that every expr can be scanned0132c44
Make scan_expr compilable from integration test7c102c3
Extract non-full expr scanner to moduleceaf4d6
Merge pull request #1778 from dtolnay/exprpeeka890e9d
Expose can_begin_expr as Expr::peek12f068c
Merge pull request #1777 from dtolnay/anygroupUpdates
thiserror
from 1.0.65 to 1.0.69Release notes
Sourced from thiserror's releases.
Commits
41938bd
Release 1.0.699d6506e
Merge pull request #382 from dtolnay/hang591a44d
Fix fallback fmt expression parser hang5b36e37
Add ui test of invalid expression syntax in display attribute8d06fb5
Release 1.0.68372fd8a
Merge pull request #344 from dtolnay/binop08f8992
Disregard equality binop in fallback parserd2a823d
Merge pull request #343 from dtolnay/unnamedb3bf7a6
Add logic to determine whether unnamed fmt arguments are present490f9c0
Merge pull request #342 from dtolnay/synfullDescription has been truncated