Skip to content

Commit

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


Updates `bytes` from 1.5.0 to 1.6.0
- [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.5.0...v1.6.0)

Updates `clap` from 4.5.2 to 4.5.3
- [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.5.2...v4.5.3)

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

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

---
updated-dependencies:
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: clap
  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: serde_yaml
  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] committed Mar 25, 2024
1 parent 1fd0981 commit f9f25a7
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 21 deletions.
38 changes: 22 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.2.0"
prost-types = "0.12.1"
thiserror = "1.0.57"
thiserror = "1.0.58"

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

[dependencies]
bytes = "1.5.0"
clap = { version = "4.5.2", features = ["derive"], optional = true }
bytes = "1.6.0"
clap = { version = "4.5.3", features = ["derive"], optional = true }
miette = "7.2.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.57"
thiserror = "1.0.58"

[dev-dependencies]
insta = { version = "1.36.1", features = ["yaml"] }
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.32"
serde_yaml = "0.9.34"
similar-asserts = { version = "1.2.0", features = ["serde"] }
tempfile = "3.10.1"
serde_json = "1.0.114"
Expand Down

0 comments on commit f9f25a7

Please sign in to comment.