Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 30, 2024
1 parent 860454e commit ccc60e4
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 15 deletions.
43 changes: 33 additions & 10 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 proto/gen/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
prost = { version = "0.12", default-features = false }
prost = { version = "0.13", default-features = false }
pbjson = "0.6"
serde = { version = "1.0", default-features = false }
pbjson-types = { version = "0.6", path = "../../../rust/pbjson-types" }
Expand Down
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.12.4"
prost = "0.13.1"
futures = "0.3.30"
base64 = "0.22.1"
dotenv = "0.15"
Expand Down
2 changes: 1 addition & 1 deletion rust/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version.workspace = true
crate-type = ["cdylib", "rlib"]

[dependencies]
prost = { default-features = false, version = "0.12" }
prost = { default-features = false, version = "0.13" }
sqlparser = { default-features = false, version = "0.45" }
quary_proto = { path = "../../proto/gen/rust" }
sqlinference = { git = "https://github.com/quarylabs/sqruff.git", package = "sqruff-sqlinference" }
Expand Down
2 changes: 1 addition & 1 deletion rust/pbjson-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = ["protos/*"]
bytes = "1.6"
chrono = { version = "0.4", default-features = false, features = ["alloc"] }
pbjson = { version = "0.6" }
prost = "0.12"
prost = "0.13"
serde = { version = "1.0", features = ["derive"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rust/wasm-binding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ send_wrapper = "0.6"
# code size when deploying.
quary-core = { path = "../core" }
console_error_panic_hook = { version = "0.1", optional = true }
prost = { default-features = false, version = "0.12" }
prost = { default-features = false, version = "0.13" }
js-sys = "0.3"
quary_proto = { path = "../../proto/gen/rust" }
sqlinference = { git = "https://github.com/quarylabs/sqruff.git", package = "sqruff-sqlinference" }
Expand Down

0 comments on commit ccc60e4

Please sign in to comment.