Skip to content

Commit cf7f3b7

Browse files
authored
chore: Update prost, prost-types and prost-build dependencies
1 parent b5380e5 commit cf7f3b7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pbjson-build/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ repository = "https://github.com/influxdata/pbjson"
1212
[dependencies]
1313

1414
heck = "0.4"
15-
prost = "0.10"
16-
prost-types = "0.10"
15+
prost = "0.11"
16+
prost-types = "0.11"
1717
itertools = "0.10"
1818

1919
[dev-dependencies]

pbjson-test/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Test resources for pbjson converion"
77
repository = "https://github.com/influxdata/pbjson"
88

99
[dependencies]
10-
prost = "0.10"
10+
prost = "0.11"
1111
pbjson = { path = "../pbjson" }
1212
pbjson-types = { path = "../pbjson-types" }
1313
serde = { version = "1.0", features = ["derive"] }
@@ -21,5 +21,5 @@ chrono = "0.4"
2121
serde_json = "1.0"
2222

2323
[build-dependencies]
24-
prost-build = "0.10"
24+
prost-build = "0.11"
2525
pbjson-build = { path = "../pbjson-build" }

pbjson-types/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ repository = "https://github.com/influxdata/pbjson"
1313
bytes = "1.0"
1414
chrono = { version = "0.4", default-features = false, features = ["alloc"] }
1515
pbjson = { path = "../pbjson", version = "0.3" }
16-
prost = "0.10"
16+
prost = "0.11"
1717
serde = { version = "1.0", features = ["derive"] }
1818

1919
[dev-dependencies]
2020
serde_json = "1.0"
2121

2222
[build-dependencies] # In alphabetical order
23-
prost-build = "0.10"
23+
prost-build = "0.11"
2424
pbjson-build = { path = "../pbjson-build", version = "0.3" }

0 commit comments

Comments
 (0)