Skip to content

Commit

Permalink
Merge pull request #50 from johnlettman/dependabot/cargo/nalgebra-0.33.1
Browse files Browse the repository at this point in the history
build(deps): bump nalgebra from 0.33.0 to 0.33.1
  • Loading branch information
johnlettman authored Oct 16, 2024
2 parents e30b925 + 6ed161c commit b509448
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ phf_codegen = "0.11.1"
serde = { version = "1.0.210", features = ["derive"] }
log = "0.4.22"
serde_json = "1.0.128"
nalgebra = { version = "0.33.0", features = ["serde", "serde-serialize"] }
nalgebra = { version = "0.33.1", features = ["serde", "serde-serialize"] }
chrono = { version = "0.4.38", features = ["serde"] }
serde_with = {version = "3.11.0", features = ["macros"] }
binrw = { version = "0.14.0" }
Expand Down

0 comments on commit b509448

Please sign in to comment.