diff --git a/Cargo.lock b/Cargo.lock index 90051ff1..9aeab23e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -354,9 +354,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.9" +version = "1.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8293772165d9345bdaaa39b45b2109591e63fe5e6fbc23c6ff930a048aa310b" +checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229" dependencies = [ "jobserver", "libc", @@ -463,9 +463,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.26" +version = "4.5.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8eb5e908ef3a6efbe1ed62520fb7287959888c88485abe072543190ecc66783" +checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796" dependencies = [ "clap_builder", "clap_derive", @@ -473,9 +473,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.26" +version = "4.5.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96b01801b5fc6a0a232407abc821660c9c6d25a1cafc0d4f85f29fb8d9afc121" +checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7" dependencies = [ "anstream", "anstyle", @@ -1311,9 +1311,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.22" +version = "0.4.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" +checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" [[package]] name = "longest-increasing-subsequence" @@ -2691,9 +2691,9 @@ dependencies = [ [[package]] name = "pywr-v1-schema" -version = "0.17.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57921fc52ff4ab988f6dc32b0a73673499028a3b457f82d3c638002f7dd10c68" +checksum = "f0841a0226e0a04fd3f2a1ffdc54c46ea5b47a11d82ccad3855dec168b6ffb83" dependencies = [ "chrono", "pywr-v1-schema-macros", @@ -3123,9 +3123,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.135" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" +checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" dependencies = [ "itoa", "memchr", diff --git a/ipm-common/Cargo.toml b/ipm-common/Cargo.toml index 48fb25b6..bf840f62 100644 --- a/ipm-common/Cargo.toml +++ b/ipm-common/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" [dependencies] nalgebra-sparse = "0.10.0" -log = "0.4.19" +log = "0.4.25" diff --git a/ipm-ocl/Cargo.toml b/ipm-ocl/Cargo.toml index 6f1f0133..e371c343 100644 --- a/ipm-ocl/Cargo.toml +++ b/ipm-ocl/Cargo.toml @@ -9,4 +9,4 @@ edition = "2021" ipm-common = { path = "../ipm-common" } nalgebra-sparse = "0.10.0" ocl = "0.19" -log = "0.4.19" +log = "0.4.25" diff --git a/ipm-simd/Cargo.toml b/ipm-simd/Cargo.toml index 61a114d5..ca05bf2d 100644 --- a/ipm-simd/Cargo.toml +++ b/ipm-simd/Cargo.toml @@ -8,5 +8,5 @@ edition = "2021" [dependencies] ipm-common = { path = "../ipm-common" } nalgebra-sparse = "0.10.0" -log = "0.4.19" +log = "0.4.25" colamd = "0.1.0"