build(deps): bump the rust-dependencies group with 10 updates #646
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 rust-dependencies group with 10 updates:
1.41.0
1.41.1
1.0.67
2.0.3
1.0.92
1.0.93
2.5.2
2.5.3
0.2.161
0.2.162
v1.3.2
v1.3.4
v1.3.2
v1.3.4
3.0.0
3.0.1
3.13.0
3.14.0
3.1.1
3.2.0
Updates
tokio
from 1.41.0 to 1.41.1Release notes
Sourced from tokio's releases.
Commits
bb7ca75
chore: prepare Tokio v1.41.1 (#6959)4a34b77
metrics: fix bug with wrong number of buckets for the histogram (#6957)8897885
docs: fix mismatched backticks in CONTRIBUTING.md (#6951)0dbdd19
ci: update cargo-check-external-types to 0.1.13 (#6949)94e55c0
net: fix typo inTcpStream
internal comment (#6944)4468f27
metrics: fixed flakyworker_steal_count
test (#6932)070a825
metrics: removed race condition from global_queue_depth_multi_thread test (#6...946401c
net: displaynet
requirement fornet::UdpSocket
in docs (#6938)0c01fd2
ci: use patched version of cargo-check-external-types to fix CI failure (#6937)ebe2416
ci: use cargo deny (#6931)Updates
thiserror
from 1.0.67 to 2.0.3Release notes
Sourced from thiserror's releases.
... (truncated)
Commits
15fd26e
Release 2.0.37046023
Simplify how has_bonus_display is accumulated9cc1d0b
Merge pull request #384 from dtolnay/nowrap1d040f3
Use Var wrapper only for Pointer formatting6a6132d
Extend no-display ui test to cover another fmt traita061beb
Merge pull request #383 from dtolnay/both6388293
Support Display and Debug of same path in error messagedc0359e
Defer binding_value construction520343e
Add test of Debug and Display of paths49be39d
Release 2.0.2Updates
anyhow
from 1.0.92 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 v2Updates
url
from 2.5.2 to 2.5.3Release notes
Sourced from url's releases.
Commits
8a683ff
Merge idna-v1x to main (#990)08a3268
OSS-Fuzz: Add more fuzzers (#988)5d363cc
Improve serde error output (#982)30e6258
fix: support wasm32-wasip2 on stable channel (#983)bf089c4
support hermit (#985)b08a655
Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)ebd5cfb
no_std
support for theurl
crate (#831)7eccac9
Add a test for and fix issue #974 (#975)710e1e7
refactor and add tests for percent encoding (#977)6050a6e
mention why we pin unicode-width (#972)Updates
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
tuic
from v1.3.2 to v1.3.4Release notes
Sourced from tuic's releases.
Commits
333f80d
chore: release 1.3.4c7b7cd1
fix: wrong logic of udp timeout727b3f7
ci: update macos runner to macos-134fb48d5
fix: udp session reuse09dc5df
chore: release 1.3.388bde95
refactor: make config's loglevel only affect tuic9f0bb34
chore: adjust ctrl_c handleref27b2b
feat: add livetime for udp sessionc331e96
fix: try fix #313cd2dfb
style: cargo fmtUpdates
tuic-quinn
from v1.3.2 to v1.3.4Release notes
Sourced from tuic-quinn's releases.
Commits
333f80d
chore: release 1.3.4c7b7cd1
fix: wrong logic of udp timeout727b3f7
ci: update macos runner to macos-134fb48d5
fix: udp session reuse09dc5df
chore: release 1.3.388bde95
refactor: make config's loglevel only affect tuic9f0bb34
chore: adjust ctrl_c handleref27b2b
feat: add livetime for udp sessionc331e96
fix: try fix #313cd2dfb
style: cargo fmtUpdates
security-framework
from 3.0.0 to 3.0.1Commits
f35b6ac
Fix CMS on iOSUpdates
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
serial_test
from 3.1.1 to 3.2.0Release notes
Sourced from serial_test's releases.
Commits
3ac9744
3.2.051259ef
Merge pull request #120 from palfrey/strip-default-features27178a2
Add some missing features5aefac5
Strip down the required features for various libraries3c50af8
Merge pull request #119 from palfrey/fix-default-featuresc280409
default_features -> default-features6229fac
Merge pull request #118 from palfrey/proc-macro-updatef6435ab
Downgrade env_logger requirementsa41fa22
Run build/test with updated packages8de7c1f
Added new workflow step to update dependenciesDependabot 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