kubie
kubie copied to clipboard
Bump the all group across 1 directory with 5 updates
Bumps the all group with 5 updates in the / directory:
| Package | From | To |
|---|---|---|
| anyhow | 1.0.87 |
1.0.89 |
| clap | 4.5.17 |
4.5.20 |
| libc | 0.2.158 |
0.2.159 |
| tempfile | 3.12.0 |
3.13.0 |
| wildmatch | 2.3.4 |
2.4.0 |
Updates anyhow from 1.0.87 to 1.0.89
Release notes
Sourced from anyhow's releases.
1.0.89
- Make anyhow::Error's
UnwindSafeandRefUnwindSafeimpl consistently available between versions of Rust newer and older than 1.72 (#386)1.0.88
- Documentation improvements
Commits
9d3fb6dRelease 1.0.89830c399Merge pull request #386 from dtolnay/unwindsafe8454be3Ensure UnwindSafe even with "backtrace" feature enabled and old Rusta85e414Add more autotraits tests139f266Release 1.0.88aa3ab2bMerge pull request #385 from dtolnay/docnostd44c3767Update documentation on no-std error type conversions- See full diff in compare view
Updates clap from 4.5.17 to 4.5.20
Release notes
Sourced from clap's releases.
v4.5.19
[4.5.19] - 2024-10-01
Internal
- Update dependencies
v4.5.18
[4.5.18] - 2024-09-20
Features
- (builder) Expose
Arg::get_display_orderandCommand::get_display_order
Changelog
Sourced from clap's changelog.
[4.5.20] - 2024-10-08
Features
- (unstable) Add
CommandExt[4.5.19] - 2024-10-01
Internal
- Update dependencies
[4.5.18] - 2024-09-20
Features
- (builder) Expose
Arg::get_display_orderandCommand::get_display_order
Commits
5034cabchore: Releaseb5b690cdocs: Update changelogabba196Merge pull request #5688 from epage/rename6ddd5d4fix(complete)!: Rename ArgValueCompleter to ArgValueCandidates71c5e27fix(complete)!: Rename CustomCompleter to ValueCandidates1089073chore: Releasec9b8c85docs: Update changelog8b3de18Merge pull request #5685 from epage/engineb38538dfix(complete)!: Rename dynamic to engine232af62Merge pull request #5684 from epage/endless- Additional commits viewable in compare view
Updates libc from 0.2.158 to 0.2.159
Release notes
Sourced from libc's releases.
0.2.159
Added
- Android: add more
AT_*constants in rust-lang/libc#3779- Apple: add missing
NOTE_*constants in rust-lang/libc#3883- Hermit: add missing error numbers in rust-lang/libc#3858
- Hurd: add
__timevalfor 64-bit support in rust-lang/libc#3786- Linux: add
epoll_pwait2in rust-lang/libc#3868- Linux: add
mq_notifyin rust-lang/libc#3849- Linux: add missing
NFT_CT_*constants in rust-lang/libc#3844- Linux: add the
fchmodat2syscall in rust-lang/libc#3588- Linux: add the
msealsyscall in rust-lang/libc#3798- OpenBSD: add
sendmmsgandrecvmmsgin rust-lang/libc#3831- Unix: add
IN6ADDR_ANY_INITandIN6ADDR_LOOPBACK_INITin rust-lang/libc#3693- VxWorks: add
S_ISVTXin rust-lang/libc#3768- VxWorks: add
vxCpuLibandtaskLibfunctions rust-lang/libc#3861- WASIp2: add definitions for
std::netsupport in rust-lang/libc#3892Fixed
- Correctly handle version checks when
clippy-driveris used rust-lang/libc#3893Changed
- EspIdf: change signal constants to c_int in rust-lang/libc#3895
- HorizonOS: update network definitions in rust-lang/libc#3863
- Linux: combine
ioctlAPIs in rust-lang/libc#3722- WASI: enable CI testing in rust-lang/libc#3869
- WASIp2: enable CI testing in rust-lang/libc#3870
Changelog
Sourced from libc's changelog.
0.2.159 - 2024-09-24
Added
- Android: add more
AT_*constants in rust-lang/libc#3779- Apple: add missing
NOTE_*constants in rust-lang/libc#3883- Hermit: add missing error numbers in rust-lang/libc#3858
- Hurd: add
__timevalfor 64-bit support in rust-lang/libc#3786- Linux: add
epoll_pwait2in rust-lang/libc#3868- Linux: add
mq_notifyin rust-lang/libc#3849- Linux: add missing
NFT_CT_*constants in rust-lang/libc#3844- Linux: add the
fchmodat2syscall in rust-lang/libc#3588- Linux: add the
msealsyscall in rust-lang/libc#3798- OpenBSD: add
sendmmsgandrecvmmsgin rust-lang/libc#3831- Unix: add
IN6ADDR_ANY_INITandIN6ADDR_LOOPBACK_INITin rust-lang/libc#3693- VxWorks: add
S_ISVTXin rust-lang/libc#3768- VxWorks: add
vxCpuLibandtaskLibfunctions rust-lang/libc#3861- WASIp2: add definitions for
std::netsupport in rust-lang/libc#3892Fixed
- Correctly handle version checks when
clippy-driveris used rust-lang/libc#3893Changed
- EspIdf: change signal constants to c_int in rust-lang/libc#3895
- HorizonOS: update network definitions in rust-lang/libc#3863
- Linux: combine
ioctlAPIs in rust-lang/libc#3722- WASI: enable CI testing in rust-lang/libc#3869
- WASIp2: enable CI testing in rust-lang/libc#3870
Commits
7373a1achore: release (#3862)48668beMerge pull request #3931 from tgross35/backport-remove-tmp-file28bb64bRemove temporary file that was added by accidenta515d07Merge pull request #3904 from tgross35/backport-buildrs-fixabcb8f8Simplify the RUSTC_WRAPPER check5078335Fix rustc version whenclippy-driveris used57a7d46Merge pull request #3902 from tgross35/backport-horizon-networka3e8869Revise network definitions for HorizonOSfdd3a26Merge pull request #3900 from tgross35/espid-cherry-pick35060e8Merge pull request #3901 from tgross35/backport-epoll_pwait2- Additional commits viewable in compare view
Updates tempfile from 3.12.0 to 3.13.0
Changelog
Sourced from tempfile's changelog.
3.13.0
- Add
with_suffixconstructors for easily creating new temporary files with a specific suffix (e.g., a specific file extension). Thanks to@Borgerr.- Update dependencies (fastrand & rustix).
Commits
Updates wildmatch from 2.3.4 to 2.4.0
Release notes
Sourced from wildmatch's releases.
v2.4.0
Added
- optional ASCII case-insensitive pattern matching #24
Commits
9503dc8chore: Release wildmatch version 2.4.0210247eMerge pull request #24 from nethunterslabs/optional-ascii-case-insensitive2c9d871derive PartialOrd6723414add method to get pattern chars00ef480add case sensitive test0fbb7b8add method to get the pattern018821cimplement optional ASCII case-insensitive pattern matching- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions