Skip to content

Commit

Permalink
Merge pull request #692 from conjure-cp/dependabot/cargo/all-1dc8108835
Browse files Browse the repository at this point in the history
build(deps): bump the all group across 1 directory with 10 updates
  • Loading branch information
ozgurakgun authored Feb 26, 2025
2 parents 16e29da + 23d0551 commit 2630a4f
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 45 deletions.
67 changes: 38 additions & 29 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions conjure_oxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ minion_rs = { path = "../solvers/minion" }


uniplate = "0.2.1"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
serde = { version = "1.0.218", features = ["derive"] }
serde_json = "1.0.139"
serde_with = "3.12.0"
thiserror = "2.0.11"
anyhow = "1.0.95"
clap = { version = "4.5.29", features = ["derive"] }
anyhow = "1.0.96"
clap = { version = "4.5.31", features = ["derive"] }
strum_macros = "0.27.1"
strum = "0.27.1"
versions = "6.3.0"
versions = "7.0.0"
linkme = "0.3.31"
walkdir = "2.5.0"
regex = "1.11.1"
log = "0.4.25"
log = "0.4.26"
env_logger = "0.11.6"
structured-logger = "1.0.3"
schemars = "0.8.21"
schemars = "0.8.22"
toml = "0.8.20"
glob = "0.3.2"
rand = "0.9.0"
Expand Down
12 changes: 6 additions & 6 deletions crates/conjure_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ minion_rs = { path = "../../solvers/minion" }
uniplate = "0.2.1"
project-root = "0.2.2"
linkme = "0.3.31"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
serde = { version = "1.0.218", features = ["derive"] }
serde_json = "1.0.139"
serde_with = "3.12.0"
strum = "0.27.1"
strum_macros = "0.27.1"
thiserror = "2.0.11"
log = "0.4.25"
log = "0.4.26"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing-appender = "0.2"
anyhow = "1.0.95"
anyhow = "1.0.96"
regex = "1.11.1"
walkdir = "2.5.0"
derivative = "2.2.0"
schemars = "0.8.21"
clap = { version = "4.5.29", features = ["derive"] }
schemars = "0.8.22"
clap = { version = "4.5.31", features = ["derive"] }
itertools = "0.14.0"
im = "15.1.0"
git-version = "0.3.9"
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.14"
cc = "1.2.15"
tree-sitter-cli = "0.24.7"
tree-sitter-generate = "0.24.7"

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,8 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.95"
libc = "0.2.169"
anyhow = "1.0.96"
libc = "0.2.170"
thiserror = "2.0.11"

[build-dependencies]
Expand Down

0 comments on commit 2630a4f

Please sign in to comment.