Skip to content

Commit

Permalink
cargo upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
truck committed May 19, 2024
1 parent d80be80 commit 7190e59
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Step input API is W.I.P. and hidden.

### Latest `cargo upgrade`

2024-05-16
2024-05-19

## v0.5

Expand Down
2 changes: 1 addition & 1 deletion truck-geometry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["graphics"]

[dependencies]
serde = { version = "1.0.202", features = ["derive"] }
thiserror = "1.0.60"
thiserror = "1.0.61"
truck-base = { version = "0.4.0", path = "../truck-base" }
truck-geotrait = { version = "0.3.0", path = "../truck-geotrait" }

Expand Down
2 changes: 1 addition & 1 deletion truck-geotrait/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ derive = ["truck-derivers"]
[dependencies]
truck-base = { version = "0.4.0", path = "../truck-base" }
rand = "0.8.5"
thiserror = "1.0.60"
thiserror = "1.0.61"
truck-derivers = { version = "0.1.0", path = "../truck-derivers", optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion truck-meshalgo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ derive_more = "0.99.17"
rustc-hash = "1.1.0"
array-macro = "2.1.8"
itertools = "0.12.1"
spade = { version = "2.6.0", optional = true }
spade = { version = "2.7.0", optional = true }
truck-base = { version = "0.4.0", path = "../truck-base" }
truck-geometry = { version = "0.4.0", path = "../truck-geometry" }
truck-polymesh = { version = "0.5.0", path = "../truck-polymesh" }
Expand Down
2 changes: 1 addition & 1 deletion truck-modeling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["graphics"]
derive_more = "0.99.17"
rustc-hash = "1.1.0"
serde = { version = "1.0.202", features = ["derive"] }
thiserror = "1.0.60"
thiserror = "1.0.61"
truck-base = { version = "0.4.0", path = "../truck-base" }
truck-geotrait = { version = "0.3.0", path = "../truck-geotrait", features = ["derive"] }
truck-geometry = { version = "0.4.0", path = "../truck-geometry" }
Expand Down
2 changes: 1 addition & 1 deletion truck-polymesh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ rustc-hash = "1.1.0"
serde = { version = "1.0.202", features = ["derive"] }
truck-base = { version = "0.4.0", path = "../truck-base" }
truck-geotrait = { version = "0.3.0", path = "../truck-geotrait" }
thiserror = "1.0.60"
thiserror = "1.0.61"
2 changes: 1 addition & 1 deletion truck-topology/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rayon = "1.10.0"
rustc-hash = "1.1.0"
truck-base = { version = "0.4.0", path = "../truck-base" }
truck-geotrait = { version = "0.3.0", path = "../truck-geotrait" }
thiserror = "1.0.60"
thiserror = "1.0.61"
parking_lot = "0.12.2"
rclite = { version = "0.2.4", optional = true }

Expand Down

0 comments on commit 7190e59

Please sign in to comment.