Skip to content

Commit

Permalink
chore(deps): bump the prost group with 2 updates (#953)
Browse files Browse the repository at this point in the history
* chore(deps): bump the prost group with 2 updates

Bumps the prost group with 2 updates: [prost](https://github.com/tokio-rs/prost) and [prost-reflect](https://github.com/andrewhickman/prost-reflect).


Updates `prost` from 0.12.6 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.12.6...v0.13.1)

Updates `prost-reflect` from 0.13.1 to 0.14.0
- [Changelog](https://github.com/andrewhickman/prost-reflect/blob/main/CHANGELOG.md)
- [Commits](andrewhickman/prost-reflect@0.13.1...0.14.0)

---
updated-dependencies:
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prost
- dependency-name: prost-reflect
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prost
...

Signed-off-by: dependabot[bot] <[email protected]>

* regen licenses

Signed-off-by: Jesse Szwedko <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Jesse Szwedko <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Szwedko <[email protected]>
  • Loading branch information
dependabot[bot] and jszwedko authored Jul 29, 2024
1 parent c8d1873 commit eb600ef
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
18 changes: 9 additions & 9 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ cfb-mode = { version = "0.8", optional = true }
ofb = { version = "0.6", optional = true }

# Protobuf support.
prost = { version = "0.12", default-features = false, optional = true, features = ["std"]}
prost-reflect = { version = "0.13", default-features = false, optional = true}
prost = { version = "0.13", default-features = false, optional = true, features = ["std"]}
prost-reflect = { version = "0.14", default-features = false, optional = true}

# Dependencies used for non-WASM
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down
1 change: 0 additions & 1 deletion LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ proc-macro-error,https://gitlab.com/CreepySkeleton/proc-macro-error,MIT OR Apach
proc-macro2,https://github.com/dtolnay/proc-macro2,MIT OR Apache-2.0,"David Tolnay <[email protected]>, Alex Crichton <[email protected]>"
prost,https://github.com/tokio-rs/prost,Apache-2.0,"Dan Burkert <[email protected]>, Lucio Franco <[email protected]>, Casper Meijn <[email protected]>, Tokio Contributors <[email protected]>"
prost-reflect,https://github.com/andrewhickman/prost-reflect,MIT OR Apache-2.0,Andrew Hickman <[email protected]>
prost-types,https://github.com/tokio-rs/prost,Apache-2.0,"Dan Burkert <[email protected]>, Lucio Franco <[email protected], Tokio Contributors <[email protected]>"
psl,https://github.com/addr-rs/psl,MIT OR Apache-2.0,rushmorem <[email protected]>
psl-types,https://github.com/addr-rs/psl-types,MIT OR Apache-2.0,rushmorem <[email protected]>
ptr_meta,https://github.com/djkoloski/ptr_meta,MIT,David Koloski <[email protected]>
Expand Down

0 comments on commit eb600ef

Please sign in to comment.