Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
acgetchell committed Nov 8, 2024
1 parent 6ca6c7e commit 1233577
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 50 deletions.
86 changes: 44 additions & 42 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.87"
derive_builder = "0.20.1"
nalgebra = "0.33.0"
anyhow = "1.0.93"
derive_builder = "0.20.2"
nalgebra = "0.33.2"
num-traits = "0.2.19"
peroxide = "0.37.9"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
peroxide = "0.38.1"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
serde_test = "1.0.177"
thiserror = "1.0.63"
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics", "serde"] }
thiserror = "2.0.1"
uuid = { version = "1.11.0", features = ["v4", "fast-rng", "macro-diagnostics", "serde"] }

[lints.rust]
unsafe_code = "forbid"
Expand Down

0 comments on commit 1233577

Please sign in to comment.