From 288830e44270a23a7932c2fe74aa26100ff51a00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 23:40:20 +0000 Subject: [PATCH] chore(deps): Bump the minor-patch group with 5 updates Bumps the minor-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [serde_json](https://github.com/serde-rs/json) | `1.0.135` | `1.0.137` | | [pywr-v1-schema](https://github.com/pywr/pywr-schema) | `0.17.0` | `0.17.1` | | [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.25` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.9` | `1.2.10` | | [clap](https://github.com/clap-rs/clap) | `4.5.26` | `4.5.27` | Updates `serde_json` from 1.0.135 to 1.0.137 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.135...v1.0.137) Updates `pywr-v1-schema` from 0.17.0 to 0.17.1 - [Release notes](https://github.com/pywr/pywr-schema/releases) - [Changelog](https://github.com/pywr/pywr-schema/blob/main/release-plz.toml) - [Commits](https://github.com/pywr/pywr-schema/compare/pywr-v1-schema-v0.17.0...pywr-v1-schema-v0.17.1) Updates `log` from 0.4.22 to 0.4.25 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.22...0.4.25) Updates `cc` from 1.2.9 to 1.2.10 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.9...cc-v1.2.10) Updates `clap` from 4.5.26 to 4.5.27 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.26...clap_complete-v4.5.27) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: pywr-v1-schema dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ ipm-common/Cargo.toml | 2 +- ipm-ocl/Cargo.toml | 2 +- ipm-simd/Cargo.toml | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) 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"