-
Notifications
You must be signed in to change notification settings - Fork 927
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump the patch-updates group with 19 updates #5538
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the patch-updates group with 19 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.81` | `1.0.82` | | [glam](https://github.com/bitshifter/glam-rs) | `0.25.0` | `0.27.0` | | [heck](https://github.com/withoutboats/heck) | `0.4.1` | `0.5.0` | | [ash](https://github.com/ash-rs/ash) | `0.37.3+1.3.251` | `0.38.0+1.3.281` | | [gpu-descriptor](https://github.com/zakarumych/gpu-descriptor) | `0.2.4` | `0.3.0` | | [quote](https://github.com/dtolnay/quote) | `1.0.35` | `1.0.36` | | [syn](https://github.com/dtolnay/syn) | `2.0.58` | `2.0.59` | | [ab_glyph](https://github.com/alexheretic/ab-glyph) | `0.2.24` | `0.2.25` | | [allocator-api2](https://github.com/zakarumych/allocator-api2) | `0.2.16` | `0.2.18` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.79` | `0.1.80` | | [cc](https://github.com/rust-lang/cc-rs) | `1.0.92` | `1.0.94` | | [clap](https://github.com/clap-rs/clap) | `4.5.0` | `4.5.4` | | [clap_builder](https://github.com/clap-rs/clap) | `4.5.0` | `4.5.2` | | [clap_derive](https://github.com/clap-rs/clap) | `4.5.0` | `4.5.4` | | [combine](https://github.com/Marwes/combine) | `4.6.6` | `4.6.7` | | [either](https://github.com/rayon-rs/either) | `1.10.0` | `1.11.0` | | [gpu-descriptor-types](https://github.com/zakarumych/gpu-descriptor) | `0.1.2` | `0.2.0` | | [jobserver](https://github.com/rust-lang/jobserver-rs) | `0.1.28` | `0.1.30` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.79` | `1.0.80` | Updates `anyhow` from 1.0.81 to 1.0.82 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.81...1.0.82) Updates `glam` from 0.25.0 to 0.27.0 - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](bitshifter/glam-rs@0.25.0...0.27.0) Updates `heck` from 0.4.1 to 0.5.0 - [Changelog](https://github.com/withoutboats/heck/blob/master/CHANGELOG.md) - [Commits](https://github.com/withoutboats/heck/commits) Updates `ash` from 0.37.3+1.3.251 to 0.38.0+1.3.281 - [Release notes](https://github.com/ash-rs/ash/releases) - [Changelog](https://github.com/ash-rs/ash/blob/master/Changelog.md) - [Commits](ash-rs/ash@0.37.3...0.38.0) Updates `gpu-descriptor` from 0.2.4 to 0.3.0 - [Changelog](https://github.com/zakarumych/gpu-descriptor/blob/master/CHANGELOG.md) - [Commits](https://github.com/zakarumych/gpu-descriptor/commits) Updates `quote` from 1.0.35 to 1.0.36 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.35...1.0.36) Updates `syn` from 2.0.58 to 2.0.59 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.58...2.0.59) Updates `ab_glyph` from 0.2.24 to 0.2.25 - [Release notes](https://github.com/alexheretic/ab-glyph/releases) - [Commits](alexheretic/ab-glyph@ab-glyph-0.2.24...ab-glyph-0.2.25) Updates `allocator-api2` from 0.2.16 to 0.2.18 - [Changelog](https://github.com/zakarumych/allocator-api2/blob/main/CHANGELOG.md) - [Commits](zakarumych/allocator-api2@v0.2.16...v0.2.18) Updates `async-trait` from 0.1.79 to 0.1.80 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.79...0.1.80) Updates `cc` from 1.0.92 to 1.0.94 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Commits](rust-lang/cc-rs@1.0.92...1.0.94) Updates `clap` from 4.5.0 to 4.5.4 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.0...v4.5.4) Updates `clap_builder` from 4.5.0 to 4.5.2 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.0...v4.5.2) Updates `clap_derive` from 4.5.0 to 4.5.4 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.5.0...v4.5.4) Updates `combine` from 4.6.6 to 4.6.7 - [Changelog](https://github.com/Marwes/combine/blob/master/CHANGELOG.md) - [Commits](Marwes/combine@v4.6.6...v4.6.7) Updates `either` from 1.10.0 to 1.11.0 - [Commits](rayon-rs/either@1.10.0...1.11.0) Updates `gpu-descriptor-types` from 0.1.2 to 0.2.0 - [Changelog](https://github.com/zakarumych/gpu-descriptor/blob/master/CHANGELOG.md) - [Commits](https://github.com/zakarumych/gpu-descriptor/commits/v0.2.0) Updates `jobserver` from 0.1.28 to 0.1.30 - [Commits](https://github.com/rust-lang/jobserver-rs/commits) Updates `proc-macro2` from 1.0.79 to 1.0.80 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.79...1.0.80) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: glam dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: heck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: ash dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: gpu-descriptor dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: ab_glyph dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: allocator-api2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: async-trait dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: clap dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: clap_builder dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: clap_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: combine dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: either dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: gpu-descriptor-types dependency-type: indirect update-type: version-update:semver-minor dependency-group: patch-updates - dependency-name: jobserver dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Apr 15, 2024
Same blockers in CI as last time! |
@dependabot ignore ash major version @dependabot ignore encase |
OK, I won't notify you about version 0.x.x of ash again, unless you unignore it. |
@dependabot ignore encase |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
@dependabot unignore encase |
No dependency name (encase) or ignore conditions found to unignore. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 patch-updates group with 19 updates:
1.0.81
1.0.82
0.25.0
0.27.0
0.4.1
0.5.0
0.37.3+1.3.251
0.38.0+1.3.281
0.2.4
0.3.0
1.0.35
1.0.36
2.0.58
2.0.59
0.2.24
0.2.25
0.2.16
0.2.18
0.1.79
0.1.80
1.0.92
1.0.94
4.5.0
4.5.4
4.5.0
4.5.2
4.5.0
4.5.4
4.6.6
4.6.7
1.10.0
1.11.0
0.1.2
0.2.0
0.1.28
0.1.30
1.0.79
1.0.80
Updates
anyhow
from 1.0.81 to 1.0.82Release notes
Sourced from anyhow's releases.
Commits
074bdea
Release 1.0.8247a4fbf
Merge pull request #360 from dtolnay/docensurec5af1db
Make ensure's doc comment apply to the cfg(not(doc)) macro toobebc7a2
Revert "Temporarily disable miri on doctests"f2c4db9
Update ui test suite to nightly-2024-03-31028cbee
Explicitly install a Rust toolchain for cargo-outdated job7a4cac5
Merge pull request #358 from dtolnay/workspacewrapper939db01
Apply RUSTC_WORKSPACE_WRAPPER9f84a37
Temporarily disable miri on doctests45e5a58
Ignore dead code lint in testUpdates
glam
from 0.25.0 to 0.27.0Changelog
Sourced from glam's changelog.
... (truncated)
Commits
9f694bc
Implement fract as self - self.trunc() rather than GLSL's self - self.floor()...bb32f1d
ci: Don't use actions-rs actions (#498)121f9b7
Prepare 0.26.0 release. (#496)dd9c3ef
Updated CHANGELOG.246ae4c
Addwith_x
,with_y
, etc. to vector types. (#493)30948c4
Addmove_towards
for vectors (#492)231a867
Update changelog.35a2f76
Respect precision format specifier in Display implementations. (#491)ab85e2a
Add Div and DivAssign by scalar implementations to matrix types. (#489)fb8ef0f
Add From BVecN and BVecNA for all vector types. (#488)Updates
heck
from 0.4.1 to 0.5.0Changelog
Sourced from heck's changelog.
Commits
Updates
ash
from 0.37.3+1.3.251 to 0.38.0+1.3.281Release notes
Sourced from ash's releases.
Commits
b724b78
Releaseash 0.38.0
andash-window 0.13.0
(#897)24c3287
Add Fuchsia support (#626)cd6e1ea
extensions/amd/shader_info: Replace unreachableShaderInfoResult
with 3 spe...0c362c0
extensions/khr/calibrated_device: Useself.handle
instead of requiring `vk:...736fa20
generator: ReintroduceClone
on high-levelInstance
/Device
extension wr...9e36403
extensions: Always returnpipeline
/shaders
, even on error (#828)1b24430
Outline monomorphic load functions3d84654
Rework module layout for less redundancy and cleaner isolationaee0c61
extension/ext: Add missing length-rounding incmd_set_sample_mask()
assert ...71387e9
extensions/khr: Re-add erroneously removedmod acceleration_structure
(#893)Updates
gpu-descriptor
from 0.2.4 to 0.3.0Commits
Updates
quote
from 1.0.35 to 1.0.36Release notes
Sourced from quote's releases.
Commits
5d4880c
Release 1.0.361dd7ce7
Merge pull request #273 from dtolnay/doc0bc5d12
Apply doc comment to cfg(not(doc)) macros tooc295f5c
Revert "Temporarily disable miri on doctests"435bd1b
Update ui test suite to nightly-2024-03-31cc3847d
Explicitly install a Rust toolchain for cargo-outdated job6259d49
Temporarily disable miri on doctestsbdb4b59
Update ui test suite to nightly-2024-02-08c2aeca9
Update ui test suite to nightly-2024-01-31376a061
Merge pull request #270 from dtolnay/benchUpdates
syn
from 2.0.58 to 2.0.59Release notes
Sourced from syn's releases.
Commits
922ea2d
Release 2.0.598db6e35
Merge pull request #1622 from dtolnay/cstrff67031
Enable rust-lang/rust test files that contain C-string literals77fb56f
Add CStr literal tests6eb76ef
Add Lit::CStr1212586
Merge pull request #1621 from dtolnay/edition6a78bba
Raise default edition of rust-lang/rust test files to 202182e572c
Add br# suffix testb1a55dc
Reduce escaping in literal testsade35a6
Delete obsolete integration testUpdates
ab_glyph
from 0.2.24 to 0.2.25Release notes
Sourced from ab_glyph's releases.
Commits
ccd8da5
Release ab-glyph 0.2.25789ea2b
Update changelog, fix typos83eafaf
add GlyphSvg (#100)Updates
allocator-api2
from 0.2.16 to 0.2.18Commits
100147d
Bump patch versionb0f3849
Update testsd96530e
Fix warning4b115a4
Bump patch versionc50521d
Merge pull request #13 from jess-sol/main4d178c7
Add Write implementation for Vec738620d
Merge pull request #11 from cloneable/fix-vec-in-zero-elements7f86d4b
Fixvec![in]
without elements to use correct allocator6a67e3c
Merge pull request #4 from decathorpe/mainc0b5043
align included license files with Rust project best practicesUpdates
async-trait
from 0.1.79 to 0.1.80Release notes
Sourced from async-trait's releases.
Commits
d528b5a
Release 0.1.8010b5c99
Drop support for compilers older than 1.4783a5422
Drop support for compilers older than 1.4522d017e
Build script no longer looks at $DOCS_RSb64d041
Move never_type test under issue266b683da8
Merge pull request #265 from de-vri-es/fix-unreachable-code-warningc8d958d
Fix unreachable code warning for functions that return!
4f0b72e
Explicitly install a Rust toolchain for cargo-outdated jobUpdates
cc
from 1.0.92 to 1.0.94Release notes
Sourced from cc's releases.
Commits
0286286
Release cc 1.0.94 (#1034)f83109b
fix xcrun sdk version arg (#1007)4743a72
Release cc-rs 1.0.93 (#1032)e80a19d
Add visionOS support (#1029)Updates
clap
from 4.5.0 to 4.5.4Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
5e4facf
chore: Release8880b0a
docs: Update changelog132b5dd
Merge pull request #5425 from epage/litdf915fe
fix(derive): Re-allow expressions for id's8eab48f
refactor(derive): Make it easier to work with 'Name'be73195
refactor(derive): Clarify tests024089b
Merge pull request #5415 from Pi-Cla/patch-13b35dba
docs: Add mention of nushell to clap_complete README58469d1
Merge pull request #5405 from epage/docs655d829
docs(derive): Fix ToC links within tutorial chaptersUpdates
clap_builder
from 4.5.0 to 4.5.2Release notes
Sourced from clap_builder's releases.
Changelog
Sourced from clap_builder's changelog.
Commits
f65d421
chore: Release886b272
docs: Update changelog3ba4297
Merge pull request #5386 from amaanq/static-var-name2aea950
fix: Use SCREAMING_SNAKE_CASE for static variableauthors
690f555
Merge pull request #5382 from clap-rs/renovate/pre-commit-action-3.xa2aa644
chore(deps): update compatible (dev) (#5381)c233de5
chore(deps): update pre-commit/action action to v3.0.1d0028d7
Merge pull request #5371 from BenWiederhake/dev-fix-link-command-trailing_var...0076cac
fix(builder): Don't doc-link to undocumented item0c01b55
chore: ReleaseUpdates
clap_derive
from 4.5.0 to 4.5.4Release notes
Sourced from clap_derive's releases.
Changelog
Sourced from clap_derive's changelog.
Commits
5e4facf
chore: Release8880b0a
docs: Update changelog132b5dd
Merge pull request #5425 from epage/litdf915fe
fix(derive): Re-allow expressions for id's8eab48f
refactor(derive): Make it easier to work with 'Name'be73195
refactor(derive): Clarify tests024089b
Merge pull request #5415 from Pi-Cla/patch-13b35dba
docs: Add mention of nushell to clap_complete README58469d1
Merge pull request #5405 from epage/docs655d829
docs(derive): Fix ToC links within tutorial chaptersUpdates
combine
from 4.6.6 to 4.6.7Changelog
Sourced from combine's changelog.
Commits
f726b8f
chore: Release combine version 4.6.706686b3
Updated changelogca74a14
Merge pull request #365 from artemrakov/perf_init_buffers5e6bbed
perf: avoid initializing huge buffers6cac1bd
Merge pull request #359 from hackaugusto/hacka-return-position-impl9bc45f7
docs: remove mention to nightlyda5b684
Merge pull request #360 from Marwes/cargoa88b5eb
chore: Update CI to run against rust 1.61805862b
Merge pull request #353 from softmoth/rust-24159-is-fixed71ac3e5
test: Fix readme testsUpdates
either
from 1.10.0 to 1.11.0Commits
864eae4
Merge pull request #104 from cuviper/release-1.11.00bdb583
Release 1.11.0e385751
Merge pull request #101 from SFM61319/feat/into-eitherd62efa6
Feat: Implement traitIntoEither
d48ab1b
Merge pull request #103 from masklinn/patch-1365f674
Enableserde
feature on playgroundsUpdates
gpu-descriptor-types
from 0.1.2 to 0.2.0Changelog
Sourced from gpu-descriptor-types's changelog.
Commits
Updates
jobserver
from 0.1.28 to 0.1.30Commits
Updates
proc-macro2
from 1.0.79 to 1.0.80Release notes
Sourced from proc-macro2's releases.
Commits
da51f8d
Release 1.0.80392fa6c
Ignore needless_pass_by_value pedantic clippy lint in test1ff5c1f
Ignore needless_raw_string_hashes pedantic clippy lint in test0c9449e
Import some Literal tests from libproc_macro28c87ad
Add tests of negative literal constructionc61f5db
Add some tests of cstr raw literalsd50dcd9
Merge pull request #450 from dtolnay/cstr70a804b
Add Literal::c_string constructor45730bc
Adjust Literal constructor argument names to match those in libproc_macro26d1d3f
Merge pull request #449 from dtolnay/bytecharDependabot 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