Closed dependabot[bot] closed 3 months ago
Bumps the vhost-device group with 22 updates in the / directory:
4.5.9
4.5.13
0.11.3
0.11.5
3.10.1
3.12.0
0.7.2
0.7.3
2.4.1
2.6.0
1.0.204
1.0.206
0.6.14
0.6.15
1.0.7
1.0.8
0.2.4
0.2.5
1.1.0
1.1.1
3.0.3
3.0.4
1.1.6
1.1.10
0.7.1
1.0.1
1.0.2
0.1.0
0.1.2
2.2.6
2.3.0
1.70.0
1.70.1
0.2.17
0.2.20
1.10.5
1.10.6
0.6.6
0.6.7
0.12.15
0.12.16
0.9.4
0.9.5
Updates clap from 4.5.9 to 4.5.13
clap
Sourced from clap's releases.
v4.5.13 [4.5.13] - 2024-07-31 Fixes (derive) Improve error message when #[flatten]ing an optional #[group(skip)] (help) Properly wrap long subcommand descriptions in help v4.5.12 [4.5.12] - 2024-07-31 v4.5.10 [4.5.10] - 2024-07-23
#[flatten]
#[group(skip)]
Sourced from clap's changelog.
[4.5.13] - 2024-07-31 Fixes (derive) Improve error message when #[flatten]ing an optional #[group(skip)] (help) Properly wrap long subcommand descriptions in help [4.5.12] - 2024-07-31 [4.5.11] - 2024-07-25 [4.5.10] - 2024-07-23
d222ae4
a8abcb4
2690e1b
7fd7b3e
fc6aaca
631e54b
6fb49d0
6f215ee
bbb2e6f
999071c
visible
hidden
Updates env_logger from 0.11.3 to 0.11.5
env_logger
Sourced from env_logger's releases.
v0.11.5 [0.11.5] - 2024-07-25 v0.11.4 [0.11.4] - 2024-07-23
Sourced from env_logger's changelog.
[0.11.5] - 2024-07-25 [0.11.4] - 2024-07-23
73bb418
57f1bb7
ba2748f
4dd976b
05aacb9
faf5b3e
parse_spec
c42511c
0e25d9e
e1640c4
f8acfee
Updates tempfile from 3.10.1 to 3.12.0
tempfile
Sourced from tempfile's changelog.
3.12.0 Add a keep(keep: bool) function to builder that suppresses delete-on-drop behavior (thanks to @RalfJung). Update windows-sys from 0.52 to 0.59. 3.11.0 Add the ability to override the default temporary directory. This API shouldn't be used in general, but there are some cases where it's unavoidable.
keep(keep: bool)
@RalfJung
windows-sys
Updates num_enum from 0.7.2 to 0.7.3
num_enum
86d359f
456c95d
b006342
c12fb92
4d25890
Updates bitflags from 2.4.1 to 2.6.0
bitflags
Sourced from bitflags's releases.
2.6.0 What's Changed Sync CHANGELOG.md with github release notes by @dextero in bitflags/bitflags#402 Update error messages and zerocopy by @KodrAus in bitflags/bitflags#403 Bump minimum declared versions of dependencies by @dextero in bitflags/bitflags#404 chore(deps): bump serde_derive and bytemuck versions by @joshka in bitflags/bitflags#405 add OSFF Scorecard workflow by @KodrAus in bitflags/bitflags#396 Update stderr messages by @KodrAus in bitflags/bitflags#408 Fix typo by @waywardmonkeys in bitflags/bitflags#410 Allow specifying outer attributes in impl mode by @KodrAus in bitflags/bitflags#411 Prepare for 2.6.0 release by @KodrAus in bitflags/bitflags#412 New Contributors @dextero made their first contribution in bitflags/bitflags#402 @joshka made their first contribution in bitflags/bitflags#405 @waywardmonkeys made their first contribution in bitflags/bitflags#410 Full Changelog: https://github.com/bitflags/bitflags/compare/2.5.0...2.6.0 2.5.0 What's Changed Derive Debug for Flag<B> by @tgross35 in bitflags/bitflags#398 Support truncating or strict-named variants of parsing and formatting by @KodrAus in bitflags/bitflags#400 Prepare for 2.5.0 release by @KodrAus in bitflags/bitflags#401 New Contributors @tgross35 made their first contribution in bitflags/bitflags#398 Full Changelog: https://github.com/bitflags/bitflags/compare/2.4.2...2.5.0 2.4.2 What's Changed Cargo.toml: Anchor excludes to root of the package by @jamessan in bitflags/bitflags#387 Update error messages by @KodrAus in bitflags/bitflags#390 Add support for impl mode structs to be repr(packed) by @GnomedDev in bitflags/bitflags#388 Remove old unused_tuple_struct_fields lint by @dtolnay in bitflags/bitflags#393 Delete use of local_inner_macros by @dtolnay in bitflags/bitflags#392 Prepare for 2.4.2 release by @KodrAus in bitflags/bitflags#394 New Contributors @jamessan made their first contribution in bitflags/bitflags#387 @GnomedDev made their first contribution in bitflags/bitflags#388 Full Changelog: https://github.com/bitflags/bitflags/compare/2.4.1...2.4.2
@dextero
@KodrAus
@joshka
@waywardmonkeys
Full Changelog: https://github.com/bitflags/bitflags/compare/2.5.0...2.6.0
Debug
Flag<B>
@tgross35
Full Changelog: https://github.com/bitflags/bitflags/compare/2.4.2...2.5.0
@jamessan
@GnomedDev
unused_tuple_struct_fields
@dtolnay
local_inner_macros
Full Changelog: https://github.com/bitflags/bitflags/compare/2.4.1...2.4.2
Sourced from bitflags's changelog.
2.6.0 What's Changed Sync CHANGELOG.md with github release notes by @dextero in bitflags/bitflags#402 Update error messages and zerocopy by @KodrAus in bitflags/bitflags#403 Bump minimum declared versions of dependencies by @dextero in bitflags/bitflags#404 chore(deps): bump serde_derive and bytemuck versions by @joshka in bitflags/bitflags#405 add OSFF Scorecard workflow by @KodrAus in bitflags/bitflags#396 Update stderr messages by @KodrAus in bitflags/bitflags#408 Fix typo by @waywardmonkeys in bitflags/bitflags#410 Allow specifying outer attributes in impl mode by @KodrAus in bitflags/bitflags#411 New Contributors @dextero made their first contribution in bitflags/bitflags#402 @joshka made their first contribution in bitflags/bitflags#405 @waywardmonkeys made their first contribution in bitflags/bitflags#410 Full Changelog: https://github.com/bitflags/bitflags/compare/2.5.0...2.6.0 2.5.0 What's Changed Derive Debug for Flag<B> by @tgross35 in bitflags/bitflags#398 Support truncating or strict-named variants of parsing and formatting by @KodrAus in bitflags/bitflags#400 New Contributors @tgross35 made their first contribution in bitflags/bitflags#398 Full Changelog: https://github.com/bitflags/bitflags/compare/2.4.2...2.5.0 2.4.2 What's Changed Cargo.toml: Anchor excludes to root of the package by @jamessan in bitflags/bitflags#387 Update error messages by @KodrAus in bitflags/bitflags#390 Add support for impl mode structs to be repr(packed) by @GnomedDev in bitflags/bitflags#388 Remove old unused_tuple_struct_fields lint by @dtolnay in bitflags/bitflags#393 Delete use of local_inner_macros by @dtolnay in bitflags/bitflags#392 New Contributors @jamessan made their first contribution in bitflags/bitflags#387 @GnomedDev made their first contribution in bitflags/bitflags#388 Full Changelog: https://github.com/bitflags/bitflags/compare/2.4.1...2.4.2
1351369
a187b29
e1ac235
dc8f03a
9c4b93c
980c588
9f633fe
70a8247
650025d
4020868
Updates serde from 1.0.204 to 1.0.206
serde
Sourced from serde's releases.
v1.0.206 Improve support for flatten attribute inside of enums (#2567, thanks @Mingun) v1.0.205 Use serialize_entry instead of serialize_key + serialize_value when serialize flattened newtype enum variants (#2785, thanks @Mingun) Avoid triggering a collection_is_never_read lint in the deserialization of enums containing flattened fields (#2791)
flatten
@Mingun
85c73ef
5ba1796
e52b7b3
84c7419
536221b
fc55ac7
2afe5b4
b4ec259
c3ac7b6
24614e4
Updates anstream from 0.6.14 to 0.6.15
anstream
6e96e96
71560fa
9cb3b84
8e48cc8
1ec0b40
4fa09f7
#RGB
76f6849
ffa2458
53bccf9
8576df1
Updates anstyle from 1.0.7 to 1.0.8
anstyle
Updates anstyle-parse from 0.2.4 to 0.2.5
anstyle-parse
Updates anstyle-query from 1.1.0 to 1.1.1
anstyle-query
Updates anstyle-wincon from 3.0.3 to 3.0.4
anstyle-wincon
Updates cc from 1.1.6 to 1.1.10
cc
Sourced from cc's releases.
cc-v1.1.10 Other Remap Windows targets triples to their LLVM counterparts (#1176) cc-v1.1.9 Other Add custom CC wrapper to the wrapper whitelist (#1175) cc-v1.1.8 Other Fix broken link in docs.rs (#1173) cc-v1.1.7 Other add .objects (#1166)
.objects
Sourced from cc's changelog.
1.1.10 - 2024-08-11 Other Remap Windows targets triples to their LLVM counterparts (#1176) 1.1.9 - 2024-08-11 Other Add custom CC wrapper to the wrapper whitelist (#1175) 1.1.8 - 2024-08-06 Other Fix broken link in docs.rs (#1173) 1.1.7 - 2024-07-29 Other add .objects (#1166)
17b353d
1c10013
4b723d9
7858d38
5863b31
59dfb53
c2fd8ec
be29fd6
Updates clap_builder from 4.5.9 to 4.5.13
clap_builder
Sourced from clap_builder's releases.
Sourced from clap_builder's changelog.
66b5a12
a83b724
e19469f
360bb3b
58b5bd8
e1f6320
7b5b61b
1490e24
6671d93
13dfdb3
Updates clap_derive from 4.5.8 to 4.5.13
clap_derive
Sourced from clap_derive's releases.
v4.5.13 [4.5.13] - 2024-07-31 Fixes (derive) Improve error message when #[flatten]ing an optional #[group(skip)] (help) Properly wrap long subcommand descriptions in help v4.5.12 [4.5.12] - 2024-07-31 v4.5.10 [4.5.10] - 2024-07-23 v4.5.9 [4.5.9] - 2024-07-09 Fixes (error) When defining a custom help flag, be sure to suggest it like we do the built-in one
Sourced from clap_derive's changelog.
[4.5.13] - 2024-07-31 Fixes (derive) Improve error message when #[flatten]ing an optional #[group(skip)] (help) Properly wrap long subcommand descriptions in help [4.5.12] - 2024-07-31 [4.5.11] - 2024-07-25 [4.5.10] - 2024-07-23 [4.5.9] - 2024-07-09 Fixes (error) When defining a custom help flag, be sure to suggest it like we do the built-in one
Updates clap_lex from 0.7.1 to 0.7.2
clap_lex
Sourced from clap_lex's changelog.
v0.7.2 (2015-05-03) Bug Fixes RequiredArgs fixes bug where required-by-default arguments are not listed in usage (12aea961, closes #96)
4a00677
6b18d77
5efa52a
1857e47
8697a61
a271c19
f7383f7
--flag bar
-f bar
2f53bb3
932ca13
complete_arg
ParseState
73b07c9
Updates colorchoice from 1.0.1 to 1.0.2
colorchoice
Updates env_filter from 0.1.0 to 0.1.2
env_filter
Updates indexmap from 2.2.6 to 2.3.0
indexmap
Sourced from indexmap's changelog.
2.3.0 Added trait MutableEntryKey for opt-in mutable access to map entry keys. Added method MutableKeys::iter_mut2 for opt-in mutable iteration of map keys and values.
MutableEntryKey
MutableKeys::iter_mut2
22c0b4e
39f7cc0
6049d51
65c3c46
7f7d39f
8222a59
1a71dde
ac2a8a5
itertools
Updates is_terminal_polyfill from 1.70.0 to 1.70.1
is_terminal_polyfill
Sourced from is_terminal_polyfill's changelog.
[1.70.1] - 2024-07-25
39110f6
Updates num_enum_derive from 0.7.2 to 0.7.3
num_enum_derive
Updates ppv-lite86 from 0.2.17 to 0.2.20
ppv-lite86
Updates regex from 1.10.5 to 1.10.6
regex
Sourced from regex's changelog.
1.10.6 (2024-08-02) This is a new patch release with a fix for the unstable crate feature that enables std::str::Pattern trait integration. Bug fixes: [BUG #1219](rust-lang/regex#1219): Fix the Pattern trait implementation as a result of nightly API breakage.
This is a new patch release with a fix for the unstable crate feature that enables std::str::Pattern trait integration.
unstable
std::str::Pattern
Bug fixes:
Pattern
ab88aa5
76f2d30
2970d29
8856fe3
c4c76a1
c2f9ca4
1288b83
Updates serde_derive from 1.0.204 to 1.0.206
serde_derive
Sourced from serde_derive's releases.
Updates serde_spanned from 0.6.6 to 0.6.7
serde_spanned
4ac61f7
a5eb1ac
9217e44
@dependabot recreate
Bumps the vhost-device group with 22 updates in the / directory:
4.5.9
4.5.13
0.11.3
0.11.5
3.10.1
3.12.0
0.7.2
0.7.3
2.4.1
2.6.0
1.0.204
1.0.206
0.6.14
0.6.15
1.0.7
1.0.8
0.2.4
0.2.5
1.1.0
1.1.1
3.0.3
3.0.4
1.1.6
1.1.10
0.7.1
0.7.2
1.0.1
1.0.2
0.1.0
0.1.2
2.2.6
2.3.0
1.70.0
1.70.1
0.2.17
0.2.20
1.10.5
1.10.6
0.6.6
0.6.7
0.12.15
0.12.16
0.9.4
0.9.5
Updates
clap
from 4.5.9 to 4.5.13Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
d222ae4
chore: Releasea8abcb4
docs: Update changelog2690e1b
Merge pull request #5621 from shannmu/dynamic_valuehint7fd7b3e
feat(clap_complete): Support to complete custom value of argumentfc6aaca
Merge pull request #5638 from epage/cargo631e54b
docs(cookbook): Style cargo plugin6fb49d0
Merge pull request #5636 from gibfahn/styles_const6f215ee
refactor(styles): make styles example use a constbbb2e6f
test: Add test case for completing custom value of argument999071c
fix: Changevisible
tohidden
Updates
env_logger
from 0.11.3 to 0.11.5Release notes
Sourced from env_logger's releases.
Changelog
Sourced from env_logger's changelog.
Commits
73bb418
chore: Release57f1bb7
chore: Releaseba2748f
chore: Release4dd976b
Merge pull request #324 from Maximkaaa/try_parse05aacb9
feat: Add Builder::try_parse methodfaf5b3e
chore: Tests forparse_spec
error messagesc42511c
refactor: Return errors fromparse_spec
0e25d9e
chore(deps): Update Rust Stable to v1.79 (#322)e1640c4
Merge pull request #320 from epage/templatef8acfee
chore: Update from _rust/main templateUpdates
tempfile
from 3.10.1 to 3.12.0Changelog
Sourced from tempfile's changelog.
Commits
Updates
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
bitflags
from 2.4.1 to 2.6.0Release notes
Sourced from bitflags's releases.
Changelog
Sourced from bitflags's changelog.
Commits
1351369
Merge pull request #412 from KodrAus/cargo/2.6.0a187b29
prepare for 2.6.0 releasee1ac235
Merge pull request #411 from KodrAus/fix/impl-mode-attributesdc8f03a
allow specifying outer attributes in impl mode9c4b93c
Merge pull request #410 from waywardmonkeys/fix-typo980c588
Fix typo9f633fe
Merge pull request #408 from KodrAus/chore/ci-fix70a8247
update stderr messages650025d
update to scorecard 2.3.14020868
Merge pull request #396 from bitflags/ci/scorecardUpdates
serde
from 1.0.204 to 1.0.206Release notes
Sourced from serde's releases.
Commits
85c73ef
Release 1.0.2065ba1796
Resolve doc_markdown pedantic lint on regression test functione52b7b3
Touch up PR 256784c7419
Merge pull request #2794 from dtolnay/neverread536221b
Temporarily ignore collection_is_never_read on FlattenSkipDeserializingfc55ac7
Merge pull request #2567 from Mingun/fix-25652afe5b4
Add regression test for issue #2792b4ec259
Correctly process flatten fields in enum variantsc3ac7b6
Add regression test for issue #190424614e4
Add regression test for issue #2565Updates
anstream
from 0.6.14 to 0.6.15Commits
6e96e96
chore: Release71560fa
chore: Release9cb3b84
docs: Update changelog8e48cc8
Merge pull request #201 from joshtriplett/short-hex-colors1ec0b40
test: Add tests for 12-bit color4fa09f7
feat: Support short hex colors#RGB
for compatibility with git 2.4676f6849
chore(deps): Update compatible (dev) (#199)ffa2458
chore: Release53bccf9
docs(yansi): Update changelog8576df1
Merge pull request #198 from epage/yansiUpdates
anstyle
from 1.0.7 to 1.0.8Commits
6e96e96
chore: Release71560fa
chore: Release9cb3b84
docs: Update changelog8e48cc8
Merge pull request #201 from joshtriplett/short-hex-colors1ec0b40
test: Add tests for 12-bit color4fa09f7
feat: Support short hex colors#RGB
for compatibility with git 2.4676f6849
chore(deps): Update compatible (dev) (#199)ffa2458
chore: Release53bccf9
docs(yansi): Update changelog8576df1
Merge pull request #198 from epage/yansiUpdates
anstyle-parse
from 0.2.4 to 0.2.5Commits
6e96e96
chore: Release71560fa
chore: Release9cb3b84
docs: Update changelog8e48cc8
Merge pull request #201 from joshtriplett/short-hex-colors1ec0b40
test: Add tests for 12-bit color4fa09f7
feat: Support short hex colors#RGB
for compatibility with git 2.4676f6849
chore(deps): Update compatible (dev) (#199)ffa2458
chore: Release53bccf9
docs(yansi): Update changelog8576df1
Merge pull request #198 from epage/yansiUpdates
anstyle-query
from 1.1.0 to 1.1.1Commits
6e96e96
chore: Release71560fa
chore: Release9cb3b84
docs: Update changelog8e48cc8
Merge pull request #201 from joshtriplett/short-hex-colors1ec0b40
test: Add tests for 12-bit color4fa09f7
feat: Support short hex colors#RGB
for compatibility with git 2.4676f6849
chore(deps): Update compatible (dev) (#199)ffa2458
chore: Release53bccf9
docs(yansi): Update changelog8576df1
Merge pull request #198 from epage/yansiUpdates
anstyle-wincon
from 3.0.3 to 3.0.4Commits
6e96e96
chore: Release71560fa
chore: Release9cb3b84
docs: Update changelog8e48cc8
Merge pull request #201 from joshtriplett/short-hex-colors1ec0b40
test: Add tests for 12-bit color4fa09f7
feat: Support short hex colors#RGB
for compatibility with git 2.4676f6849
chore(deps): Update compatible (dev) (#199)ffa2458
chore: Release53bccf9
docs(yansi): Update changelog8576df1
Merge pull request #198 from epage/yansiUpdates
cc
from 1.1.6 to 1.1.10Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
17b353d
chore: release (#1179)1c10013
Remap Windows targets triples to their LLVM counterparts (#1176)4b723d9
chore: release (#1178)7858d38
Add custom CC wrapper to the wrapper whitelist (#1175)5863b31
chore: release (#1174)59dfb53
Fix broken link in docs.rs (#1173)c2fd8ec
chore: release (#1168)be29fd6
add.objects
(#1166)Updates
clap_builder
from 4.5.9 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.8 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
clap_lex
from 0.7.1 to 0.7.2Changelog
Sourced from clap_lex's changelog.
Commits
4a00677
chore: Release6b18d77
docs(derive): Acknowledge Vec<Vec>5efa52a
chore: Release1857e47
docs: Update changelog8697a61
chore: Releasea271c19
Merge pull request #5539 from shannmu/option_valuef7383f7
feat(clap_complete): Add support--flag bar
and-f bar
completion2f53bb3
test(clap_complete): Add test cases for--flag bar
and-f bar
completion932ca13
refactor(clap_complete): Replace parameters incomplete_arg
withParseState
73b07c9
docs: Remove stale ColorChoice platform notesUpdates
colorchoice
from 1.0.1 to 1.0.2Commits
6e96e96
chore: Release71560fa
chore: Release9cb3b84
docs: Update changelog8e48cc8
Merge pull request #201 from joshtriplett/short-hex-colors1ec0b40
test: Add tests for 12-bit color4fa09f7
feat: Support short hex colors#RGB
for compatibility with git 2.4676f6849
chore(deps): Update compatible (dev) (#199)ffa2458
chore: Release53bccf9
docs(yansi): Update changelog8576df1
Merge pull request #198 from epage/yansiUpdates
env_filter
from 0.1.0 to 0.1.2Commits
73bb418
chore: Release57f1bb7
chore: Releaseba2748f
chore: Release4dd976b
Merge pull request #324 from Maximkaaa/try_parse05aacb9
feat: Add Builder::try_parse methodfaf5b3e
chore: Tests forparse_spec
error messagesc42511c
refactor: Return errors fromparse_spec
0e25d9e
chore(deps): Update Rust Stable to v1.79 (#322)e1640c4
Merge pull request #320 from epage/templatef8acfee
chore: Update from _rust/main templateUpdates
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
is_terminal_polyfill
from 1.70.0 to 1.70.1Changelog
Sourced from is_terminal_polyfill's changelog.
Commits
39110f6
chore: Release is_terminal_polyfill version 1.70.1Updates
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
ppv-lite86
from 0.2.17 to 0.2.20Commits
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
serde_derive
from 1.0.204 to 1.0.206Release notes
Sourced from serde_derive's releases.
Commits
85c73ef
Release 1.0.2065ba1796
Resolve doc_markdown pedantic lint on regression test functione52b7b3
Touch up PR 256784c7419
Merge pull request #2794 from dtolnay/neverread536221b
Temporarily ignore collection_is_never_read on FlattenSkipDeserializingfc55ac7
Merge pull request #2567 from Mingun/fix-25652afe5b4
Add regression test for issue #2792b4ec259
Correctly process flatten fields in enum variantsc3ac7b6
Add regression test for issue #190424614e4
Add regression test for issue #2565Updates
serde_spanned
from 0.6.6 to 0.6.7Commits
4ac61f7
chore: Releasea5eb1ac
chore: Disable serde_toml releasing for now9217e44
chore: Release@dependabot recreate