Skip to content

Commit

Permalink
Merge pull request conjure-cp#390 from conjure-cp/dependabot/cargo/al…
Browse files Browse the repository at this point in the history
…l-a691d6e1dc

build(deps): bump the all group with 7 updates
  • Loading branch information
ozgurakgun authored Oct 28, 2024
2 parents f9240c8 + 67e02b9 commit c00a2b5
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 55 deletions.
78 changes: 39 additions & 39 deletions Cargo.lock

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

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

uniplate = "0.1.2"
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.213", features = ["derive"] }
serde_json = "1.0.132"
serde_with = "3.11.0"
thiserror = "1.0.64"
anyhow = "1.0.90"
thiserror = "1.0.65"
anyhow = "1.0.91"
clap = { version = "4.5.20", features = ["derive"] }
strum_macros = "0.26.4"
strum = "0.26.3"
versions = "6.3.0"
linkme = "0.3.27"
linkme = "0.3.29"
walkdir = "2.5.0"
regex = "1.11.0"
regex = "1.11.1"
log = "0.4.22"
structured-logger = "1.0.3"
schemars = "0.8.21"
Expand Down
10 changes: 5 additions & 5 deletions crates/conjure_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ minion_rs = { path = "../../solvers/minion" }

uniplate = "0.1.2"
project-root = "0.2.2"
linkme = "0.3.27"
serde = { version = "1.0.203", features = ["derive"] }
linkme = "0.3.29"
serde = { version = "1.0.213", features = ["derive"] }
serde_json = "1.0.132"
serde_with = "3.11.0"
strum = "0.26.3"
strum_macros = "0.26.4"
thiserror = "1.0.64"
thiserror = "1.0.65"
log = "0.4.22"
anyhow = "1.0.90"
regex = "1.11.0"
anyhow = "1.0.91"
regex = "1.11.1"
walkdir = "2.5.0"
derivative = "2.2.0"
schemars = "0.8.21"
Expand Down
6 changes: 3 additions & 3 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.82", features = ["full"] }
proc-macro2 = "1.0.88"
linkme = "0.3.27"
syn = { version = "2.0.85", features = ["full"] }
proc-macro2 = "1.0.89"
linkme = "0.3.29"

[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.82", features = ["parsing","visit-mut","full"] }
syn = { version = "2.0.85", features = ["parsing","visit-mut","full"] }
itertools = "0.13"

[lints]
Expand Down
4 changes: 2 additions & 2 deletions solvers/minion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.90"
anyhow = "1.0.91"
libc = "0.2.161"
thiserror = "1.0.64"
thiserror = "1.0.65"

[build-dependencies]
bindgen = "0.70.1"
Expand Down

0 comments on commit c00a2b5

Please sign in to comment.