Skip to content

Commit

Permalink
build(deps): bump the all group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 6 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` |
| [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.0` |
| [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 `rand` from 0.8.5 to 0.9.0
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.8.5...0.9.0)

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: rand
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent f637ff0 commit 97e9cfa
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 51 deletions.
86 changes: 43 additions & 43 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 @@ -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 All @@ -32,7 +32,7 @@ structured-logger = "1.0.3"
schemars = "0.8.21"
toml = "0.8.19"
glob = "0.3.2"
rand = "0.8.5"
rand = "0.9.0"
tracing-appender = "0.2"
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3.18", features = ["ansi", "env-filter", "json"] }
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
Loading

0 comments on commit 97e9cfa

Please sign in to comment.