Skip to content

Commit 282dad1

Browse files
committed
chore: update release dependency versions
1 parent d83cb1a commit 282dad1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ s3-smoke = []
3838

3939
[dependencies]
4040
anyhow = "1"
41-
aisle = { version = "0.2.0", git = "https://github.com/tonbo-io/aisle", branch = "main" }
41+
aisle = { version = "0.2.1", git = "https://github.com/tonbo-io/aisle", branch = "main" }
4242
arrow-array = "57.1.0"
4343
arrow-buffer = "57.1.0"
4444
arrow-ipc = "57.1.0"
@@ -48,16 +48,16 @@ bytes = "1"
4848
crc32c = "0.6"
4949
crossbeam-skiplist = "0.1"
5050
datafusion-common = "51.0.0"
51-
fusio = { version = "0.6.0", git = "https://github.com/tonbo-io/fusio", rev = "62738727bd5be6e7591fb5d5de008959ed45a20d", default-features = false, features = [
51+
fusio = { version = "0.6.1", git = "https://github.com/tonbo-io/fusio", rev = "c33a96c8a124c17500924823658541ec1d4bbfb3", default-features = false, features = [
5252
"aws",
5353
"dyn",
5454
"executor",
5555
"fs",
5656
] }
57-
fusio-manifest = { version = "0.6.0", git = "https://github.com/tonbo-io/fusio", rev = "62738727bd5be6e7591fb5d5de008959ed45a20d", package = "fusio-manifest", default-features = false, features = [
57+
fusio-manifest = { version = "0.6.1", git = "https://github.com/tonbo-io/fusio", rev = "c33a96c8a124c17500924823658541ec1d4bbfb3", package = "fusio-manifest", default-features = false, features = [
5858
"std",
5959
] }
60-
fusio-parquet = { version = "0.6.0", git = "https://github.com/tonbo-io/fusio", rev = "62738727bd5be6e7591fb5d5de008959ed45a20d", package = "fusio-parquet" }
60+
fusio-parquet = { version = "0.6.1", git = "https://github.com/tonbo-io/fusio", rev = "c33a96c8a124c17500924823658541ec1d4bbfb3", package = "fusio-parquet" }
6161
futures = "0.3"
6262
lockable = "0.2"
6363
once_cell = "1"

0 commit comments

Comments
 (0)