Fix: recvmsg now sets the length of the received sockaddr_un field
correctly on Linux platforms. (#2041)
Fix potentially invalid conversions in
SockaddrIn::from<std::net::SocketAddrV4>,
SockaddrIn6::from<std::net::SockaddrV6>, IpMembershipRequest::new, and
Ipv6MembershipRequest::new with future Rust versions.
(#2061)
Fixed an incorrect lifetime returned from recvmsg.
(#2095)
[0.26.2] - 2023-01-18
Fixed
Fix SockaddrIn6 bug that was swapping flowinfo and scope_id byte ordering.
(#1964)
[0.26.1] - 2022-11-29
Fixed
Fix UB with sys::socket::sockopt::SockType using SOCK_PACKET.
(#1821)
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 vhost-device group in /staging with 14 updates:
4.5.11
4.5.13
0.7.2
0.7.3
0.21.0
0.22.0
3.10.1
3.11.0
4.5.11
4.5.13
4.5.11
4.5.13
0.1.13
0.1.14
2.2.6
2.3.0
0.27.1
0.26.4
0.7.2
0.7.3
1.10.5
1.10.6
0.21.0
0.22.0
2.0.72
1.0.109
0.6.7
0.6.8
Updates
clap
from 4.5.11 to 4.5.13Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
66b5a12
chore: Releasea83b724
docs: Update changeloge19469f
Merge pull request #5615 from epage/wrap360bb3b
fix(help): Properly wrap subcommand about58b5bd8
test(help): Show bad subcommand wrappinge1f6320
Merge pull request #5614 from epage/snap7b5b61b
test(help): Switch to snapbox1490e24
chore: Update snapbox6671d93
Merge pull request #5613 from epage/flatten13dfdb3
fix(derive): Improve flattening-skipped-group assertUpdates
num_enum
from 0.7.2 to 0.7.3Commits
86d359f
Prep for 0.7.3 (#155)456c95d
Remove travis badge (#153)b006342
fix: filter catch_all variant in EnumInfo methods (#150)c12fb92
Run metadata consistency checks in CI (#152)4d25890
Bump trybuild to 1.0.98, and MSRV to 1.70.0 (#151)Updates
rstest
from 0.21.0 to 0.22.0Release notes
Sourced from rstest's releases.
Changelog
Sourced from rstest's changelog.
Commits
6213428
Prepare 0.22.016591fd
Make clippy happyd40e785
Merge pull request #269 from la10736/fix_typos9110f0c
Fix typo696eaf6
Merge pull request #268 from la10736/arg_destruct3949076
Fixed warning in betad35ade2
Docs and make clippy happy40087a7
Implementation and integration testsfcf732d
Merge pull request #267 from marcobacis/ignore_parametercf9dd0b
update docs, simplified unit testUpdates
tempfile
from 3.10.1 to 3.11.0Changelog
Sourced from tempfile's changelog.
Commits
3531c11
Release 3.11.09825fff
test: add a test case for override_temp_dir (#289)ce8b147
feat: add the ability to override the default temporary directory (#286)e5418bd
chore: modernize doctests (#282)73e92b3
chore: fix doc url (#280)ecb7374
chore: set html_root_url to latest (#279)Updates
clap_builder
from 4.5.11 to 4.5.13Release notes
Sourced from clap_builder's releases.
Changelog
Sourced from clap_builder's changelog.
Commits
66b5a12
chore: Releasea83b724
docs: Update changeloge19469f
Merge pull request #5615 from epage/wrap360bb3b
fix(help): Properly wrap subcommand about58b5bd8
test(help): Show bad subcommand wrappinge1f6320
Merge pull request #5614 from epage/snap7b5b61b
test(help): Switch to snapbox1490e24
chore: Update snapbox6671d93
Merge pull request #5613 from epage/flatten13dfdb3
fix(derive): Improve flattening-skipped-group assertUpdates
clap_derive
from 4.5.11 to 4.5.13Release notes
Sourced from clap_derive's releases.
Changelog
Sourced from clap_derive's changelog.
Commits
66b5a12
chore: Releasea83b724
docs: Update changeloge19469f
Merge pull request #5615 from epage/wrap360bb3b
fix(help): Properly wrap subcommand about58b5bd8
test(help): Show bad subcommand wrappinge1f6320
Merge pull request #5614 from epage/snap7b5b61b
test(help): Switch to snapbox1490e24
chore: Update snapbox6671d93
Merge pull request #5613 from epage/flatten13dfdb3
fix(derive): Improve flattening-skipped-group assertUpdates
enumn
from 0.1.13 to 0.1.14Release notes
Sourced from enumn's releases.
Commits
06b55bc
Release 0.1.14e6d982e
Wrap readme to 80 columns8f7b70b
Fix typo in readme and crate-level documentationb7eca9c
Explicitly install a Rust toolchain for cargo-outdated jobUpdates
indexmap
from 2.2.6 to 2.3.0Changelog
Sourced from indexmap's changelog.
Commits
22c0b4e
Merge pull request #335 from epage/mut39f7cc0
Release 2.3.06049d51
feat(map): Add MutableKeys::iter_mut265c3c46
feat(map): Add MutableEntryKey7f7d39f
Merge pull request #332 from waywardmonkeys/missing-indentation-in-doc-comment8222a59
Fix missing indentation in doc comment.1a71dde
Merge pull request #327 from waywardmonkeys/dep-update-dev-dep-itertoolsac2a8a5
deps(dev): Updateitertools
Updates
nix
from 0.27.1 to 0.26.4Changelog
Sourced from nix's changelog.
... (truncated)
Commits
08d8ba9
chore: Release nix version 0.26.4eec327d
Add CHANGELOG entry for PR #21171d5c730
Merge pull request #2117 from asomers/revert-bitflags12699b7
Revert "Merge #2027 #2057"8a2325a
chore: Release nix version 0.26.3b0cf122
release.toml: compatibility with cargo-release 0.22 (#2108)131e238
Relax the tempfile requirement, and lock it to 3.6.0 during CI8e6d9d4
Lock tempfile to 3.7.1 during CI on the MSRV toolchain8b66e07
Fix Haiku build by updating tempfile to 3.7.1d87d401
Merge pull request #2105 from asomers/r0.26.3Updates
num_enum_derive
from 0.7.2 to 0.7.3Commits
86d359f
Prep for 0.7.3 (#155)456c95d
Remove travis badge (#153)b006342
fix: filter catch_all variant in EnumInfo methods (#150)c12fb92
Run metadata consistency checks in CI (#152)4d25890
Bump trybuild to 1.0.98, and MSRV to 1.70.0 (#151)Updates
regex
from 1.10.5 to 1.10.6Changelog
Sourced from regex's changelog.
Commits
ab88aa5
1.10.676f2d30
changelog: 1.10.62970d29
unstable: fitPattern
trait implementation8856fe3
regex-cli-0.2.1c4c76a1
regex-test-0.1.1c2f9ca4
regex-test: bump toml dependency1288b83
regex-lite-0.1.6Updates
rstest_macros
from 0.21.0 to 0.22.0Release notes
Sourced from rstest_macros's releases.
Changelog
Sourced from rstest_macros's changelog.
Commits
6213428
Prepare 0.22.016591fd
Make clippy happyd40e785
Merge pull request #269 from la10736/fix_typos9110f0c
Fix typo696eaf6
Merge pull request #268 from la10736/arg_destruct3949076
Fixed warning in betad35ade2
Docs and make clippy happy40087a7
Implementation and integration testsfcf732d
Merge pull request #267 from marcobacis/ignore_parametercf9dd0b
update docs, simplified unit testUpdates
syn
from 2.0.72 to 1.0.109Commits
bfa790b
Release 1.0.109c182545
Restore compatibility with rust 1.3101f69e9
Release 1.0.10862d0aed
stricter parsing of string_continue escapes4168f6b
Release 1.0.107d8690f2
Opt out -Zrustdoc-scrape-examples on docs.rs5306cde
Release 1.0.1066db337c
Update build status badge876a605
Merge pull request #1251 from dtolnay/instaloop65e0e42
Fix invalid use of insta snapshot inside a loopUpdates
toml_datetime
from 0.6.7 to 0.6.8Commits
eb16379
chore: Release534c0eb
docs: Update changelogd6bdaee
Merge pull request #773 from epage/loqusion_main6d46fd2
feat(datetime): impl Serialize/Deserialize for Date/Timefb83c29
Merge pull request #772 from epage/arraye273be6
perf(parser): Optimize for empty arrays5a9ad6f
doc(parser): Update grammar15a9e83
refactor(parser): Make array parsing intent clearer69b2a06
perf(parser): More imperative array parsing04b7d16
perf(parser): Don't throwaway Vec allocationDependabot 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