Skip to content

Commit

Permalink
Merge pull request #679 from conjure-cp/dependabot/cargo/all-2ee8492188
Browse files Browse the repository at this point in the history
build(deps): bump the all group with 4 updates
  • Loading branch information
ozgurakgun authored Feb 17, 2025
2 parents e9ec0eb + 2608f25 commit 83e565e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions conjure_oxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ serde_json = "1.0.138"
serde_with = "3.12.0"
thiserror = "2.0.11"
anyhow = "1.0.95"
clap = { version = "4.5.28", features = ["derive"] }
strum_macros = "0.27.0"
strum = "0.27.0"
clap = { version = "4.5.29", features = ["derive"] }
strum_macros = "0.27.1"
strum = "0.27.1"
versions = "6.3.0"
linkme = "0.3.31"
walkdir = "2.5.0"
Expand Down
6 changes: 3 additions & 3 deletions crates/conjure_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ linkme = "0.3.31"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
serde_with = "3.12.0"
strum = "0.27.0"
strum_macros = "0.27.0"
strum = "0.27.1"
strum_macros = "0.27.1"
thiserror = "2.0.11"
log = "0.4.25"
tracing = "0.1"
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.28", features = ["derive"] }
clap = { version = "4.5.29", 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.13"
cc = "1.2.14"
tree-sitter-cli = "0.24.7"
tree-sitter-generate = "0.24.7"

Expand Down

0 comments on commit 83e565e

Please sign in to comment.