Skip to content

Commit

Permalink
Bump the cargo group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.56` | `1.0.57` |
| [clap](https://github.com/clap-rs/clap) | `4.4.18` | `4.5.0` |
| [num-traits](https://github.com/rust-num/num-traits) | `0.2.17` | `0.2.18` |
| [bytemuck](https://github.com/Lokathor/bytemuck) | `1.14.1` | `1.14.3` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.33` | `0.4.34` |
| [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.33.3` | `0.34.1` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.9.0` | `3.10.0` |


Updates `thiserror` from 1.0.56 to 1.0.57
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.56...1.0.57)

Updates `clap` from 4.4.18 to 4.5.0
- [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.18...clap_complete-v4.5.0)

Updates `num-traits` from 0.2.17 to 0.2.18
- [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)
- [Commits](rust-num/num-traits@num-traits-0.2.17...num-traits-0.2.18)

Updates `bytemuck` from 1.14.1 to 1.14.3
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.14.1...v1.14.3)

Updates `chrono` from 0.4.33 to 0.4.34
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.33...v0.4.34)

Updates `octocrab` from 0.33.3 to 0.34.1
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](XAMPPRocky/octocrab@v0.33.3...v0.34.1)

Updates `tempfile` from 3.9.0 to 3.10.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.9.0...v3.10.0)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: num-traits
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: bytemuck
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: chrono
  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-minor
  dependency-group: cargo
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 93c27fd commit 9126172
Show file tree
Hide file tree
Showing 10 changed files with 175 additions and 98 deletions.
245 changes: 161 additions & 84 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/fj-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ itertools = "0.12.1"
parking_lot = "0.12.0"
robust = "1.1.0"
spade = "2.6.0"
thiserror = "1.0.53"
thiserror = "1.0.57"
type-map = "0.5.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/fj-export/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true
[dependencies]
fj-interop.workspace = true
fj-math.workspace = true
thiserror = "1.0.53"
thiserror = "1.0.57"
threemf = "0.4.0"
stl = "0.2.1"
wavefront_rs = "=2.0.0-beta.1"
2 changes: 1 addition & 1 deletion crates/fj-math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ workspace = true
approx = "0.5.1"
decorum = "0.3.1"
nalgebra = "0.32.3"
num-traits = "0.2.17"
num-traits = "0.2.18"
parry2d-f64 = "0.13.6"
parry3d-f64 = "0.13.6"
robust = "1.1.0"
4 changes: 2 additions & 2 deletions crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ fj-math.workspace = true
nalgebra = "0.32.3"
tobj = "4.0.1"
raw-window-handle = "0.6.0"
thiserror = "1.0.53"
thiserror = "1.0.57"
tracing = "0.1.40"

[dependencies.bytemuck]
version = "1.14.1"
version = "1.14.3"
features = ["derive"]

[dependencies.image]
Expand Down
2 changes: 1 addition & 1 deletion crates/fj-window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ fj-interop.workspace = true
fj-math.workspace = true
fj-viewer.workspace = true
futures = "0.3.30"
thiserror = "1.0.53"
thiserror = "1.0.57"
winit = "0.29.2"
4 changes: 2 additions & 2 deletions crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ fj-interop.workspace = true
fj-math.workspace = true
fj-viewer.workspace = true
fj-window.workspace = true
thiserror = "1.0.53"
thiserror = "1.0.57"
tracing = "0.1.40"

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

[dependencies.tracing-subscriber]
Expand Down
6 changes: 3 additions & 3 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ publish = false

[dependencies]
anyhow = "1.0.78"
chrono = "0.4.33"
chrono = "0.4.34"
map-macro = "0.3.0"
octocrab = "0.33.3"
octocrab = "0.34.1"
semver = "1.0.21"
serde = "1.0.196"
serde_json = "1.0.113"
Expand All @@ -19,7 +19,7 @@ url = "2.5.0"
path = "../autolib"

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

[dependencies.tokio]
Expand Down
2 changes: 1 addition & 1 deletion tools/export-validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
anyhow = "1.0.78"
tempfile = "3.8.1"
tempfile = "3.10.0"

[build-dependencies]
anyhow = "1.0.78"
4 changes: 2 additions & 2 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ log = "0.4.20"
secstr = "0.5.0"
semver = "1.0.21"
serde_json = "1.0.113"
thiserror = "1.0.53"
thiserror = "1.0.57"

[dependencies.autolib]
path = "../autolib"
Expand All @@ -24,7 +24,7 @@ version = "0.11.24"
features = ["blocking"]

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

Expand Down

0 comments on commit 9126172

Please sign in to comment.