Skip to content

Commit

Permalink
Merge pull request #2490 from hannobraun/dependabot/cargo/cargo-46602…
Browse files Browse the repository at this point in the history
…385b3

Bump the cargo group with 6 updates
  • Loading branch information
hannobraun authored Dec 23, 2024
2 parents 6e00260 + 16a635b commit 16b1ddb
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 42 deletions.
48 changes: 24 additions & 24 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-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ itertools = "0.13.0"
parking_lot = "0.12.3"
robust = "1.1.0"
spade = "2.12.1"
thiserror = "2.0.7"
thiserror = "2.0.9"
type-map = "0.5.0"

[dev-dependencies]
pretty_assertions = "1.4.1"
anyhow = "1.0.94"
anyhow = "1.0.95"
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 = "2.0.7"
thiserror = "2.0.9"
threemf = "0.6.0"
stl = "0.2.1"
wavefront_rs = "=2.0.0-beta.1"
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.33.2"
tobj = "4.0.2"
raw-window-handle = "0.6.0"
thiserror = "2.0.7"
thiserror = "2.0.9"
tracing = "0.1.41"

[dependencies.bytemuck]
version = "1.20.0"
version = "1.21.0"
features = ["derive"]

[dependencies.image]
Expand Down
4 changes: 2 additions & 2 deletions 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.31"
thiserror = "2.0.7"
winit = "0.30.5"
thiserror = "2.0.9"
winit = "0.30.7"
2 changes: 1 addition & 1 deletion crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fj-interop.workspace = true
fj-math.workspace = true
fj-viewer.workspace = true
fj-window.workspace = true
thiserror = "2.0.7"
thiserror = "2.0.9"
tracing = "0.1.41"

[dependencies.clap]
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.94"
anyhow = "1.0.95"
log = "0.4.22"
regex = "1.11.1"
semver = "1.0.24"
4 changes: 2 additions & 2 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ edition = "2021"
publish = false

[dependencies]
anyhow = "1.0.94"
anyhow = "1.0.95"
chrono = "0.4.39"
map-macro = "0.3.0"
octocrab = "0.42.1"
semver = "1.0.24"
serde = "1.0.216"
serde_json = "1.0.133"
serde_json = "1.0.134"
tracing = "0.1.41"
url = "2.5.4"

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.94"
anyhow = "1.0.95"
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.94"
anyhow = "1.0.95"
tempfile = "3.14.0"

[build-dependencies]
anyhow = "1.0.94"
anyhow = "1.0.95"
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.94"
anyhow = "1.0.95"
cargo_metadata = "0.19.1"
cmd_lib = "1.9.5"
env_logger = "0.11.5"
env_logger = "0.11.6"
log = "0.4.22"
secstr = "0.5.0"
semver = "1.0.24"
serde_json = "1.0.133"
thiserror = "2.0.7"
serde_json = "1.0.134"
thiserror = "2.0.9"

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

0 comments on commit 16b1ddb

Please sign in to comment.