Skip to content

Commit

Permalink
build(deps): bump the all group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.215` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.133` |
| [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.21` |
| [linkme](https://github.com/dtolnay/linkme) | `0.3.29` | `0.3.31` |
| [libc](https://github.com/rust-lang/libc) | `0.2.162` | `0.2.164` |


Updates `serde` from 1.0.214 to 1.0.215
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.214...v1.0.215)

Updates `serde_json` from 1.0.132 to 1.0.133
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.132...v1.0.133)

Updates `clap` from 4.5.20 to 4.5.21
- [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.20...clap_complete-v4.5.21)

Updates `linkme` from 0.3.29 to 0.3.31
- [Release notes](https://github.com/dtolnay/linkme/releases)
- [Commits](dtolnay/linkme@0.3.29...0.3.31)

Updates `libc` from 0.2.162 to 0.2.164
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/main/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.162...0.2.164)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: linkme
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 81b2500 commit 9cd8a48
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions conjure_oxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ conjure_core = { path = "../crates/conjure_core" }
minion_rs = { path = "../solvers/minion" }

uniplate = "0.1.2"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde_with = "3.11.0"
thiserror = "2.0.3"
anyhow = "1.0.93"
clap = { version = "4.5.20", features = ["derive"] }
clap = { version = "4.5.21", features = ["derive"] }
strum_macros = "0.26.4"
strum = "0.26.3"
versions = "6.3.0"
linkme = "0.3.29"
linkme = "0.3.31"
walkdir = "2.5.0"
regex = "1.11.1"
log = "0.4.22"
Expand Down
8 changes: 4 additions & 4 deletions crates/conjure_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ minion_rs = { path = "../../solvers/minion" }

uniplate = "0.1.2"
project-root = "0.2.2"
linkme = "0.3.29"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
linkme = "0.3.31"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde_with = "3.11.0"
strum = "0.26.3"
strum_macros = "0.26.4"
Expand All @@ -26,7 +26,7 @@ regex = "1.11.1"
walkdir = "2.5.0"
derivative = "2.2.0"
schemars = "0.8.21"
clap = { version = "4.5.20", features = ["derive"] }
clap = { version = "4.5.21", features = ["derive"] }
itertools = "0.13.0"
im = "15.1.0"
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion crates/conjure_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ proc_macro = true
quote = "1.0.36"
syn = { version = "2.0.85", features = ["full"] }
proc-macro2 = "1.0.89"
linkme = "0.3.29"
linkme = "0.3.31"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion solvers/minion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.93"
libc = "0.2.162"
libc = "0.2.164"
thiserror = "2.0.3"

[build-dependencies]
Expand Down

0 comments on commit 9cd8a48

Please sign in to comment.