Skip to content

Commit

Permalink
chore(deps): Bump the minor-patch group with 5 updates
Browse files Browse the repository at this point in the history
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](serde-rs/json@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](pywr/pywr-schema@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](rust-lang/log@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](rust-lang/cc-rs@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](clap-rs/clap@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 99c9bd9 commit 288830e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ipm-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"

[dependencies]
nalgebra-sparse = "0.10.0"
log = "0.4.19"
log = "0.4.25"
2 changes: 1 addition & 1 deletion ipm-ocl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion ipm-simd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 288830e

Please sign in to comment.