Bump the all group across 1 directory with 8 updates
Bumps the all group with 8 updates in the / directory:
| Package | From | To |
|---|---|---|
| anyhow | 1.0.81 |
1.0.86 |
| clap | 4.5.3 |
4.5.4 |
| libc | 0.2.153 |
0.2.155 |
| serde | 1.0.197 |
1.0.202 |
| serde_json | 1.0.114 |
1.0.117 |
| serde_yaml | 0.9.33 |
0.9.34+deprecated |
| which | 6.0.0 |
6.0.1 |
| attohttpc | 0.27.0 |
0.28.0 |
Updates anyhow from 1.0.81 to 1.0.86
Release notes
Sourced from anyhow's releases.
1.0.86
- Fix parse error in
ensure!with non-literal after minus sign (#373)1.0.85
1.0.84
- Disallow calling
ensure!through aNotimpl for a type that is notbool(#367)1.0.83
- Integrate compile-time checking of cfgs (#363)
1.0.82
- Documentation improvements
Commits
8ea1819Release 1.0.860a1b405Merge pull request #373 from dtolnay/minusnege0c74f2Ensure $:literal never matches negative literal013c66eFix parse error with non-literal after minus signca7aff7Add binary operator ensure tests2737bbeRelease 1.0.8582b8b34Merge pull request #371 from dtolnay/splitad78d70Preserve more token spans in expression parser5cce406Parse comparison operators before other binary operators7205394Merge pull request #369 from dtolnay/tokensplit- Additional commits viewable in compare view
Updates clap from 4.5.3 to 4.5.4
Release notes
Sourced from clap's releases.
v4.5.4
[4.5.4] - 2024-03-25
Fixes
- (derive) Allow non-literal
#[arg(id)]attributes again
Changelog
Sourced from clap's changelog.
[4.5.4] - 2024-03-25
Fixes
- (derive) Allow non-literal
#[arg(id)]attributes again
Commits
5e4facfchore: Release8880b0adocs: Update changelog132b5ddMerge pull request #5425 from epage/litdf915fefix(derive): Re-allow expressions for id's8eab48frefactor(derive): Make it easier to work with 'Name'be73195refactor(derive): Clarify tests024089bMerge pull request #5415 from Pi-Cla/patch-13b35dbadocs: Add mention of nushell to clap_complete README58469d1Merge pull request #5405 from epage/docs655d829docs(derive): Fix ToC links within tutorial chapters- See full diff in compare view
Updates libc from 0.2.153 to 0.2.155
Release notes
Sourced from libc's releases.
0.2.155
What's Changed
- Add
SYS_lseekandSYS_mmapfor aarch64 Android by@lberrymagein rust-lang/libc#3632- Correct the value of FAN_MARK_IGNORE by
@severenin rust-lang/libc#3622- Update FreeBSD 13 CI image by
@JohnTitorin rust-lang/libc#3671- android: add FUTEX_LOCK_PI2 by
@rtzoellerin rust-lang/libc#3635- Fix out-of-bounds pointer arithmetic in CMSG_NXTHDR by
@purplesyringain rust-lang/libc#3676- Revert "Support posix_spawn on Android" by
@JohnTitorin rust-lang/libc#3678- Unlock ci: fix wrong cfg emscripten by
@tesujiin rust-lang/libc#3684- redox: correct EPOLL constants by
@jackpot51in rust-lang/libc#3686- [0.2] Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64 by
@cuviperin rust-lang/libc#3708- Re-add
posix_spawn{_file_actions_t,attr_t}on Android by@tesujiin rust-lang/libc#3690- Update version to
0.2.155by@madsmtmin rust-lang/libc#3682New Contributors
@lberrymagemade their first contribution in rust-lang/libc#3632@purplesyringamade their first contribution in rust-lang/libc#3676Full Changelog: https://github.com/rust-lang/libc/compare/0.2.154...0.2.155
0.2.154
What's Changed
- Fix CI on v0.2 by
@JohnTitorin rust-lang/libc#3589- [Backport #3547] Add ioctl FS_IOC_{G,S}{ETVERSION,ETFLAGS} for CSKY by
@Dirrekein rust-lang/libc#3572- Add Linux riscv64 HWCAP defines (libc-0.2) by
@Xeonacidin rust-lang/libc#3580- Add missing MIPS R6 FS_IOC_* definitions by
@chenx97in rust-lang/libc#3591- Support posix_spawn on Android by
@pccin rust-lang/libc#3602- [0.2] Fix libc-tests for loongarch64 by
@heiherin rust-lang/libc#3607- visionOS Support by
@agg23in rust-lang/libc#3568- [0.2] linux/musl: Add support for LoongArch64 by
@heiherin rust-lang/libc#3606- v0.2: Fix c_char on AIX by
@taiki-ein rust-lang/libc#3662- solarish adding SO_EXCLBIND constant. by
@devnexenin rust-lang/libc#3651- [0.2] Add SIG constants to espidf by
@Tevz-Beskovnikin rust-lang/libc#3658- add all android sysconf constants by
@fkm3in rust-lang/libc#3656- feat: more _PC_XXX constants for apple targets by
@SteveLauCin rust-lang/libc#3649- feat: O_EXEC/O_SEARCH for apple platforms by
@SteveLauCin rust-lang/libc#3668- [0.2] Add constant AT_MINSIGSTKSZ by
@ur4tin rust-lang/libc#3637- Haiku: synchronize with post R1-beta 4 changes in libc by
@nielxin rust-lang/libc#3638- adding getentropy/getrandom to dragonflybsd. by
@devnexenin rust-lang/libc#3618- Move strftime, strftime_l, strptime to linux_like by
@pccin rust-lang/libc#3600- update crate version to 0.2.154 by
@Dirrekein rust-lang/libc#3573New Contributors
@pccmade their first contribution in rust-lang/libc#3602@agg23made their first contribution in rust-lang/libc#3568@Tevz-Beskovnikmade their first contribution in rust-lang/libc#3658@ur4tmade their first contribution in rust-lang/libc#3637Full Changelog: https://github.com/rust-lang/libc/compare/0.2.153...0.2.154
Commits
7df63bdMerge pull request #3682 from madsmtm/new-version0bbb5cdMerge pull request #3690 from tesuji/android-posix-spawn15c74a4Update version to 0.2.155664947bMerge pull request #3708 from cuviper/ci-sparc64-0.261331dfAlso skipMFD_EXECandMFD_NOEXEC_SEALon sparc6473d2004SkipSECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECVon sparc6480535f3Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64b2b2fd7Readd posix_spawn{_file_actions_t,attr_t} on Android7646277Merge pull request #3686 from redox-os/redox-epoll-0.25eff703redox: correct EPOLL constants- Additional commits viewable in compare view
Updates serde from 1.0.197 to 1.0.202
Release notes
Sourced from serde's releases.
v1.0.202
- Provide public access to RenameAllRules in serde_derive_internals (#2743)
v1.0.201
- Resolve unexpected_cfgs warning (#2737)
v1.0.200
- Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats (#2733, thanks
@jamessan)v1.0.199
- Fix ambiguous associated item when
forward_to_deserialize_any!is used on an enum withErrorvariant (#2732, thanks@aatifsyed)v1.0.198
- Support serializing and deserializing
Saturating<T>(#2709, thanks@jbethune)
Commits
9e32a40Release 1.0.20287f635eRelease serde_derive_internals 0.29.1d4b2dfbMerge pull request #2743 from dtolnay/renameallrulesf6ab0bcProvide public access to RenameAllRules in serde_derive_internals48cc2a6Replace use of a syn From impl3202a68Skip rerunning build script on library code changesb4f1bc1Release 1.0.201029ab46Merge pull request #2737 from dtolnay/checkcfg220ca0cResolve unexpected_cfgs warning20306f4Fix cfg on test_systemtime_overflow- Additional commits viewable in compare view
Updates serde_json from 1.0.114 to 1.0.117
Release notes
Sourced from serde_json's releases.
v1.0.117
- Resolve unexpected_cfgs warning (#1130)
v1.0.116
- Make module structure comprehensible to static analysis (#1124, thanks
@mleonhard)v1.0.115
- Documentation improvements
Commits
0ae247cRelease 1.0.1174517c7aPartialEq is not implemented between Value and 128-bit intsfdf99c7Combine number PartialEq testsb4fc245Merge pull request #1130 from serde-rs/checkcfg98f1a24Resolve unexpected_cfgs warninga3f62bbRelease 1.0.11612c8ee0Hide "non-exhaustive patterns" errors when crate fails to compile051ce97Merge pull request 1124 from mleonhard/master25dc750Replacefeatures_checkmod with a call tostd::compile_error!. Fixes htt...2e15e3dRevert "Temporarily disable miri on doctests"- Additional commits viewable in compare view
Updates serde_yaml from 0.9.33 to 0.9.34+deprecated
Release notes
Sourced from serde_yaml's releases.
0.9.34
As of this release, I am not planning to publish further versions of
serde_yamlas none of my projects have been using YAML for a long time, so I have archived the GitHub repo and marked the crate deprecated in the version number. An official replacement isn't designated for those who still need to work with YAML, but https://crates.io/search?q=yaml&sort=relevance and https://crates.io/keywords/yaml has a number of reasonable-looking options available.
Commits
2009506Release 0.9.343ba8462Add unmaintained note77236b0Ignore dead code lint in tests- See full diff in compare view
Updates which from 6.0.0 to 6.0.1
Release notes
Sourced from which's releases.
6.0.1
- Remove dependency on
once_cellfor Windows users, replace withstd::sync::OnceLock.
Changelog
Sourced from which's changelog.
6.0.1
- Remove dependency on
once_cellfor Windows users, replace withstd::sync::OnceLock.
Commits
7c8a898bump patch versione95dca2remove dependency on once_cell071683cUse winsafe over windows-sys, and reduce dependency on rustix96a8004Upgrade deps, move to 6.0.0- See full diff in compare view
Updates attohttpc from 0.27.0 to 0.28.0
Release notes
Sourced from attohttpc's releases.
v0.28.0
What's Changed
- Update to actions/checkout@v4 by
@tottotoin sbstp/attohttpc#158- Update env_logger requirement from 0.10.0 to 0.11.0 by
@dependabotin sbstp/attohttpc#160- Add method to get mutable reference to HeaderMap of request builder by
@tottotoin sbstp/attohttpc#164- Bump the all group with 1 update by
@dependabotin sbstp/attohttpc#165Full Changelog: https://github.com/sbstp/attohttpc/compare/v0.27.0...v0.28.0
Commits
42cdf28Version 0.28.0f5c65b3Bump the all group with 1 update (#165)97642fdAdd method to get mutable reference to HeaderMap of request builder (#164)3bd674bUpdate dependabot config1273f68Update env_logger requirement from 0.10.0 to 0.11.0 (#160)f1fc784Update to actions/checkout@v4 (#158)- 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