Skip to content

Commit

Permalink
cargo upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
truck committed May 8, 2024
1 parent 48f3bd7 commit 33c1200
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 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-07
2024-05-08

## v0.5

Expand Down
2 changes: 1 addition & 1 deletion truck-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ categories = ["graphics"]
[dependencies]
cgmath = { version = "0.18.0", features = ["serde"] }
matext4cgmath = "0.1.0"
serde = { version = "1.0.200", features = ["derive"] }
serde = { version = "1.0.201", features = ["derive"] }
rustc-hash = "1.1.0"
2 changes: 1 addition & 1 deletion truck-geometry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["truck", "graphics"]
categories = ["graphics"]

[dependencies]
serde = { version = "1.0.200", features = ["derive"] }
serde = { version = "1.0.201", features = ["derive"] }
thiserror = "1.0.60"
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-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
derive_more = "0.99.17"
serde_json = "1.0.116"
serde_json = "1.0.117"

truck-meshalgo = { version = "0.3.0", path = "../truck-meshalgo" }
truck-modeling = { version = "0.5.0", path = "../truck-modeling" }
Expand Down
2 changes: 1 addition & 1 deletion truck-meshalgo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ vtkio = { version = "0.6.3", optional = true }

[dev-dependencies]
rand = "0.8.5"
serde_json = "1.0.116"
serde_json = "1.0.117"
proptest = "1.4.0"
truck-modeling = { version = "0.5.0", path = "../truck-modeling" }

Expand Down
4 changes: 2 additions & 2 deletions truck-modeling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["graphics"]
[dependencies]
derive_more = "0.99.17"
rustc-hash = "1.1.0"
serde = { version = "1.0.200", features = ["derive"] }
serde = { version = "1.0.201", features = ["derive"] }
thiserror = "1.0.60"
truck-base = { version = "0.4.0", path = "../truck-base" }
truck-geotrait = { version = "0.3.0", path = "../truck-geotrait", features = ["derive"] }
Expand All @@ -24,4 +24,4 @@ truck-topology = { version = "0.5.0", path = "../truck-topology" }

[dev-dependencies]
proptest = "1.4.0"
serde_json = "1.0.116"
serde_json = "1.0.117"
2 changes: 1 addition & 1 deletion truck-polymesh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ array-macro = "2.1.8"
bytemuck = { version = "1.15.0", features = ["derive"] }
itertools = "0.12.1"
rustc-hash = "1.1.0"
serde = { version = "1.0.200", features = ["derive"] }
serde = { version = "1.0.201", features = ["derive"] }
truck-base = { version = "0.4.0", path = "../truck-base" }
truck-geotrait = { version = "0.3.0", path = "../truck-geotrait" }
thiserror = "1.0.60"
2 changes: 1 addition & 1 deletion truck-rendimpl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async-trait = "0.1.80"
env_logger = "0.11.3"
pollster = "0.3.0"
rayon = "1.10.0"
serde_json = "1.0.116"
serde_json = "1.0.117"
truck-meshalgo = { version = "0.3.0", path = "../truck-meshalgo" }
truck-modeling = { version = "0.5.0", path = "../truck-modeling" }
winit = "0.29.15"
Expand Down
2 changes: 1 addition & 1 deletion truck-shapeops/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ truck-stepio = { version = "0.2.0", path = "../truck-stepio", optional = true }

[dev-dependencies]
rand = "0.8.5"
serde_json = "1.0.116"
serde_json = "1.0.117"
truck-modeling = { version = "0.5.0", path = "../truck-modeling" }

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions truck-stepio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ derive = ["truck-derivers"]
chrono = { version = "0.4.38", features = ["wasmbind"] }
derive_more = { version = "0.99.17", optional = true }
ruststep = { git = "https://github.com/ricosjp/ruststep.git", optional = true }
serde = { version = "1.0.200", features = ["derive"], optional = true }
serde = { version = "1.0.201", features = ["derive"], optional = true }
truck-geometry = { version = "0.4.0", path = "../truck-geometry" }
truck-geotrait = { version = "0.3.0", path = "../truck-geotrait", optional = true }
truck-derivers = { version = "0.1.0", path = "../truck-derivers", optional = true }
Expand All @@ -32,7 +32,7 @@ truck-topology = { version = "0.5.0", path = "../truck-topology" }
clap = { version = "4.5.4", features = ["derive"] }
espr-derive = "0.3.0"
itertools = "0.12.1"
serde_json = "1.0.116"
serde_json = "1.0.117"
truck-meshalgo = { version = "0.3.0", path = "../truck-meshalgo" }
truck-shapeops = { version = "0.3.0", path = "../truck-shapeops" }
proptest = "1.4.0"
2 changes: 1 addition & 1 deletion truck-topology/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["truck", "graphics"]
categories = ["graphics"]

[dependencies]
serde = { version = "1.0.200", features = ["derive"] }
serde = { version = "1.0.201", features = ["derive"] }
rayon = "1.10.0"
rustc-hash = "1.1.0"
truck-base = { version = "0.4.0", path = "../truck-base" }
Expand Down

0 comments on commit 33c1200

Please sign in to comment.