From fd9d46b0239fb184b99836f05fda550da139959b Mon Sep 17 00:00:00 2001 From: crwen <1543720935@qq.com> Date: Fri, 29 Nov 2024 12:03:18 +0800 Subject: [PATCH] chore: update fusio dependencies --- Cargo.toml | 6 +++--- bindings/python/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9d05163..845122f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,12 +79,12 @@ crc32fast = "1" crossbeam-skiplist = "0.1" datafusion = { version = "42", optional = true } flume = { version = "0.11", features = ["async"] } -fusio = { git = "https://github.com/tonbo-io/fusio.git", rev = "8038993675591f87dd65b88ffdade31dc0a254b7", package = "fusio", version = "0.3.3", features = [ +fusio = { git = "https://github.com/tonbo-io/fusio.git", rev = "af66ff6cb9aaab3b6a85a3481037b13ff677fc31", package = "fusio", version = "0.3.3", features = [ "dyn", "fs", ] } -fusio-dispatch = { git = "https://github.com/tonbo-io/fusio.git", rev = "8038993675591f87dd65b88ffdade31dc0a254b7", package = "fusio-dispatch", version = "0.2.1" } -fusio-parquet = { git = "https://github.com/tonbo-io/fusio.git", rev = "8038993675591f87dd65b88ffdade31dc0a254b7", package = "fusio-parquet", version = "0.2.1" } +fusio-dispatch = { git = "https://github.com/tonbo-io/fusio.git", rev = "af66ff6cb9aaab3b6a85a3481037b13ff677fc31", package = "fusio-dispatch", version = "0.2.1" } +fusio-parquet = { git = "https://github.com/tonbo-io/fusio.git", rev = "af66ff6cb9aaab3b6a85a3481037b13ff677fc31", package = "fusio-parquet", version = "0.2.1" } futures-core = "0.3" futures-io = "0.3" futures-util = "0.3" diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index f4da979..30c5f17 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -9,11 +9,11 @@ crate-type = ["cdylib"] [workspace] [dependencies] -fusio = { git = "https://github.com/tonbo-io/fusio.git", rev = "8038993675591f87dd65b88ffdade31dc0a254b7", package = "fusio", version = "0.3.1", features = [ +fusio = { git = "https://github.com/tonbo-io/fusio.git", rev = "af66ff6cb9aaab3b6a85a3481037b13ff677fc31", package = "fusio", version = "0.3.1", features = [ "aws", "tokio", ] } -fusio-dispatch = { git = "https://github.com/tonbo-io/fusio.git", rev = "8038993675591f87dd65b88ffdade31dc0a254b7", package = "fusio-dispatch", version = "0.2.0", features = [ +fusio-dispatch = { git = "https://github.com/tonbo-io/fusio.git", rev = "af66ff6cb9aaab3b6a85a3481037b13ff677fc31", package = "fusio-dispatch", version = "0.2.0", features = [ "aws", "tokio", ] }