Skip to content

Commit

Permalink
Bump the production-dependencies group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [bytes](https://github.com/tokio-rs/bytes) | `1.6.0` | `1.6.1` |
| [clap](https://github.com/clap-rs/clap) | `4.5.8` | `4.5.9` |
| [prost](https://github.com/tokio-rs/prost) | `0.13.0` | `0.13.1` |
| [prost-types](https://github.com/tokio-rs/prost) | `0.13.0` | `0.13.1` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.61` | `1.0.63` |
| [prost-build](https://github.com/tokio-rs/prost) | `0.13.0` | `0.13.1` |
| [tonic-build](https://github.com/hyperium/tonic) | `0.12.0` | `0.12.1` |



Updates `bytes` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.6.0...v1.6.1)

Updates `clap` from 4.5.8 to 4.5.9
- [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.8...v4.5.9)

Updates `prost` from 0.13.0 to 0.13.1
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.13.0...v0.13.1)

Updates `prost-types` from 0.13.0 to 0.13.1
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.13.0...v0.13.1)

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

Updates `prost-build` from 0.13.0 to 0.13.1
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.13.0...v0.13.1)

Updates `tonic-build` from 0.12.0 to 0.12.1
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.12.0...v0.12.1)

---
updated-dependencies:
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: prost-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: prost-build
  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-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 5446318 commit 33b08f0
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
40 changes: 20 additions & 20 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 protox-parse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ include = [
[dependencies]
logos = "0.14.0"
miette = "7.2.0"
prost-types = "0.13.0"
thiserror = "1.0.61"
prost-types = "0.13.1"
thiserror = "1.0.63"

[dev-dependencies]
insta = "1.39.0"
Expand Down
14 changes: 7 additions & 7 deletions protox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,26 @@ required-features = ["bin"]
bin = ["dep:clap", "miette/fancy"]

[dependencies]
bytes = "1.6.0"
clap = { version = "4.5.4", features = ["derive"], optional = true }
bytes = "1.6.1"
clap = { version = "4.5.9", features = ["derive"], optional = true }
miette = "7.2.0"
prost = "0.13.0"
prost = "0.13.1"
prost-reflect = { version = "0.14.0", features = ["miette", "text-format"] }
prost-types = "0.13.0"
prost-types = "0.13.1"
protox-parse = { version = "0.7.0", path = "../protox-parse" }
thiserror = "1.0.61"
thiserror = "1.0.63"

[dev-dependencies]
insta = { version = "1.39.0", features = ["yaml"] }
prost-build = { version = "0.13.0" }
prost-build = { version = "0.13.1" }
prost-reflect = { version = "0.14.0", features = ["serde"] }
once_cell = { version = "1.12.0", default_features = false }
scopeguard = "1.1.0"
serde_yaml = "0.9.34"
similar-asserts = { version = "1.2.0", features = ["serde"] }
tempfile = "3.10.1"
serde_json = "1.0.117"
tonic-build = "0.12.0"
tonic-build = "0.12.1"

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

0 comments on commit 33b08f0

Please sign in to comment.