Bump the cargo group across 1 directory with 9 updates #66
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 cargo group with 9 updates in the / directory:
1.0.86
1.0.97
0.20.1
0.29.1
0.7.3
0.10.4
0.13.0
0.15.2
1.0.209
1.0.219
1.1.0
1.2.0
0.1.40
0.1.41
0.3.18
0.3.19
3.12.0
3.18.0
Updates
anyhow
from 1.0.86 to 1.0.97Release notes
Sourced from anyhow's releases.
Commits
bfb89ef
Release 1.0.97c7fca9b
Ignore elidable_lifetime_names pedantic clippy lint427c0bb
Point standard library links to stablef0aa0d3
Release 1.0.96bc33c24
Convert html links to intra-doc links1cff785
Unset doc-scrape-examples for lib targetd71c806
More precise gitignore patterns3e40975
Remove **/*.rs.bk from project-specific gitignoreb880dd0
Ignore Cargo-generated tests/crate/target directory8891ce3
Merge pull request #404 from dtolnay/missingabiUpdates
eframe
from 0.20.1 to 0.29.1Release notes
Sourced from eframe's releases.
... (truncated)
Changelog
Sourced from eframe's changelog.
... (truncated)
Commits
fe368ba
Release 0.29.1 - Bug fixesce744e6
Do not round panel rectangles to pixel grid (#5196)15d3d43
Fix backspace/arrow keys in TextEdit on Linux (#5188)448e12d
Fix id clash inUi::response
(#5192)5390ecd
Bug fix: click anywhere on aTable
row to select it (#5193)db3dcaf
Remove debug-assert triggered bywith_layer_id/dnd_drag_source
(#5191)679f6f5
Replace "an ui" with "a ui" (#5185)59d7183
Release 0.29.0 - Multipass,UiBuilder
, & visual improvementsdae1979
Add backContext::set_visuals()
(#5100)25abb74
egui_extras: AddTableBuilder::animate_scrolling
(#5159)Updates
kira
from 0.7.3 to 0.10.4Release notes
Sourced from kira's releases.
... (truncated)
Changelog
Sourced from kira's changelog.
... (truncated)
Commits
8c35949
prepare for releasef2ccc6f
clamp frames to the -1.0 to 1.0 range in the rendererbca3fde
clamp some parameters to valid valuesab9546a
version bumpc9ddc76
add Static/StreamingSoundData::unsliced_duration (#109)a9a1886
Update readme.md646c87b
version bump17d03b6
fix spatial tracks outputting non-spatialized audio when the listener is droppede1913bf
version bump557f9a7
update changelogUpdates
rfd
from 0.13.0 to 0.15.2Release notes
Sourced from rfd's releases.
Changelog
Sourced from rfd's changelog.
Commits
a846f86
Update windows-rs to 0.59 (#231)6ab069c
Bump to 0.15.2 (#228)bee6126
Bump pollster (#229)81e0dd3
Fix crash due to not handling dialog window close event (#225)7c99656
Fix issue where with no filter added no files are selectable on Windows (#211...3d09f55
Formatting fixup2787c56
macos: Fix random clippy lints0177c1e
Post-merge cleanupc7c9537
Bugfix: Fail to dismiss the Message Dialog merely in MacOS (#223)5cb7002
Version bump 0.15.1 (#222)Updates
serde
from 1.0.209 to 1.0.219Release notes
Sourced from serde's releases.
Commits
49d098d
Release 1.0.21940f1d19
Wrap dummy.rs to 80 columns514848b
Merge pull request #2906 from davidzeng0/master168b6cf
fix clippy absolute paths warninga8bdd17
Remove unused Punctuated import1c96013
Resolve mem_replace_with_default clippy lintf0d1ae0
Ignore elidable_lifetime_names pedantic clippy linte3eaa6a
Merge pull request #2896 from dtolnay/stabledoc6a630cf
Also link to stable proc_macro7bfd518
Release 1.0.218Updates
thread-priority
from 1.1.0 to 1.2.0Commits
Updates
tracing
from 0.1.40 to 0.1.41Release notes
Sourced from tracing's releases.
... (truncated)
Commits
0ca7887
chore: prepare tracing 0.1.41 (#3159)504a287
tracing: update core to v0.1.33 and attributes to v0.1.28 (#3156)baa5489
chore: prepare tracing-attributes 0.1.28 (#3155)cb0f0e7
chore: prepare tracing-core 0.1.33 (#3153)11c8273
subscriber: don't gatewith_ansi()
on the "ansi" feature (#3020)8a25a16
core: fix missedregister_callsite
error (#2938)6f08af0
subscriber: setlog
max level when reloading (#1270)f6a6c8c
tracing: add index API forField
(#2820)345fbff
Addjson-subscriber
to ecosystem (#3121)82a92df
fix: correct SerializeField definition and doc formatting (#3040)Updates
tracing-subscriber
from 0.3.18 to 0.3.19Release notes
Sourced from tracing-subscriber's releases.
Commits
311c313
chore: prepare tracing-subscriber 0.3.19 (#3162)35f360a
chore: fix new Clippy lints in Rust 1.83.0 (#3165)c66a692
chore: prepare tracing-serde 0.2.0 (#3160)0ca7887
chore: prepare tracing 0.1.41 (#3159)504a287
tracing: update core to v0.1.33 and attributes to v0.1.28 (#3156)baa5489
chore: prepare tracing-attributes 0.1.28 (#3155)cb0f0e7
chore: prepare tracing-core 0.1.33 (#3153)11c8273
subscriber: don't gatewith_ansi()
on the "ansi" feature (#3020)8a25a16
core: fix missedregister_callsite
error (#2938)6f08af0
subscriber: setlog
max level when reloading (#1270)Updates
tempfile
from 3.12.0 to 3.18.0Changelog
Sourced from tempfile's changelog.
Commits
b8bddaf
release 3.18.00e17869
update rustix (#336)6cf6536
doc: fix markdowndf39d15
doc: document atomicity ofpersist_noclobber
(#334)714a259
chore: release 3.17.178309ed
fix: cast handle to the windows crate HANDLE (#332)6e7d167
chore: release 3.17.03718075
doc: remove incorrect documentation about windows and open files461369f
feat: delete unnamed temporary files on windows immediately78d30a2
doc: clarify "inner file will be deleted" documentation (#329)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