Skip to content

Commit

Permalink
Bump the cargo group with 6 updates
Browse files Browse the repository at this point in the history
(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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and hannobraun committed Jan 22, 2024
1 parent 659c712 commit 2d41ee0
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion 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 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"
4 changes: 2 additions & 2 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
anyhow = "1.0.78"
chrono = "0.4.31"
map-macro = "0.2.6"
octocrab = "0.33.0"
octocrab = "0.33.1"
semver = "1.0.21"
serde = "1.0.195"
serde_json = "1.0.111"
Expand All @@ -19,7 +19,7 @@ url = "2.5.0"
path = "../autolib"

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

[dependencies.tokio]
Expand Down
4 changes: 2 additions & 2 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
anyhow = "1.0.78"
cargo_metadata = "0.18.1"
cmd_lib = "1.9.3"
env_logger = "0.10.1"
env_logger = "0.10.2"
log = "0.4.20"
secstr = "0.5.0"
semver = "1.0.21"
Expand All @@ -24,7 +24,7 @@ version = "0.11.23"
features = ["blocking"]

[dependencies.clap]
version = "4.4.16"
version = "4.4.18"
features = ["std", "derive", "env"]
default_features = false

Expand Down

0 comments on commit 2d41ee0

Please sign in to comment.