Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Dec 10, 2024
1 parent e7f4253 commit c250d94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ nalgebra = "0.33.2"
nalgebra-sparse = { version = "0.10", features = ["io"] }
num-traits = "0.2.17"
serde = { version = "1.0.215", features = ["derive"] }
diffsl = { package = "diffsl", version = "0.2.4", optional = true }
diffsl = { package = "diffsl", version = "0.2.5", optional = true }
petgraph = "0.6.4"
faer = "0.19.4"
suitesparse_sys = { version = "0.1.3", optional = true }
thiserror = "2.0.3"
thiserror = "2.0.6"

[dev-dependencies]
insta = { version = "1.41.1", features = ["yaml"] }
criterion = { version = "0.5.1" }
skeptic = "0.13.7"

[build-dependencies]
bindgen = { version = "0.70.1", optional = true }
cc = { version = "1.2.0", optional = true }
bindgen = { version = "0.71.1", optional = true }
cc = { version = "1.2.3", optional = true }

[[bench]]
name = "ode_solvers"
Expand Down

0 comments on commit c250d94

Please sign in to comment.