Skip to content

Commit

Permalink
Bump the cargo group with 6 updates
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 659c712 commit 918948f
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 82 deletions.
151 changes: 77 additions & 74 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ workspace = true
fj-interop.workspace = true
fj-math.workspace = true
nalgebra = "0.32.3"
tobj = "4.0.0"
tobj = "4.0.1"
raw-window-handle = "0.5.2"
thiserror = "1.0.53"
tracing = "0.1.40"
Expand All @@ -33,7 +33,7 @@ default-features = false
features = ["png", "jpeg"]

[dependencies.wgpu]
version = "0.18.0"
version = "0.19.1"
features = ["webgl"]

# We don't depend on `getrandom` directly, but we need this to enable the `js`
Expand Down
2 changes: 1 addition & 1 deletion crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ thiserror = "1.0.53"
tracing = "0.1.40"

[dependencies.clap]
version = "4.4.16"
version = "4.4.18"
features = ["derive"]

[dependencies.tracing-subscriber]
Expand Down
2 changes: 1 addition & 1 deletion tools/autolib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
[dependencies]
anyhow = "1.0.78"
log = "0.4.20"
regex = "1.10.2"
regex = "1.10.3"
semver = "1.0.21"
Loading

0 comments on commit 918948f

Please sign in to comment.