Commit e96fa0e6 by dongshufeng

chore: Bump

parent ba806abf
...@@ -13,7 +13,7 @@ protobuf = { version = "3.7", features = ["with-bytes"] } ...@@ -13,7 +13,7 @@ protobuf = { version = "3.7", features = ["with-bytes"] }
# this project # this project
eig-expr = { path = "../eig-expr" } eig-expr = { path = "../eig-expr" }
csv = "1.3" csv = "1.3"
calamine = "0.27" calamine = { version = "0.28", features = []}
encoding_rs = "0.8.34" encoding_rs = "0.8.34"
[build-dependencies] [build-dependencies]
......
...@@ -8,6 +8,6 @@ authors = ["dongshufeng <dongshufeng@zju.edu.cn>"] ...@@ -8,6 +8,6 @@ authors = ["dongshufeng <dongshufeng@zju.edu.cn>"]
[dependencies] [dependencies]
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
ciborium = "0.2" ciborium = "0.2"
arrow-schema = { version = "55.1", features = ["serde"] } arrow-schema = { version = "55.2", features = ["serde"] }
# this project # this project
eig-domain = { path = "../eig-domain" } eig-domain = { path = "../eig-domain" }
...@@ -9,7 +9,7 @@ crate-type = ["cdylib"] ...@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
[dependencies] [dependencies]
log = "0.4" log = "0.4"
ciborium = "0.2" ciborium = "0.2"
arrow-schema = { version = "55.1", features = ["serde"] } arrow-schema = { version = "55.2", features = ["serde"] }
mems = { path = "../.." } mems = { path = "../.." }
csv = "1.3.0" csv = "1.3.0"
bytes = "1.10" bytes = "1.10"
......
...@@ -9,7 +9,7 @@ crate-type = ["cdylib"] ...@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
[dependencies] [dependencies]
serde_json = "1.0" serde_json = "1.0"
ciborium = "0.2" ciborium = "0.2"
arrow-schema = { version = "55.1", features = ["serde"] } arrow-schema = { version = "55.2", features = ["serde"] }
csv = "1.3.0" csv = "1.3.0"
num-complex = "0.4" num-complex = "0.4"
ndarray = "0.16" ndarray = "0.16"
......
...@@ -10,7 +10,7 @@ crate-type = ["cdylib"] ...@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
log = "0.4" log = "0.4"
csv = "1.3.0" csv = "1.3.0"
ciborium = "0.2" ciborium = "0.2"
arrow-schema = { version = "55.1", features = ["serde"] } arrow-schema = { version = "55.2", features = ["serde"] }
ds-common = { path = "../ds-common" } ds-common = { path = "../ds-common" }
eig-domain = { path = "../../../../eig-domain" } eig-domain = { path = "../../../../eig-domain" }
mems = { path = "../../.." } mems = { path = "../../.." }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论