Skip to content

Commit

Permalink
build(deps): bump the all group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.137` | `1.0.138` |
| [clap](https://github.com/clap-rs/clap) | `4.5.26` | `4.5.28` |
| [syn](https://github.com/dtolnay/syn) | `2.0.96` | `2.0.98` |
| [tree-sitter-language](https://github.com/tree-sitter/tree-sitter) | `0.1.3` | `0.1.4` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.10` | `1.2.11` |



Updates `serde_json` from 1.0.137 to 1.0.138
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.137...v1.0.138)

Updates `clap` from 4.5.26 to 4.5.28
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.26...clap_complete-v4.5.28)

Updates `syn` from 2.0.96 to 2.0.98
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.96...2.0.98)

Updates `tree-sitter-language` from 0.1.3 to 0.1.4
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](https://github.com/tree-sitter/tree-sitter/commits)

Updates `cc` from 1.2.10 to 1.2.11
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.10...cc-v1.2.11)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tree-sitter-language
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent 308b788 commit acff400
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 acff400

Please sign in to comment.