Skip to content

Commit

Permalink
chore: bump prost from 0.13.2 to 0.13.3
Browse files Browse the repository at this point in the history
Bumps [prost](https://github.com/tokio-rs/prost) from 0.13.2 to 0.13.3.
- [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.2...v0.13.3)

---
updated-dependencies:
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 779222b commit e1262ec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 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 rust/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ quary_proto = { path = "../../proto/gen/rust" }
tokio = { version = "1", features = ["full"] }
async-trait = "0.1.80"
indicatif = "0.17"
prost = "0.13.2"
prost = "0.13.3"
futures = "0.3.30"
base64 = "0.22.1"
dotenv = "0.15"
Expand Down

0 comments on commit e1262ec

Please sign in to comment.