Skip to content

Commit

Permalink
Merge pull request #338 from conjure-cp/dependabot/cargo/all-fe1c97b08b
Browse files Browse the repository at this point in the history
build(deps): bump the all group across 1 directory with 4 updates
  • Loading branch information
ozgurakgun authored Sep 23, 2024
2 parents dd2d278 + 2b868b9 commit 82959f5
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 86 deletions.
95 changes: 18 additions & 77 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions conjure_oxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ minion_rs = { path = "../solvers/minion" }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.119"
serde_with = "3.8.2"
thiserror = "1.0.61"
thiserror = "1.0.64"
anyhow = "1.0.86"
clap = { version = "4.5.8", features = ["derive"] }
clap = { version = "4.5.18", features = ["derive"] }
strum_macros = "0.26.4"
strum = "0.26.3"
versions = "6.3.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/conjure_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ serde_json = "1.0.119"
serde_with = "3.8.2"
strum = "0.26.3"
strum_macros = "0.26.4"
thiserror = "1.0.61"
thiserror = "1.0.64"
log = "0.4.22"
anyhow = "1.0.86"
regex = "1.10.5"
walkdir = "2.5.0"
derivative = "2.2.0"
schemars = "0.8.21"
clap = { version = "4.5.8", features = ["derive"] }
clap = { version = "4.5.18", features = ["derive"] }
itertools = "0.13.0"
im = "15.1.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/uniplate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MPL-2.0"
im = {version = "15.1.0", features = ["proptest"]}
proptest = "1.5.0"
proptest-derive = "0.5.0"
thiserror = "1.0.61"
thiserror = "1.0.64"
uniplate_derive = {path="../uniplate_derive"}

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/uniplate_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ proc-macro2 = "1.0.86"
syn = { version = "2.0.65", features = ["derive","parsing","printing","clone-impls","proc-macro","extra-traits"] }
quote = "1.0.36"
log = "0.4.22"
itertools = "0.12.1"
itertools = "0.13.0"
lazy_static = "1.4.0"

[lints.rust]
Expand Down
2 changes: 1 addition & 1 deletion solvers/chuffed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ edition = "2021"

[build-dependencies]
cc = { version = "1.0.104", features = ["parallel"] }
bindgen = "0.69.4"
bindgen = "0.70.1"
4 changes: 2 additions & 2 deletions solvers/minion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ edition = "2021"
[dependencies]
anyhow = "1.0.86"
libc = "0.2.155"
thiserror = "1.0.61"
thiserror = "1.0.64"

[build-dependencies]
bindgen = "0.69.4"
bindgen = "0.70.1"
glob = "0.3.1"

[lints.clippy]
Expand Down

0 comments on commit 82959f5

Please sign in to comment.