Skip to content

Commit 7d23787

Browse files
Update nalgebra requirement from 0.33.0 to 0.34.1
Updates the requirements on [nalgebra](https://github.com/dimforge/nalgebra) to permit the latest version. - [Changelog](https://github.com/dimforge/nalgebra/blob/main/CHANGELOG.md) - [Commits](dimforge/nalgebra@v0.33.1...v0.34.1) --- updated-dependencies: - dependency-name: nalgebra dependency-version: 0.34.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a10b41a commit 7d23787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ itertools = "0.14.0"
132132
# geo = { version = "0.28", optional = true }
133133
flate2 = { version = "1", optional = true }
134134
maud = { version = "0.26", optional = true }
135-
nalgebra = { version = "0.33.0", optional = true }
135+
nalgebra = { version = "0.34.1", optional = true }
136136
bitflags = { version = "2.3", features = ["serde"] }
137137
anise = { version = "0.5.3", optional = true }
138138
hifitime = { version = "4.1", features = ["serde", "std"] }

0 commit comments

Comments
 (0)