Skip to content

Commit

Permalink
Bump the production-dependencies group with 3 updates (#50)
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 3 updates: [clap](https://github.com/clap-rs/clap), [miette](https://github.com/zkat/miette) and [serde_yaml](https://github.com/dtolnay/serde-yaml).


Updates `clap` from 4.5.0 to 4.5.1
- [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.0...clap_complete-v4.5.1)

Updates `miette` from 7.0.0 to 7.1.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.0.0...miette-derive-v7.1.0)

Updates `serde_yaml` from 0.9.31 to 0.9.32
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](dtolnay/serde-yaml@0.9.31...0.9.32)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: miette
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: serde_yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 19, 2024
1 parent e83998b commit 3a7b5b2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 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.

2 changes: 1 addition & 1 deletion protox-parse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include = [

[dependencies]
logos = "0.14.0"
miette = "7.0.0"
miette = "7.1.0"
prost-types = "0.12.1"
thiserror = "1.0.57"

Expand Down
6 changes: 3 additions & 3 deletions protox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ bin = ["dep:clap", "miette/fancy"]

[dependencies]
bytes = "1.5.0"
clap = { version = "4.5.0", features = ["derive"], optional = true }
miette = "7.0.0"
clap = { version = "4.5.1", features = ["derive"], optional = true }
miette = "7.1.0"
prost = "0.12.1"
prost-reflect = { version = "0.13.0", features = ["miette", "text-format"] }
prost-types = "0.12.1"
Expand All @@ -55,7 +55,7 @@ prost-build = { version = "0.12.1" }
prost-reflect = { version = "0.13.0", features = ["serde"] }
once_cell = { version = "1.12.0", default_features = false }
scopeguard = "1.1.0"
serde_yaml = "0.9.27"
serde_yaml = "0.9.32"
similar-asserts = { version = "1.2.0", features = ["serde"] }
tempfile = "3.8.1"
serde_json = "1.0.108"
Expand Down

0 comments on commit 3a7b5b2

Please sign in to comment.