From f0d0a9461929cbed83a62b42031ab548326b2308 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 04:36:15 +0000 Subject: [PATCH] Update nalgebra requirement from 0.32.1 to 0.33.0 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](https://github.com/dimforge/nalgebra/commits) --- updated-dependencies: - dependency-name: nalgebra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 81f47b97..7d49f43e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["client", "server", "common", "save", "save/gen-protos"] [workspace.dependencies] hecs = "0.10.0" -nalgebra = { version = "0.32.1", features = ["libm-force"] } +nalgebra = { version = "0.33.0", features = ["libm-force"] } quinn = { version = "0.11", default-features = false, features = ["rustls", "ring", "runtime-tokio"] } toml = { version = "0.8.0", default-features = false, features = ["parse"] }