Skip to content

Commit

Permalink
Bump the production-dependencies group with 3 updates (#49)
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), [thiserror](https://github.com/dtolnay/thiserror) and [tonic-build](https://github.com/hyperium/tonic).


Updates `clap` from 4.4.18 to 4.5.0
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.18...clap_complete-v4.5.0)

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

Updates `tonic-build` from 0.10.2 to 0.11.0
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.10.2...v0.11.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: tonic-build
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 12, 2024
1 parent f21d05f commit e83998b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 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 @@ -22,7 +22,7 @@ include = [
logos = "0.14.0"
miette = "7.0.0"
prost-types = "0.12.1"
thiserror = "1.0.50"
thiserror = "1.0.57"

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

[dependencies]
bytes = "1.5.0"
clap = { version = "4.4.7", features = ["derive"], optional = true }
clap = { version = "4.5.0", features = ["derive"], optional = true }
miette = "7.0.0"
prost = "0.12.1"
prost-reflect = { version = "0.13.0", features = ["miette", "text-format"] }
prost-types = "0.12.1"
protox-parse = { version = "0.6.0", path = "../protox-parse" }
thiserror = "1.0.50"
thiserror = "1.0.57"

[dev-dependencies]
insta = { version = "1.34.0", features = ["yaml"] }
Expand All @@ -59,7 +59,7 @@ serde_yaml = "0.9.27"
similar-asserts = { version = "1.2.0", features = ["serde"] }
tempfile = "3.8.1"
serde_json = "1.0.108"
tonic-build = "0.10.2"
tonic-build = "0.11.0"

[package.metadata.release]
tag-name = "{{version}}"
Expand Down

0 comments on commit e83998b

Please sign in to comment.