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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will 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 minor version` will 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the rust group with 10 updates in the / directory:
1.0.86
1.0.92
3.4.0
3.4.1
4.5.16
4.5.20
4.5.24
4.5.36
0.2.158
0.2.161
0.5.1
0.6.0
0.8.0
0.10.3
1.0.209
1.0.214
1.0.127
1.0.132
1.5.1
1.5.2
Updates
anyhow
from 1.0.86 to 1.0.92Release notes
Sourced from anyhow's releases.
Commits
fd03a8e
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 syntax6c52daa
Release 1.0.914986853
Merge pull request #388 from dtolnay/outdirf130b76
Clean up dep-info files from OUT_DIRa0b868a
Release 1.0.900f74169
Improve rendering of inline code in macros documentationUpdates
arboard
from 3.4.0 to 3.4.1Release notes
Sourced from arboard's releases.
Changelog
Sourced from arboard's changelog.
Commits
6b45272
Release 3.4.1dd43f44
Add support for excluding macos clipboard items from history (#159)ee39c47
Fix new lints for CIUpdates
clap
from 4.5.16 to 4.5.20Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
5034cab
chore: Releaseb5b690c
docs: Update changelogabba196
Merge pull request #5688 from epage/rename6ddd5d4
fix(complete)!: Rename ArgValueCompleter to ArgValueCandidates71c5e27
fix(complete)!: Rename CustomCompleter to ValueCandidates1089073
chore: Releasec9b8c85
docs: Update changelog8b3de18
Merge pull request #5685 from epage/engineb38538d
fix(complete)!: Rename dynamic to engine232af62
Merge pull request #5684 from epage/endlessUpdates
clap_complete
from 4.5.24 to 4.5.36Commits
7a6475e
chore: Release0266c41
docs: Update changelog6ec0b43
Merge pull request #5791 from okapia/zsh-default-fallbacke40168c
fix(zsh): Use _default as zsh completion fallback55a18f5
chore: Release3b05635
fix(complete): Ensure new enough clap is used5d2cdac
chore: Releasef1c10eb
docs: Update changeloga4d1a7f
chore(ci): Take a break from template updatese95ed39
Merge pull request #5775 from vivienm/masterUpdates
libc
from 0.2.158 to 0.2.161Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
63b4a64
chore: release v0.2.16149f1ad7
Merge pull request #3984 from tgross35/backport-bsd-fixed784c3
unbreak OpenBSD after #3937b72e9bc
Merge pull request #3943 from rust-lang/release-plz-2024-09-25T01-38-49Zbf6680d
chore: release v0.2.160a367628
Merge pull request #3982 from tgross35/backport-basil35f31f8
Sort linux-musl.txt1b22329
Add fnmatch.h31f746a
Merge pull request #3980 from tgross35/backport-squashf39e871
VxWorks Sched_param renamed, pthread functions and constants addedUpdates
pinentry
from 0.5.1 to 0.6.0Changelog
Sourced from pinentry's changelog.
Commits
e4ca55f
v0.6.019266cf
cargo update82475e0
Merge pull request #13 from tmpfs/secrecy-0.106eacb17
Improve zeroization for multiple data lines357d7be
Bump MSRV to 1.60, migrate to Rust 20217930792
Update to secrecy 0.10.7410d73
Merge pull request #11 from str4d/release-0.5.1Updates
secrecy
from 0.8.0 to 0.10.3Commits
Updates
serde
from 1.0.209 to 1.0.214Release notes
Sourced from serde's releases.
Commits
4180621
Release 1.0.214210373b
Merge pull request #2568 from Mingun/into_deserializer-for-deserializers9cda015
Implement IntoDeserializer for all Deserializers in serde::de::value module58a8d22
Release 1.0.213ef0ed22
Merge pull request #2847 from dtolnay/newtypewith79925ac
Ignore dead_code warning in regression testb60e409
Hygiene for macro-generated newtype struct deserialization with 'with' attrfdc36e5
Add regression test for issue 284649e11ce
Ignore trivially_copy_pass_by_ref pedantic clippy lint in test7ae1b5f
Release 1.0.212Updates
serde_json
from 1.0.127 to 1.0.132Release notes
Sourced from serde_json's releases.
Commits
86d933c
Release 1.0.132f45b422
Merge pull request #1206 from dtolnay/hasnextf2082d2
Clearer order of comparisons0f54a1a
Handle early return sooner on eof in seq or map2a4cb44
Rearrange 'match peek'4cb90ce
Merge pull request #1205 from dtolnay/hasnextb71ccd2
Reduce duplicative instantiation of logic in SeqAccess and MapAccessa810ba9
Release 1.0.1310d084c5
Touch up PR 1135b4954a9
Merge pull request #1135 from swlynch99/map-deserializerUpdates
whoami
from 1.5.1 to 1.5.2Changelog
Sourced from whoami's changelog.
Commits
c1dfdec
Prepare whoami v1.5.2 (#113)0f32409
Bump redox_syscall from 0.4.1 to 0.5.1 (#111)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show