Update deps

This commit is contained in:
Manuel
2026-06-24 13:51:45 +02:00
parent 2c41412c77
commit f60b2e9a9e
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -23,9 +23,9 @@ tokio = { version = "1", features = ["sync", "rt-multi-thread"], optional = true
optimizer-derive = { version = "0.1", path = "optimizer-derive", optional = true }
serde = { version = "1", features = ["derive"], optional = true }
serde_json = { version = "1", optional = true }
tracing = { version = "0.1.26", optional = true }
tracing = { version = "0.1.44", optional = true }
sobol_burley = { version = "0.5", optional = true }
nalgebra = { version = "0.34", optional = true }
nalgebra = { version = "0.35", optional = true }
fs2 = { version = "0.4", optional = true }
[features]
@@ -40,7 +40,7 @@ cma-es = ["dep:nalgebra"]
gp = ["dep:nalgebra"]
[dev-dependencies]
tokio = { version = "1.50", features = ["rt-multi-thread", "macros", "time"] }
tokio = { version = "1.52", features = ["rt-multi-thread", "macros", "time"] }
optimizer-derive = { version = "0.1.0", path = "optimizer-derive" }
serde_json = "1"
criterion = { version = "0.8", features = ["html_reports"] }