From cf7f3b719728391bb1ba837ea12561e021ded340 Mon Sep 17 00:00:00 2001 From: Opisthoteuthis agassizii <110026216+o-agassizii@users.noreply.github.com> Date: Mon, 1 Aug 2022 10:51:23 +0200 Subject: [PATCH] chore: Update prost, prost-types and prost-build dependencies --- pbjson-build/Cargo.toml | 4 ++-- pbjson-test/Cargo.toml | 4 ++-- pbjson-types/Cargo.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pbjson-build/Cargo.toml b/pbjson-build/Cargo.toml index 511cbaf..2b41346 100644 --- a/pbjson-build/Cargo.toml +++ b/pbjson-build/Cargo.toml @@ -12,8 +12,8 @@ repository = "https://github.com/influxdata/pbjson" [dependencies] heck = "0.4" -prost = "0.10" -prost-types = "0.10" +prost = "0.11" +prost-types = "0.11" itertools = "0.10" [dev-dependencies] diff --git a/pbjson-test/Cargo.toml b/pbjson-test/Cargo.toml index 3fc0379..a60b102 100644 --- a/pbjson-test/Cargo.toml +++ b/pbjson-test/Cargo.toml @@ -7,7 +7,7 @@ description = "Test resources for pbjson converion" repository = "https://github.com/influxdata/pbjson" [dependencies] -prost = "0.10" +prost = "0.11" pbjson = { path = "../pbjson" } pbjson-types = { path = "../pbjson-types" } serde = { version = "1.0", features = ["derive"] } @@ -21,5 +21,5 @@ chrono = "0.4" serde_json = "1.0" [build-dependencies] -prost-build = "0.10" +prost-build = "0.11" pbjson-build = { path = "../pbjson-build" } diff --git a/pbjson-types/Cargo.toml b/pbjson-types/Cargo.toml index ae3d13d..dd511d3 100644 --- a/pbjson-types/Cargo.toml +++ b/pbjson-types/Cargo.toml @@ -13,12 +13,12 @@ repository = "https://github.com/influxdata/pbjson" bytes = "1.0" chrono = { version = "0.4", default-features = false, features = ["alloc"] } pbjson = { path = "../pbjson", version = "0.3" } -prost = "0.10" +prost = "0.11" serde = { version = "1.0", features = ["derive"] } [dev-dependencies] serde_json = "1.0" [build-dependencies] # In alphabetical order -prost-build = "0.10" +prost-build = "0.11" pbjson-build = { path = "../pbjson-build", version = "0.3" }