Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.52` | `1.0.53` |
| [clap](https://github.com/clap-rs/clap) | `4.4.11` | `4.4.12` |
| [spade](https://github.com/Stoeoef/spade) | `2.5.0` | `2.5.1` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.77` | `1.0.78` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.108` | `1.0.109` |


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

Updates `clap` from 4.4.11 to 4.4.12
- [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.11...v4.4.12)

Updates `spade` from 2.5.0 to 2.5.1
- [Changelog](https://github.com/Stoeoef/spade/blob/master/CHANGELOG.md)
- [Commits](Stoeoef/spade@v2.5.0...v2.5.1)

Updates `anyhow` from 1.0.77 to 1.0.78
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.77...1.0.78)

Updates `serde_json` from 1.0.108 to 1.0.109
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.108...v1.0.109)

---
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-patch
  dependency-group: cargo
- dependency-name: spade
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 5865399 commit b32fd48
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 33 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/fj-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ iter_fixed = "0.3.1"
itertools = "0.12.0"
parking_lot = "0.12.0"
robust = "1.1.0"
spade = "2.4.1"
thiserror = "1.0.51"
spade = "2.5.1"
thiserror = "1.0.53"
type-map = "0.5.0"

[dev-dependencies]
pretty_assertions = "1.4.0"
anyhow = "1.0.76"
anyhow = "1.0.78"
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.51"
thiserror = "1.0.53"
threemf = "0.4.0"
stl = "0.2.1"
wavefront_rs = "=2.0.0-beta.1"
2 changes: 1 addition & 1 deletion crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fj-math.workspace = true
nalgebra = "0.32.3"
tobj = "4.0.0"
raw-window-handle = "0.5.2"
thiserror = "1.0.51"
thiserror = "1.0.53"
tracing = "0.1.40"

[dependencies.bytemuck]
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,7 +19,7 @@ fj-interop.workspace = true
fj-math.workspace = true
fj-viewer.workspace = true
futures = "0.3.30"
thiserror = "1.0.51"
thiserror = "1.0.53"

[dependencies.winit]
version = "0.29.2"
Expand Down
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.51"
thiserror = "1.0.53"
tracing = "0.1.40"

[dependencies.clap]
version = "4.4.11"
version = "4.4.12"
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 @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.76"
anyhow = "1.0.78"
log = "0.4.20"
regex = "1.10.2"
semver = "1.0.20"
6 changes: 3 additions & 3 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ edition = "2021"
publish = false

[dependencies]
anyhow = "1.0.76"
anyhow = "1.0.78"
chrono = "0.4.31"
map-macro = "0.2.6"
octocrab = "0.32.0"
semver = "1.0.20"
serde = "1.0.193"
serde_json = "1.0.108"
serde_json = "1.0.109"
tracing = "0.1.40"
url = "2.5.0"

[dependencies.autolib]
path = "../autolib"

[dependencies.clap]
version = "4.4.11"
version = "4.4.12"
features = ["derive"]

[dependencies.tokio]
Expand Down
2 changes: 1 addition & 1 deletion tools/cross-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.76"
anyhow = "1.0.78"
4 changes: 2 additions & 2 deletions tools/export-validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ publish = false


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

[build-dependencies]
anyhow = "1.0.76"
anyhow = "1.0.78"
8 changes: 4 additions & 4 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ publish = false


[dependencies]
anyhow = "1.0.76"
anyhow = "1.0.78"
cargo_metadata = "0.18.1"
cmd_lib = "1.9.3"
env_logger = "0.10.1"
log = "0.4.20"
secstr = "0.5.0"
semver = "1.0.20"
serde_json = "1.0.108"
thiserror = "1.0.51"
serde_json = "1.0.109"
thiserror = "1.0.53"

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

[dependencies.clap]
version = "4.4.11"
version = "4.4.12"
features = ["std", "derive", "env"]
default_features = false

Expand Down

0 comments on commit b32fd48

Please sign in to comment.