Commit 41c23793 by dongshufeng

refactor: Bump

parent 5a82bcfa
...@@ -79,9 +79,9 @@ dependencies = [ ...@@ -79,9 +79,9 @@ dependencies = [
[[package]] [[package]]
name = "arrow-schema" name = "arrow-schema"
version = "56.0.0" version = "56.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85fa1babc4a45fdc64a92175ef51ff00eba5ebbc0007962fecf8022ac1c6ce28" checksum = "dfa93af9ff2bb80de539e6eb2c1c8764abd0f4b73ffb0d7c82bf1f9868785e66"
dependencies = [ dependencies = [
"serde", "serde",
] ]
......
...@@ -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 = "56.0", features = ["serde"] } arrow-schema = { version = "56.1", 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 = "56.0", features = ["serde"] } arrow-schema = { version = "56.1", 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 = "56.0", features = ["serde"] } arrow-schema = { version = "56.1", 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"
serde_json = "1.0" serde_json = "1.0"
ciborium = "0.2" ciborium = "0.2"
arrow-schema = { version = "56.0", features = ["serde"] } arrow-schema = { version = "56.1", features = ["serde"] }
eig-domain = { path = "../../../../eig-domain" } eig-domain = { path = "../../../../eig-domain" }
mems = { path = "../../.." } mems = { path = "../../.." }
csv = "1.3.0" csv = "1.3.0"
......
...@@ -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 = "56.0", features = ["serde"] } arrow-schema = { version = "56.1", features = ["serde"] }
eig-domain = { path = "../../../../eig-domain" } eig-domain = { path = "../../../../eig-domain" }
mems = { path = "../../.." } mems = { path = "../../.." }
ds-common = { path = "../ds-common" } ds-common = { path = "../ds-common" }
......
...@@ -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 = "56.0", features = ["serde"] } arrow-schema = { version = "56.1", 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 = "../../.." }
......
...@@ -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 = "56.0", features = ["serde"] } arrow-schema = { version = "56.1", features = ["serde"] }
petgraph = "0.8" petgraph = "0.8"
mems = { path = "../../.." } mems = { path = "../../.." }
bytes = "1.10" bytes = "1.10"
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论