Skip to content

Commit

Permalink
Merge pull request #641 from conjure-cp/dependabot/cargo/all-b6b23986e2
Browse files Browse the repository at this point in the history
build(deps): bump the all group across 1 directory with 5 updates
  • Loading branch information
ozgurakgun authored Feb 4, 2025
2 parents 308b788 + acff400 commit 177c21d
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 49 deletions.
84 changes: 42 additions & 42 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 @@ -15,11 +15,11 @@ minion_rs = { path = "../solvers/minion" }

uniplate = "0.2.0"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.137"
serde_json = "1.0.138"
serde_with = "3.12.0"
thiserror = "2.0.11"
anyhow = "1.0.95"
clap = { version = "4.5.26", features = ["derive"] }
clap = { version = "4.5.28", 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 @@ -15,7 +15,7 @@ uniplate = "0.2.0"
project-root = "0.2.2"
linkme = "0.3.31"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.137"
serde_json = "1.0.138"
serde_with = "3.12.0"
strum = "0.26.3"
strum_macros = "0.26.4"
Expand All @@ -29,7 +29,7 @@ regex = "1.11.1"
walkdir = "2.5.0"
derivative = "2.2.0"
schemars = "0.8.21"
clap = { version = "4.5.26", features = ["derive"] }
clap = { version = "4.5.28", features = ["derive"] }
itertools = "0.14.0"
im = "15.1.0"

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 @@ -8,7 +8,7 @@ proc-macro = true

[dependencies]
quote = "1.0.38"
syn = { version = "2.0.96", features = ["full"] }
syn = { version = "2.0.98", features = ["full"] }
proc-macro2 = "1.0.93"
linkme = "0.3.31"

Expand Down
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.38"
syn = { version = "2.0.96", features = ["parsing","visit-mut","full"] }
syn = { version = "2.0.98", features = ["parsing","visit-mut","full"] }
itertools = "0.14"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion crates/tree-sitter-essence/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tree-sitter-language = "0.1"
tree-sitter-generate = "0.24.7"

[build-dependencies]
cc = "1.2.10"
cc = "1.2.11"
tree-sitter-cli = "0.24.7"
tree-sitter-generate = "0.24.7"

Expand Down

0 comments on commit 177c21d

Please sign in to comment.