1
Fork 0

Update nalgebra requirement from 0.24.1 to 0.31.2

Updates the requirements on [nalgebra](https://github.com/dimforge/nalgebra) to permit the latest version.
- [Release notes](https://github.com/dimforge/nalgebra/releases)
- [Changelog](https://github.com/dimforge/nalgebra/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/dimforge/nalgebra/compare/v0.24.1...v0.31.2)

---
updated-dependencies:
- dependency-name: nalgebra
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-10-10 20:15:12 +00:00 committed by GitHub
parent 22307711cc
commit 409fcf0cd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ libm = "0.2.1"
[dependencies.nalgebra]
default-features = false
version = "0.24.1"
version = "0.31.2"
[dev-dependencies]
i2cdev = "0.4.4"