elementary-rust-example
elementary-rust-example copied to clipboard
Bump the minor-patch group across 1 directory with 9 updates
Bumps the minor-patch group with 8 updates in the / directory:
Package | From | To |
---|---|---|
cc | 1.1.6 |
1.1.10 |
indexmap | 2.2.6 |
2.3.0 |
regex | 1.10.5 |
1.10.6 |
serde | 1.0.204 |
1.0.206 |
serde_spanned | 0.6.6 |
0.6.7 |
syn | 2.0.72 |
2.0.74 |
target-lexicon | 0.12.15 |
0.12.16 |
toml_datetime | 0.6.6 |
0.6.8 |
Updates cc
from 1.1.6 to 1.1.10
Release notes
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)
Changelog
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)
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)- See full diff in compare view
Updates indexmap
from 2.2.6 to 2.3.0
Changelog
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.
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
- See full diff in compare view
Updates regex
from 1.10.5 to 1.10.6
Changelog
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 enablesstd::str::Pattern
trait integration.Bug fixes:
- [BUG #1219](rust-lang/regex#1219): Fix the
Pattern
trait implementation as a result of nightly API breakage.
Commits
Updates serde
from 1.0.204 to 1.0.206
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 #2565- Additional commits viewable in compare view
Updates serde_derive
from 1.0.204 to 1.0.206
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 #2565- Additional commits viewable in compare view
Updates serde_spanned
from 0.6.6 to 0.6.7
Commits
4ac61f7
chore: Releasea5eb1ac
chore: Disable serde_toml releasing for now9217e44
chore: Release003ce94
docs: Update changelogb463f3d
Merge pull request #757 from epage/key3d8852b
fix(encode): Be extra sure it can be a literale1bc1c3
refactor(encode): Pull out literal inferencefbb0ac2
test(encode): Add property-based tests for keys/strings0b268f2
fix(encode): Correct encoding for key with mixed quotes82c0195
refactor(encode): Make str repr inferring clearer- Additional commits viewable in compare view
Updates syn
from 2.0.72 to 2.0.74
Release notes
Sourced from syn's releases.
2.0.74
- Fix "temporary is dropped and runs the destructor for type `impl Iterator`" regression affecting certain use of
Generics
iterator methods (#1719)2.0.73
- Support parsing unnamed C varargs within function pointer types (#1711)
- Improve synthesized error message on unexpected tokens at the end of the expected contents of a delimited group (#1713)
- Support parsing unstable tail call syntax (#1714, rust-lang/rust#112788)
- Add
Fields::members
iterator (#1716, thanks@Fancyflame
)
Commits
b15ae28
Release 2.0.746cf2344
Merge pull request #1719 from dtolnay/iterators2955ac5
Expose non-impl-Trait iterator return types7dc05a5
Add regression test for issue 1718857942e
Revert "Define Fields::members iterator type privately inside method"65ec30d
Revert "Embed Generics iterator implementations into method bodies"b5a5a8c
Release 2.0.738cdb5c7
Add example of using Fields::members iterator2afdc12
Remove redundancy of Generics::split_for_impl cfg with type's cfg64b0dc8
Combine Generics impl blocks into one- Additional commits viewable in compare view
Updates target-lexicon
from 0.12.15 to 0.12.16
Commits
Updates toml_datetime
from 0.6.6 to 0.6.8
Commits
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 allocation- Additional commits viewable in compare view
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