Skip to content

Commit

Permalink
Update related prost crates
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
  • Loading branch information
jszwedko committed Oct 19, 2021
1 parent 52a47b3 commit 601a537
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 19 deletions.
72 changes: 59 additions & 13 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 @@ -166,7 +166,7 @@ rmpv = { version = "1.0.0", default-features = false, features = ["with-serde"],

# Prost
prost = { version = "0.9", default-features = false, features = ["std"] }
prost-types = { version = "0.8", default-features = false }
prost-types = { version = "0.9", default-features = false }

# GCP
goauth = { version = "0.10.0", default-features = false, optional = true }
Expand Down Expand Up @@ -291,7 +291,7 @@ atty = "0.2.14"
nix = "0.22.2"

[build-dependencies]
prost-build = { version = "0.8", optional = true }
prost-build = { version = "0.9", optional = true }
tonic-build = { version = "0.5", default-features = false, features = ["transport", "prost"], optional = true }

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions lib/prometheus-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ indexmap = "~1.6.2"
nom = "7.0.0"
num_enum = "0.5.4"
prost = "0.9"
prost-types = "0.8"
prost-types = "0.9"
shared = { path = "../shared", features = ["btreemap"] }
snafu = { version = "0.6" }

[build-dependencies]
prost-build = "0.8"
prost-build = "0.9"
4 changes: 2 additions & 2 deletions lib/vector-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pest = { version = "2.1.3", default-features = false }
pest_derive = { version = "2.1.0", default-features = false }
pin-project = { version = "1.0.8", default-features = false }
prost = { version = "0.9", default-features = false }
prost-types = { version = "0.8", default-features = false }
prost-types = { version = "0.9", default-features = false }
regex = { version = "1.5.4", default-features = false, features = ["std", "perf"] }
serde = { version = "1.0.130", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.68", default-features = false }
Expand All @@ -57,7 +57,7 @@ twox-hash = { version = "1.6.1", default-features = false }
vrl-core = { package = "vrl", path = "../vrl/core", optional = true }

[build-dependencies]
prost-build = "0.8"
prost-build = "0.9"

[dev-dependencies]
criterion = { version = "0.3.5", features = ["html_reports"] }
Expand Down

0 comments on commit 601a537

Please sign in to comment.