Skip to content

Commit d3b49d5

Browse files
chore: update deps (#191)
1 parent d52d724 commit d3b49d5

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = ["Martin Robinson <[email protected]>"]
1212
repository = "https://github.com/martinjrobins/diffsol"
1313

1414
[workspace.dependencies]
15-
nalgebra = "0.34.0"
15+
nalgebra = "0.34.1"
1616
faer = { version = "0.23.2", default-features = false, features = [
1717
"std",
1818
"sparse-linalg",
@@ -21,10 +21,10 @@ faer = { version = "0.23.2", default-features = false, features = [
2121
] }
2222
cudarc = { version = "0.16.4", default-features = false }
2323

24-
plotly = { version = "0.12.1" }
25-
argmin = { version = "0.10.0" }
26-
argmin-math = { version = "0.4" }
27-
argmin-observer-slog = { version = "0.1.0" }
24+
plotly = { version = "0.13.5" }
25+
argmin = { version = "0.11.0" }
26+
argmin-math = { version = "0.5.1" }
27+
argmin-observer-slog = { version = "0.2.0" }
2828
ort = "=2.0.0-rc.9"
2929
ort-sys = { version = "=2.0.0-rc.9", default-features = false }
3030

diffsol/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ diffsl-llvm18 = ["diffsl/llvm18-1", "diffsl", "diffsl-llvm"]
2828

2929
[dependencies]
3030
nalgebra = { workspace = true }
31-
nalgebra-sparse = { version = "0.10", features = ["io"] }
31+
nalgebra-sparse = { version = "0.11.0", features = ["io"] }
3232
num-traits = "0.2.17"
33-
serde = { version = "1.0.219", features = ["derive"] }
33+
serde = { version = "1.0", features = ["derive"] }
3434
diffsl = { package = "diffsl", version = "0.5.4", optional = true, features = [
3535
"rayon",
3636
] }
37-
petgraph = "0.8.1"
37+
petgraph = "0.8.3"
3838
suitesparse_sys = { version = "0.1.3", optional = true }
39-
thiserror = "2.0.12"
39+
thiserror = "2.0.17"
4040
faer-traits = "0.23.2"
4141
cudarc = { workspace = true, optional = true, default-features = false, features = [
4242
"cuda-version-from-build-system",
@@ -58,13 +58,13 @@ faer = { workspace = true, features = [ "rayon" ] }
5858
faer = { workspace = true }
5959

6060
[dev-dependencies]
61-
insta = { version = "1.43.1", features = ["yaml"] }
62-
criterion = { version = "0.5.1" }
61+
insta = { version = "1.43", features = ["yaml"] }
62+
criterion = { version = "0.7.0" }
6363
skeptic = "0.13.7"
6464

6565
[build-dependencies]
66-
bindgen = { version = "0.71.1", optional = true }
67-
cc = { version = "1.2.22", optional = true }
66+
bindgen = { version = "0.72.1", optional = true }
67+
cc = { version = "1.2", optional = true }
6868

6969
[[bench]]
7070
name = "ode_solvers"

0 commit comments

Comments
 (0)