Skip to content
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

Bump the cargo group with 6 updates #2173

Merged
merged 2 commits into from
Jan 22, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps the cargo group with 6 updates:

Package From To
clap 4.4.16 4.4.18
tobj 4.0.0 4.0.1
wgpu 0.18.0 0.19.1
regex 1.10.2 1.10.3
octocrab 0.33.0 0.33.1
env_logger 0.10.1 0.10.2

Updates clap from 4.4.16 to 4.4.18

Release notes

Sourced from clap's releases.

v4.4.18

[4.4.18] - 2024-01-16

Fixes

  • (error) When lacking usage feature, ensure the list of required arguments is unique

v4.4.17

[4.4.17] - 2024-01-15

Fixes

  • Fix panic! when mixing args_conflicts_with_subcommands with ArgGroup (which is implicit with derive) introduced in 4.4.15
Changelog

Sourced from clap's changelog.

[4.4.18] - 2024-01-16

Fixes

  • (error) When lacking usage feature, ensure the list of required arguments is unique

[4.4.17] - 2024-01-15

Fixes

  • Fix panic! when mixing args_conflicts_with_subcommands with ArgGroup (which is implicit with derive) introduced in 4.4.15
Commits

Updates tobj from 4.0.0 to 4.0.1

Release notes

Sourced from tobj's releases.

4.0.1

What's Changed

New Contributors

Full Changelog: Twinklebear/tobj@4.0.0...4.0.1

Commits

Updates wgpu from 0.18.0 to 0.19.1

Release notes

Sourced from wgpu's releases.

v0.19.1

This release includes wgpu and wgpu-hal. The rest of the crates are unchanged since 0.19.0.

Bug Fixes

DX12

  • Properly register all swapchain buffers to prevent error on surface present. By @​dtzxporter in #5091
  • Check for extra null states when creating resources. By @​nical in #5096
  • Fix depth-only and stencil-only views causing crashes. By @​teoxoy in #5100

OpenGL

  • In Surface::configure and Surface::present on Windows, fix the current GL context not being unset when releasing the lock that guards access to making the context current. This was causing other threads to panic when trying to make the context current. By @​Imberflur in #5087.

WebGPU

  • Improve error message when compiling WebGPU backend on wasm without the web_sys_unstable_apis set. By @​rukai in #5104

Documentation

  • Document Wayland specific behavior related to SurfaceTexture::present. By @​i509VCB in #5092.

v0.19.0

This release includes:

  • wgpu
  • wgpu-core
  • wgpu-hal
  • wgpu-types
  • wgpu-info
  • naga (skipped from 0.14 to 0.19)
  • naga-cli (skipped from 0.14 to 0.19)
  • d3d12 (skipped from 0.7 to 0.19)

Improved Multithreading through internal use of Reference Counting

Large refactoring of wgpu’s internals aiming at reducing lock contention, and providing better performance when using wgpu on multiple threads.

Check the blog post!

By @​gents83 in #3626 and thanks also to @​jimblandy, @​nical, @​Wumpf, @​Elabajaba & @​cwfitzgerald

All Public Dependencies are Re-Exported

All of wgpu's public dependencies are now re-exported at the top level so that users don't need to take their own dependencies. This includes:

  • wgpu-core
  • wgpu-hal
  • naga

... (truncated)

Changelog

Sourced from wgpu's changelog.

v0.19.1 (2024-01-21)

Bug Fixes

DX12

  • Properly register all swapchain buffers to prevent error on surface present. By @​dtzxporter in #5091
  • Check for extra null states when creating resources. By @​nical in #5096
  • Fix depth-only and stencil-only views causing crashes. By @​teoxoy in #5100

OpenGL

  • In Surface::configure and Surface::present on Windows, fix the current GL context not being unset when releasing the lock that guards access to making the context current. This was causing other threads to panic when trying to make the context current. By @​Imberflur in #5087.

WebGPU

  • Improve error message when compiling WebGPU backend on wasm without the web_sys_unstable_apis set. By @​rukai in #5104

Documentation

  • Document Wayland specific behavior related to SurfaceTexture::present. By @​i509VCB in #5092.

v0.19.0 (2024-01-17)

This release includes:

  • wgpu
  • wgpu-core
  • wgpu-hal
  • wgpu-types
  • wgpu-info
  • naga (skipped from 0.14 to 0.19)
  • naga-cli (skipped from 0.14 to 0.19)
  • d3d12 (skipped from 0.7 to 0.19)

Improved Multithreading through internal use of Reference Counting

Large refactoring of wgpu’s internals aiming at reducing lock contention, and providing better performance when using wgpu on multiple threads.

Check the blog post!

By @​gents83 in #3626 and thanks also to @​jimblandy, @​nical, @​Wumpf, @​Elabajaba & @​cwfitzgerald

All Public Dependencies are Re-Exported

All of wgpu's public dependencies are now re-exported at the top level so that users don't need to take their own dependencies. This includes:

  • wgpu-core
  • wgpu-hal
  • naga
  • raw_window_handle

... (truncated)

Commits
  • b8a8ff6 Versions
  • 6e95491 Update changelog
  • ec48ee3 Document Wayland specifics related to SurfaceTexture::present (#5093)
  • f9454d1 Error on missing web_sys_unstable_apis (#5104)
  • e1481b6 Make sure to unset current context in wgl Surface::configure/present (#5087)
  • c094e62 [d3d12] use plane 1 for stencil only views (#5100)
  • a0db2a2 Make sure to copy all of the buffers into the resource array for dx12. (#5091)
  • ba74217 d3d12: Null check the out ComPtr of a few creation functions (#5096)
  • 484457d Fix wgpu-hal build
  • 7eac4ce Fix naga release
  • Additional commits viewable in compare view

Updates regex from 1.10.2 to 1.10.3

Changelog

Sourced from regex's changelog.

1.10.3 (2024-01-21)

This is a new patch release that fixes the feature configuration of optional dependencies, and fixes an unsound use of bounds check elision.

Bug fixes:

Commits
  • 0c09903 1.10.3
  • 653bb59 deps: bump regex-automata to 0.4.4
  • e7b5401 regex-automata-0.4.4
  • 1bc667d changelog: 1.10.3
  • fbd2537 safety: guard in Input::new against incorrect AsRef implementations
  • 027eebd cargo: set 'default-features = false' for memchr and aho-corasick
  • dc0a9d2 ci: small clean-ups
  • a3d5975 doc: fix link in Index<&str> impl docs
  • 4f5992f doc: tweak Captures documentation
  • 837fd85 regex-cli-0.2.0
  • Additional commits viewable in compare view

Updates octocrab from 0.33.0 to 0.33.1

Release notes

Sourced from octocrab's releases.

v0.33.1

Fixed

  • fixed timeout methods not being feature gated (#519)
Changelog

Sourced from octocrab's changelog.

0.33.1 - 2024-01-15

Fixed

  • fixed timeout methods not being feature gated (#519)
Commits

Updates env_logger from 0.10.1 to 0.10.2

Changelog

Sourced from env_logger's changelog.

[0.10.2] - 2024-01-18

Performance

  • Avoid extra UTF-8 validation performed in some cases

Fixes

  • Ensure custom pipes/stdout get flushed
  • Don't panic on broken pipes when color is disabled
Commits
  • 7929b7f chore: Release env_logger version 0.10.2
  • 3df552c docs: Update changelog
  • 6ec4104 Merge pull request #296 from epage/refactor
  • 939687d style: Make clippy happy
  • c088820 fix(fmt): Ensure stream gets flushed
  • 2b3f26f perf(fmt): Avoid UTF-8 validation
  • 7428386 refactor(fmt): Pull out stream lookup from write
  • e8674a2 refactor(fmt): Consolidate target printing
  • f5f3392 refactor(fmt): Pull is_test into the target
  • 87008fd fix(fmt): Don't panic on broken pipes without termcolor
  • 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

@dependabot dependabot bot requested a review from hannobraun as a code owner January 22, 2024 12:56
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 22, 2024
@hannobraun
Copy link
Owner

The build breaks due to the wgpu upgrade. I'd like to do that later, and have opened an issue for that: #2174

@dependabot ignore wgpu minor version

dependabot bot and others added 2 commits January 22, 2024 19:34
(Amended by @hannobraun: Rolling back the wgpu change, which is causing
build failures. Upgrade tracked here:
#2174)

Bumps the cargo group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.4.16` | `4.4.18` |
| [tobj](https://github.com/Twinklebear/tobj) | `4.0.0` | `4.0.1` |
| [wgpu](https://github.com/gfx-rs/wgpu) | `0.18.0` | `0.19.1` |
| [regex](https://github.com/rust-lang/regex) | `1.10.2` | `1.10.3` |
| [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.33.0` | `0.33.1` |
| [env_logger](https://github.com/rust-cli/env_logger) | `0.10.1` | `0.10.2` |

Updates `clap` from 4.4.16 to 4.4.18
- [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.4.16...v4.4.18)

Updates `tobj` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/Twinklebear/tobj/releases)
- [Commits](Twinklebear/tobj@4.0.0...4.0.1)

Updates `wgpu` from 0.18.0 to 0.19.1
- [Release notes](https://github.com/gfx-rs/wgpu/releases)
- [Changelog](https://github.com/gfx-rs/wgpu/blob/v0.19.1/CHANGELOG.md)
- [Commits](gfx-rs/wgpu@v0.18.0...v0.19.1)

Updates `regex` from 1.10.2 to 1.10.3
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.2...1.10.3)

Updates `octocrab` from 0.33.0 to 0.33.1
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](XAMPPRocky/octocrab@v0.33.0...v0.33.1)

Updates `env_logger` from 0.10.1 to 0.10.2
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.10.1...v0.10.2)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: tobj
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: wgpu
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: octocrab
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@hannobraun hannobraun force-pushed the dependabot/cargo/cargo-389bbe893a branch from 918948f to 45f3c7e Compare January 22, 2024 18:39
@hannobraun
Copy link
Owner

Dependabot is not reacting to my command. I've patched the commit manually.

@hannobraun hannobraun enabled auto-merge January 22, 2024 18:40
@hannobraun hannobraun merged commit c7ccdec into main Jan 22, 2024
4 checks passed
@hannobraun hannobraun deleted the dependabot/cargo/cargo-389bbe893a branch January 22, 2024 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant