build(deps): bump the dependencies group with 8 updates #138
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 dependencies group with 8 updates:
1.0.79
1.0.81
0.4.20
0.4.21
0.10.0
0.11.0
1.35.1
1.37.0
0.1.77
0.1.79
0.24.8
0.25.1
0.52.0
0.54.0
0.27.1
0.28.0
Updates
anyhow
from 1.0.79 to 1.0.81Release notes
Sourced from anyhow's releases.
Commits
4aad4ed
Release 1.0.818be9091
Merge pull request #354 from dtolnay/deadcodea2eb7dd
Make compatible with -Dwarnings5443719
Release 1.0.80dfc7bc0
Work around prelude redundant import warnings6e4f86b
Import from alloc not std, where possiblef885a13
Ignore incompatible_msrv clippy false positives in testfefbcbc
Ignore incompatible_msrv clippy lint78f2d81
Update ui test suite to nightly-2024-02-08edd88d3
Update ui test suite to nightly-2024-01-31Updates
log
from 0.4.20 to 0.4.21Changelog
Sourced from log's changelog.
Commits
3ccdc28
Merge pull request #617 from rust-lang/cargo/0.4.216153cb2
prepare for 0.4.21 releasef0f7494
Merge pull request #613 from rust-lang/feat/kv-cleanup2b220bf
clean up structured logging example646e9ab
use original Visitor name for VisitValuecf85c38
add needed subfeatures to kv_unstable73e9539
fix up capturing of :err31bb4b0
move error macros togetherad91711
support field shorthand in macros90a347b
restore removed APIs as deprecatedUpdates
smoltcp
from 0.10.0 to 0.11.0Release notes
Sourced from smoltcp's releases.
Changelog
Sourced from smoltcp's changelog.
Commits
ce42011
Release v0.11.04e2f477
Merge pull request #881 from smoltcp-rs/remove-unused-imports20416ab
Remove unused imports.b0acaab
Merge pull request #877 from thvdveld/update-changelogf08e687
Merge pull request #861 from thvdveld/check-ipv6-address3d3fea4
Merge pull request #835 from parallelsystems/dhcp-max-renew-timeout53dc5d7
chore: update changelog8b59d57
Merge pull request #878 from thvdveld/modify-ndisc-parsing2d862b2
change(wire/ndisc): try to parse all options1001586
fix(ipv6): allow loopback destination addressUpdates
tokio
from 1.35.1 to 1.37.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
9c337ca
chore: prepare Tokio v1.37.0 (#6435)e542501
io: document cancel safety ofAsyncBufReadExt::fill_buf
(#6431)4601c84
stream: addnext_many
andpoll_next_many
toStreamMap
(#6409)deff252
util: document cancel safety ofSinkExt::send
andStreamExt::next
(#6417)4565b81
sync: add arwlock()
method to ownedRwLock
guards (#6418)3ce4720
sync: addis_closed
,is_empty
, andlen
to mpsc receivers (#6348)8342e4b
util: assert compatibility betweenLengthDelimitedCodec
options (#6414)4c453e9
readme: add description about benchmarks (#6425)1846483
sync: expose strong and weak counts of mpsc sender handles (#6405)baad270
sync: add Semaphore example for limiting the number of outgoing requests (#6419)Updates
async-trait
from 0.1.77 to 0.1.79Release notes
Sourced from async-trait's releases.
Commits
1eb21ed
Release 0.1.7982cb95c
Resolve unused field of ReplaceSelf syntax tree visitorcd8286b
Update ui test suite to nightly-2024-03-22c73061d
Release 0.1.78b6314bc
Refactor inferred bound filtering8d51928
Merge pull request #262 from dtolnay/asyncspanc98a408
Minimize use of async token's span in expanded code2f5343c
Merge pull request #261 from dtolnay/inferredbound1a01bb4
Skip needlessly generating inferred bounds during ?Sende68d68c
Merge pull request #260 from dtolnay/qualificationsUpdates
image
from 0.24.8 to 0.25.1Changelog
Sourced from image's changelog.
Commits
b761703
Release 0.25.1 (#2187)318ed0a
Fix error string for unsupported color type (#2191)4594c80
Only accept .ff as path extension for Farbfeld (#2181)5c3d3db
Disable strict mode for JPEG decoder (#2183)73c7bfe
fix: Correct the Farbfeld feature flag for ImageFormat::{reading_enabled, wri...d407e36
Add nasm to optionally enable faster AVIF encoding87cbef7
Remove lingering references to ImageOutputFormat (#2176)c193acb
fix rgba8 image jpeg encode bug (#2169)fbd3f3e
Remove JPEG size limits while parsing header (#2175)e8b7acb
Mention DXT removal in changelog (#2166)Updates
windows
from 0.52.0 to 0.54.0Commits
148f4eb
Release 0.54.0 (#2894)380df19
Support additionalVARIANT
types (#2892)cf65494
AvoidResult
transformation forWIN32_ERROR
(#2890)77dc028
Workaround for confusingLocalFree
behavior (#2889)3807aba
Add natural error translation for RPC (#2883)2c2d784
Limit web workflow to Microsoft organization (#2874)ef82465
Update internal references to the current master version (#2872)8fd448b
Fixwindows-targets
semver linker path compatibility (#2870)c5511e7
Update readme link428a7ca
Fix forwindows-targets::link
doc compatibility (#2868)Updates
nix
from 0.27.1 to 0.28.0Changelog
Sourced from nix's changelog.
... (truncated)
Commits
21ab06e
chore: release 0.8.0595c6eb
chore: changelog for 0.28.0 (#2303)79b86a7
mmsg revert signature simplification (#2227)08e05a5
refactor: remove redundant imports to fix CI (#2320)197f55b
refactor: update nix (#2311)f34d00d
chore(deps): try libc 0.2.153 (#2309)062f6c0
test: clean clippy needless_borrow false positive issue (#2310)ca173ff
Fix the mount tests (#2269)0dfcf32
test: tweak test_fanotify to monitor ONLY 1 file (#2294)0fb3460
Temporarily disable CI on GNU hurd (#2307)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 <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> 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 <dependency name> 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 <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