build: bump the cargo-dependencies group across 1 directory with 8 updates #73
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-dependencies group with 7 updates in the / directory:
0.3.18
0.3.19
1.19.0
1.20.0
1.0.130
1.0.133
1.0.130
1.0.133
0.1.51
0.1.52
0.2.95
0.2.97
2.0.87
2.0.90
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
bytemuck
from 1.19.0 to 1.20.0Changelog
Sourced from bytemuck's changelog.
... (truncated)
Commits
9bf993b
chore: Release bytemuck version 1.20.00a995ff
changelog1400815
Improvefill_zeroes
' use ofptr::write_bytes
(#284)13f4ae0
Add functions to allocate zeroedArc
andRc
(#283)af8d110
MoreTransparentWrapper
impls (core::cmp::Reverse
and `core::num::Saturat...79a15d0
Remove incorrect spanned quote usage (#279)Updates
cxx
from 1.0.130 to 1.0.133Release notes
Sourced from cxx's releases.
Commits
efdd853
Release 1.0.1339272381
Merge pull request #1409 from dtolnay/builddep58cd415
Move cxxbridge-cmd from dependencies to build-dependencies6362aac
Release 1.0.13253e6b97
Merge pull request #1408 from dtolnay/lock689bbd1
Disallow incompatible cxxbridge-cmd version appearing in the same lockfile0d8ed21
Bump Bazel build to rustc 1.83.03c5cf5c
Release 1.0.13189a0417
Touch up PR 14050fc0797
Merge pull request #1405 from anforowicz/write-trait-blanket-impl-for-unique-ptrUpdates
cxx-build
from 1.0.130 to 1.0.133Release notes
Sourced from cxx-build's releases.
Commits
efdd853
Release 1.0.1339272381
Merge pull request #1409 from dtolnay/builddep58cd415
Move cxxbridge-cmd from dependencies to build-dependencies6362aac
Release 1.0.13253e6b97
Merge pull request #1408 from dtolnay/lock689bbd1
Disallow incompatible cxxbridge-cmd version appearing in the same lockfile0d8ed21
Bump Bazel build to rustc 1.83.03c5cf5c
Release 1.0.13189a0417
Touch up PR 14050fc0797
Merge pull request #1405 from anforowicz/write-trait-blanket-impl-for-unique-ptrUpdates
cmake
from 0.1.51 to 0.1.52Release notes
Sourced from cmake's releases.
Changelog
Sourced from cmake's changelog.
Commits
2eaa3ba
chore: release v0.1.523f5d7de
Expose cc-rs no_default_flags for hassle-free cross-compilation (#225)b689783
Merge pull request #218 from tgross35/ci-success0c368ee
Add asuccess
job to CIa6ed009
Merge pull request #200 from tgross35/patch-1bbb95e1
Change--build
to use an absolute path584e1c1
Merge pull request #195 from meowtec/feat/improve-fail-hintcdf638f
Improve hint for cmake not installed in Linux (code 127)Updates
wasm-bindgen
from 0.2.95 to 0.2.97Changelog
Sourced from wasm-bindgen's changelog.
... (truncated)
Commits
7fa2afa
Regenerate reference tests (#4309)b4428b0
Prepare v0.2.97 release (#4308)b9333c5
Note that feature resolver version 2 is required (#4307)9fab9ce
Only usewasm_bindgen::__rt
in proc-macros (#4305)32db0f4
Removed a few#[allow(dead_code)]
(#4299)7ad4766
Prepare v0.2.96 release (#4298)473e3db
Add environment variables to configure tests (#4295)b3da9dc
transition away from deprecated setters internally (#4297)2fbee99
Use private constructors in type definitions of structs without an exported c...9e78347
Improved errors for invalidself
arguments (#4276)Updates
syn
from 2.0.87 to 2.0.90Release notes
Sourced from syn's releases.
Commits
ac5b41c
Release 2.0.909037abb
Merge pull request #1787 from dtolnay/unparenthesizetest1a549c0
Improve test_unparenthesize to catch more false negativesf9aa206
Merge pull request #1786 from dtolnay/fieldcall1445ccf
Do not parenthesize unnamed tuple struct fields in call48d0101
Fix parenthesization of field expressions in function calls0e5c568
Add test of parentheses needed in call of field1cf735e
Merge pull request #1785 from dtolnay/attrprecedence204c155
Lower precedence of expressions containing outer attrs401399f
Add test of attr precedence inside subexpressionUpdates
proc-macro2
from 1.0.89 to 1.0.92Release notes
Sourced from proc-macro2's releases.
Commits
acc7d36
Release 1.0.920cb443d
Merge pull request #487 from dtolnay/mismatchlineae478ed
Change mismatch panic message to avoid github linkifying5046761
Release 1.0.9127c5494
Merge pull request #486 from dtolnay/compilerlexa9146d6
Ensure that compiler tokenstream parsing only produces a compiler lexerror1ce5f04
Merge pull request #485 from dtolnay/fallbackident75d0818
Make parser's fallback Ident symmetric with Group and Literal56c3e31
Merge pull request #484 from dtolnay/fbliterald2c0e61
Fix spanned fallback literal constructionDependabot 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