Skip to content

Commit

Permalink
Build(deps): Bump the deps group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the deps group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.1` | `4.5.6` |
| [miette](https://github.com/zkat/miette) | `7.1.0` | `7.2.0` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.57` | `1.0.61` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.78` | `1.0.85` |
| [syn](https://github.com/dtolnay/syn) | `2.0.49` | `2.0.66` |
| [quote](https://github.com/dtolnay/quote) | `1.0.35` | `1.0.36` |


Updates `clap` from 4.5.1 to 4.5.6
- [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.1...v4.5.6)

Updates `miette` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/zkat/miette/releases)
- [Changelog](https://github.com/zkat/miette/blob/main/CHANGELOG.md)
- [Commits](zkat/miette@miette-derive-v7.1.0...miette-derive-v7.2.0)

Updates `thiserror` from 1.0.57 to 1.0.61
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.57...1.0.61)

Updates `proc-macro2` from 1.0.78 to 1.0.85
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.78...1.0.85)

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

Updates `quote` from 1.0.35 to 1.0.36
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.35...1.0.36)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: miette
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: quote
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 8, 2024
1 parent 7967a23 commit f7110ba
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 28 deletions.
51 changes: 29 additions & 22 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 crates/leon-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ proc-macro = true

[dependencies]
leon = { version = "3.0.0", path = "../leon", default-features = false }
proc-macro2 = "1.0.68"
syn = { version = "2.0.43", default-features = false, features = ["proc-macro", "parsing"] }
quote = "1.0.28"
proc-macro2 = "1.0.85"
syn = { version = "2.0.66", default-features = false, features = ["proc-macro", "parsing"] }
quote = "1.0.36"
6 changes: 3 additions & 3 deletions crates/leon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ exclude = ["fuzz", "benches"]
readme = "../../README.md"

[dependencies]
clap = { version = "4.4.8", features = ["derive"], optional = true }
miette = { version = "7.0.0", default-features = false, features = ["derive"], optional = true }
thiserror = "1.0.52"
clap = { version = "4.5.6", features = ["derive"], optional = true }
miette = { version = "7.2.0", default-features = false, features = ["derive"], optional = true }
thiserror = "1.0.61"

[features]
default = ["miette"]
Expand Down

0 comments on commit f7110ba

Please sign in to comment.