Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the all group across 1 directory with 12 updates #329

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
139 changes: 80 additions & 59 deletions Cargo.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions conjure_oxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ walkdir = "2.5.0"
conjure_core = { path = "../crates/conjure_core" }
uniplate = { git = "https://github.com/conjure-cp/conjure-oxide.git", rev = "0dc7090f0388d9a4fc0460d7d5fbf79da7854170" }
uniplate_derive = { git = "https://github.com/conjure-cp/conjure-oxide.git", rev = "0dc7090f0388d9a4fc0460d7d5fbf79da7854170" }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.119"
serde_with = "3.8.2"
thiserror = "1.0.61"
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0.125"
serde_with = "3.9.0"
thiserror = "1.0.63"
minion_rs = { path = "../solvers/minion" }
anyhow = "1.0.86"
clap = { version = "4.5.8", features = ["derive"] }
clap = { version = "4.5.16", features = ["derive"] }
strum_macros = "0.26.4"
strum = "0.26.3"
versions = "6.3.0"
linkme = "0.3.27"
versions = "6.3.2"
linkme = "0.3.28"
walkdir = "2.5.0"
regex = "1.10.5"
regex = "1.10.6"
log = "0.4.22"
structured-logger = "1.0.3"
schemars = "0.8.21"
Expand Down
14 changes: 7 additions & 7 deletions crates/conjure_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ uniplate = { git = "https://github.com/conjure-cp/conjure-oxide.git", rev = "0dc
uniplate_derive = { git = "https://github.com/conjure-cp/conjure-oxide.git", rev = "0dc7090f0388d9a4fc0460d7d5fbf79da7854170" }
minion_rs = { path = "../../solvers/minion" }
project-root = "0.2.2"
linkme = "0.3.27"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.119"
serde_with = "3.8.2"
linkme = "0.3.28"
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0.125"
serde_with = "3.9.0"
strum = "0.26.3"
strum_macros = "0.26.4"
thiserror = "1.0.61"
thiserror = "1.0.63"
derive_is_enum_variant = "0.1.1"
log = "0.4.22"
anyhow = "1.0.86"
regex = "1.10.5"
regex = "1.10.6"
walkdir = "2.5.0"
derivative = "2.2.0"
schemars = "0.8.21"
clap = { version = "4.5.8", features = ["derive"] }
clap = { version = "4.5.16", features = ["derive"] }
itertools = "0.13.0"
im = "15.1.0"

Expand Down
4 changes: 2 additions & 2 deletions crates/conjure_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ proc_macro = true

[dependencies]
quote = "1.0.36"
syn = { version = "2.0.65", features = ["full"] }
syn = { version = "2.0.75", features = ["full"] }
proc-macro2 = "1.0.86"
linkme = "0.3.27"
linkme = "0.3.28"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/enum_compatability_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ proc_macro = true

[dependencies]
quote = "1.0.36"
syn = { version = "2.0.65", features = ["parsing","visit-mut","full"] }
syn = { version = "2.0.75", features = ["parsing","visit-mut","full"] }
itertools = "0.13"

[lints]
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.63"

[lints]
workspace = true
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 @@ -10,7 +10,7 @@ proc-macro = true

[dependencies]
proc-macro2 = "1.0.86"
syn = "2.0.65"
syn = "2.0.75"
quote = "1.0.36"
log = "0.4.22"
uniplate = {path = "../uniplate"}
Expand Down
4 changes: 2 additions & 2 deletions solvers/chuffed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ edition = "2021"
[dependencies]

[build-dependencies]
cc = { version = "1.0.104", features = ["parallel"] }
bindgen = "0.69.4"
cc = { version = "1.1.13", features = ["parallel"] }
bindgen = "0.70.0"
6 changes: 3 additions & 3 deletions solvers/minion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ edition = "2021"

[dependencies]
anyhow = "1.0.86"
libc = "0.2.155"
thiserror = "1.0.61"
libc = "0.2.158"
thiserror = "1.0.63"

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

[lints.clippy]
Expand Down
Loading