Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
makeecat committed Dec 4, 2024
1 parent 336678a commit 8306a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ lto = "thin" # Do a second optimization pass over the entire program, inclu
nalgebra = "0.33.2"
rand = { version = "0.8.5", features = ["rand_chacha"] }
rand_distr = "0.4.3"
rerun = "0.20.2"
thiserror = "2.0.3"
rerun = "0.20.3"
thiserror = "2.0.4"
serde = { version = "1.0.215", features = ["derive"] }
serde_yaml = "0.9.34"
env_logger = "0.11.5"
Expand Down

0 comments on commit 8306a27

Please sign in to comment.