Commit b24baee9 by dongshufeng

chore(all): Bump

parent b3d81905
...@@ -73,9 +73,9 @@ dependencies = [ ...@@ -73,9 +73,9 @@ dependencies = [
[[package]] [[package]]
name = "arrow-schema" name = "arrow-schema"
version = "53.3.0" version = "54.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b95513080e728e4cec37f1ff5af4f12c9688d47795d17cda80b6ec2cf74d4678" checksum = "3a1822a1a952955637e85e8f9d6b0e04dd75d65492b87ec548dd593d3a1f772b"
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 = "53.3", features = ["serde"] } arrow-schema = { version = "54.0", features = ["serde"] }
# this project # this project
eig-domain = { path = "../eig-domain" } eig-domain = { path = "../eig-domain" }
...@@ -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 = "53.3", features = ["serde"] } arrow-schema = { version = "54.0", 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 = "53.3", features = ["serde"] } arrow-schema = { version = "54.0", features = ["serde"] }
petgraph = "0.6" petgraph = "0.6"
eig-domain = { path = "../../../../eig-domain" } eig-domain = { path = "../../../../eig-domain" }
mems = { path = "../../.." } mems = { path = "../../.." }
......
...@@ -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 = "53.3", features = ["serde"] } arrow-schema = { version = "54.0", 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" }
......
...@@ -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 = "53.3", features = ["serde"] } arrow-schema = { version = "54.0", features = ["serde"] }
mems = { path = "../../.." } mems = { path = "../../.." }
csv = "1.3.0" csv = "1.3.0"
bytes = "1.8" bytes = "1.8"
......
...@@ -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 = "53.3", features = ["serde"] } arrow-schema = { version = "54.0", 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 = "53.3", features = ["serde"] } arrow-schema = { version = "54.0", features = ["serde"] }
petgraph = "0.6" petgraph = "0.6"
mems = { path = "../../.." } mems = { path = "../../.." }
bytes = "1.8" bytes = "1.8"
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论