File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ repository = "https://github.com/influxdata/pbjson"
1212[dependencies ]
1313
1414heck = " 0.4"
15- prost = " 0.10 "
16- prost-types = " 0.10 "
15+ prost = " 0.11 "
16+ prost-types = " 0.11 "
1717itertools = " 0.10"
1818
1919[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description = "Test resources for pbjson converion"
77repository = " https://github.com/influxdata/pbjson"
88
99[dependencies ]
10- prost = " 0.10 "
10+ prost = " 0.11 "
1111pbjson = { path = " ../pbjson" }
1212pbjson-types = { path = " ../pbjson-types" }
1313serde = { version = " 1.0" , features = [" derive" ] }
@@ -21,5 +21,5 @@ chrono = "0.4"
2121serde_json = " 1.0"
2222
2323[build-dependencies ]
24- prost-build = " 0.10 "
24+ prost-build = " 0.11 "
2525pbjson-build = { path = " ../pbjson-build" }
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ repository = "https://github.com/influxdata/pbjson"
1313bytes = " 1.0"
1414chrono = { version = " 0.4" , default-features = false , features = [" alloc" ] }
1515pbjson = { path = " ../pbjson" , version = " 0.3" }
16- prost = " 0.10 "
16+ prost = " 0.11 "
1717serde = { version = " 1.0" , features = [" derive" ] }
1818
1919[dev-dependencies ]
2020serde_json = " 1.0"
2121
2222[build-dependencies ] # In alphabetical order
23- prost-build = " 0.10 "
23+ prost-build = " 0.11 "
2424pbjson-build = { path = " ../pbjson-build" , version = " 0.3" }
You can’t perform that action at this time.
0 commit comments