Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit 61af6a7

Browse files
committed
bump some dependencies
1 parent ba2844e commit 61af6a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

crates/building_blocks_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ serde = { version = "1.0", features = ["derive"] }
2323
# Optional, feature-gated.
2424
glam = { version = "0.13.0", optional = true }
2525
mint = { version = "0.5.0", optional = true }
26-
nalgebra = { version = "0.26", optional = true }
26+
nalgebra = { version = "0.27", optional = true }
2727
sdfu = { version = "0.3", optional = true }

crates/building_blocks_search/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ ncollide = ["nalgebra", "ncollide3d", "building_blocks_core/nalgebra"]
1919

2020
[dependencies]
2121
indexmap = "1.5"
22-
itertools = "0.9"
22+
itertools = "0.10"
2323
pathfinding = "2.1"
2424

2525
# Optional, feature-gated
26-
nalgebra = { version = "0.26", optional = true }
27-
ncollide3d = { version = "0.29", optional = true }
26+
nalgebra = { version = "0.27", optional = true }
27+
ncollide3d = { version = "0.30", optional = true }
2828

2929
building_blocks_core = { path = "../building_blocks_core", version = "0.7.0", default-features = false }
3030
building_blocks_storage = { path = "../building_blocks_storage", version = "0.7.0", default-features = false }

0 commit comments

Comments
 (0)