Commit 25df8a88 by dongshufeng

chore(all): Bump protobuf

parent 813db968
...@@ -10,7 +10,7 @@ log = "^0.4" ...@@ -10,7 +10,7 @@ log = "^0.4"
serde = { version = "1", features = ["derive"] } serde = { version = "1", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
petgraph = "0.6" petgraph = "0.6"
protobuf = "3.5" protobuf = "3.7"
# this repo # this repo
eig-domain = { path = "../eig-domain"} eig-domain = { path = "../eig-domain"}
......
...@@ -8,7 +8,7 @@ build = "build.rs" ...@@ -8,7 +8,7 @@ build = "build.rs"
[dependencies] [dependencies]
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
protobuf = { version = "3.5", features = ["with-bytes"] } protobuf = { version = "3.7", features = ["with-bytes"] }
# this project # this project
eig-expr = { path = "../eig-expr" } eig-expr = { path = "../eig-expr" }
...@@ -20,4 +20,4 @@ encoding_rs = "0.8.34" ...@@ -20,4 +20,4 @@ encoding_rs = "0.8.34"
[build-dependencies] [build-dependencies]
# protobuf-codegen-pure = "2.28" # protobuf-codegen-pure = "2.28"
protobuf-codegen = "3.5" protobuf-codegen = "3.5"
protobuf = { version = "3.5", features = ["with-bytes"] } protobuf = { version = "3.7", features = ["with-bytes"] }
\ No newline at end of file \ No newline at end of file
...@@ -10,7 +10,7 @@ log = "0.4" ...@@ -10,7 +10,7 @@ log = "0.4"
bytes = "1.8" bytes = "1.8"
byteorder = "1.5" byteorder = "1.5"
csv = "1.3" csv = "1.3"
protobuf = { version = "3.5", features = ["with-bytes"] } protobuf = { version = "3.7", features = ["with-bytes"] }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
ciborium = "0.2" ciborium = "0.2"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论