From 28b8f53df116c1008c8851afec3d3630b7ce6df3 Mon Sep 17 00:00:00 2001 From: Manjusaka Date: Sat, 14 Dec 2024 00:55:39 +0800 Subject: [PATCH] Bump version to v0.51.0 rc1 Signed-off-by: Manjusaka --- bin/oay/Cargo.lock | 6 ++-- bin/oay/Cargo.toml | 4 +-- bin/oay/DEPENDENCIES.rust.tsv | 9 +++--- bin/ofs/Cargo.lock | 8 +++--- bin/ofs/Cargo.toml | 10 +++---- bin/ofs/DEPENDENCIES.rust.tsv | 12 ++++---- bin/oli/Cargo.lock | 4 +-- bin/oli/Cargo.toml | 4 +-- bin/oli/DEPENDENCIES.rust.tsv | 17 +++++++---- bindings/c/Cargo.toml | 2 +- bindings/c/DEPENDENCIES.rust.tsv | 5 ++-- bindings/cpp/Cargo.toml | 2 +- bindings/cpp/DEPENDENCIES.rust.tsv | 5 ++-- bindings/dotnet/Cargo.toml | 2 +- bindings/dotnet/DEPENDENCIES.rust.tsv | 5 ++-- bindings/haskell/Cargo.toml | 2 +- bindings/haskell/DEPENDENCIES.rust.tsv | 5 ++-- bindings/java/Cargo.toml | 2 +- bindings/java/DEPENDENCIES.rust.tsv | 15 +++++----- bindings/lua/Cargo.toml | 2 +- bindings/lua/DEPENDENCIES.rust.tsv | 5 ++-- bindings/nodejs/Cargo.toml | 2 +- bindings/nodejs/DEPENDENCIES.rust.tsv | 5 ++-- bindings/ocaml/DEPENDENCIES.rust.tsv | 3 +- bindings/php/Cargo.toml | 2 +- bindings/php/DEPENDENCIES.rust.tsv | 5 ++-- bindings/python/Cargo.toml | 2 +- bindings/python/DEPENDENCIES.rust.tsv | 28 ++++++++++--------- bindings/ruby/Cargo.toml | 2 +- bindings/ruby/DEPENDENCIES.rust.tsv | 11 ++++---- core/Cargo.lock | 2 +- core/Cargo.toml | 2 +- core/DEPENDENCIES.rust.tsv | 7 ++--- integrations/cloud_filter/Cargo.toml | 6 ++-- .../cloud_filter/DEPENDENCIES.rust.tsv | 4 +-- integrations/compat/Cargo.toml | 2 +- integrations/compat/DEPENDENCIES.rust.tsv | 2 +- integrations/dav-server/Cargo.toml | 6 ++-- integrations/dav-server/DEPENDENCIES.rust.tsv | 5 ++-- integrations/fuse3/Cargo.toml | 4 +-- integrations/fuse3/DEPENDENCIES.rust.tsv | 5 ++-- integrations/object_store/Cargo.toml | 6 ++-- .../object_store/DEPENDENCIES.rust.tsv | 4 +-- integrations/parquet/Cargo.toml | 6 ++-- integrations/parquet/DEPENDENCIES.rust.tsv | 5 ++-- integrations/unftp-sbe/Cargo.toml | 6 ++-- integrations/unftp-sbe/DEPENDENCIES.rust.tsv | 5 ++-- integrations/virtiofs/Cargo.toml | 2 +- integrations/virtiofs/DEPENDENCIES.rust.tsv | 3 +- 49 files changed, 131 insertions(+), 137 deletions(-) diff --git a/bin/oay/Cargo.lock b/bin/oay/Cargo.lock index f85208d1d8e4..cb8910ff8880 100644 --- a/bin/oay/Cargo.lock +++ b/bin/oay/Cargo.lock @@ -284,7 +284,7 @@ dependencies = [ [[package]] name = "dav-server-opendalfs" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "bytes", @@ -821,7 +821,7 @@ dependencies = [ [[package]] name = "oay" -version = "0.41.13" +version = "0.41.14" dependencies = [ "anyhow", "axum", @@ -856,7 +856,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "opendal" -version = "0.50.2" +version = "0.51.0" dependencies = [ "anyhow", "async-trait", diff --git a/bin/oay/Cargo.toml b/bin/oay/Cargo.toml index dbdb7460b765..f076fda9b00d 100644 --- a/bin/oay/Cargo.toml +++ b/bin/oay/Cargo.toml @@ -27,7 +27,7 @@ homepage = "https://opendal.apache.org/" license = "Apache-2.0" repository = "https://github.com/apache/opendal" rust-version = "1.75" -version = "0.41.13" +version = "0.41.14" [features] default = ["frontends-webdav", "frontends-s3"] @@ -46,7 +46,7 @@ chrono = "0.4.31" dav-server = { version = "0.7", optional = true } dav-server-opendalfs = { version = "0.2.1", path = "../../integrations/dav-server", optional = true } futures-util = { version = "0.3.29", optional = true } -opendal = { version = "0.50.0", path = "../../core", features = [ +opendal = { version = "0.51.0", path = "../../core", features = [ "services-fs", ] } quick-xml = { version = "0.36", features = ["serialize", "overlapped-lists"] } diff --git a/bin/oay/DEPENDENCIES.rust.tsv b/bin/oay/DEPENDENCIES.rust.tsv index 8f6d41c2ad16..fa9d02181a2a 100644 --- a/bin/oay/DEPENDENCIES.rust.tsv +++ b/bin/oay/DEPENDENCIES.rust.tsv @@ -5,7 +5,7 @@ aho-corasick@1.1.3 X X allocator-api2@0.2.18 X X android-tzdata@0.1.1 X X android_system_properties@0.1.5 X X -anyhow@1.0.90 X X +anyhow@1.0.93 X X async-trait@0.1.83 X X autocfg@1.4.0 X X axum@0.7.7 X @@ -25,12 +25,11 @@ core-foundation-sys@0.8.7 X X cpufeatures@0.2.14 X X crypto-common@0.1.6 X X dav-server@0.7.0 X -dav-server-opendalfs@0.2.2 X +dav-server-opendalfs@0.2.3 X deranged@0.3.11 X X digest@0.10.7 X X equivalent@1.0.1 X X fastrand@2.1.1 X X -flagset@0.4.6 X fnv@1.0.7 X X foldhash@0.1.3 X form_urlencoded@1.2.1 X X @@ -83,10 +82,10 @@ mio@1.0.2 X nu-ansi-term@0.46.0 X num-conv@0.1.0 X X num-traits@0.2.19 X X -oay@0.41.13 X +oay@0.41.14 X object@0.36.5 X X once_cell@1.20.2 X X -opendal@0.50.2 X +opendal@0.51.0 X overload@0.1.1 X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X diff --git a/bin/ofs/Cargo.lock b/bin/ofs/Cargo.lock index fab412ecaa99..3e85dc0bb5f0 100644 --- a/bin/ofs/Cargo.lock +++ b/bin/ofs/Cargo.lock @@ -288,7 +288,7 @@ dependencies = [ [[package]] name = "cloud_filter_opendal" -version = "0.0.3" +version = "0.0.4" dependencies = [ "anyhow", "bincode", @@ -522,7 +522,7 @@ dependencies = [ [[package]] name = "fuse3_opendal" -version = "0.0.9" +version = "0.0.10" dependencies = [ "bytes", "fuse3", @@ -993,7 +993,7 @@ dependencies = [ [[package]] name = "ofs" -version = "0.0.14" +version = "0.0.15" dependencies = [ "anyhow", "clap", @@ -1021,7 +1021,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "opendal" -version = "0.50.2" +version = "0.51.0" dependencies = [ "anyhow", "async-trait", diff --git a/bin/ofs/Cargo.toml b/bin/ofs/Cargo.toml index c81793c6e999..80f5800ca2de 100644 --- a/bin/ofs/Cargo.toml +++ b/bin/ofs/Cargo.toml @@ -20,7 +20,7 @@ categories = ["filesystem"] description = "OpenDAL File System" keywords = ["storage", "data", "s3", "fs", "azblob"] name = "ofs" -version = "0.0.14" +version = "0.0.15" authors = ["Apache OpenDAL "] edition = "2021" @@ -34,7 +34,7 @@ anyhow = "1" clap = { version = "4.5.21", features = ["derive", "env"] } env_logger = "0.11.2" log = "0.4.21" -opendal = { version = "0.50.0", path = "../../core" } +opendal = { version = "0.51.0", path = "../../core" } tokio = { version = "1.37.0", features = [ "fs", "macros", @@ -46,13 +46,13 @@ url = "2.5.0" [target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "macos"))'.dependencies] fuse3 = { version = "0.8.1", "features" = ["tokio-runtime", "unprivileged"] } -fuse3_opendal = { version = "0.0.9", path = "../../integrations/fuse3" } +fuse3_opendal = { version = "0.0.10", path = "../../integrations/fuse3" } libc = "0.2.154" nix = { version = "0.29.0", features = ["user"] } [target.'cfg(target_os = "windows")'.dependencies] cloud-filter = { version = "0.0.5" } -cloud_filter_opendal = { version = "0.0.3", path = "../../integrations/cloud_filter" } +cloud_filter_opendal = { version = "0.0.4", path = "../../integrations/cloud_filter" } [features] default = ["services-fs", "services-s3"] @@ -60,7 +60,7 @@ services-fs = ["opendal/services-fs"] services-s3 = ["opendal/services-s3"] [dev-dependencies] -opendal = { version = "0.50.0", path = "../../core", features = ["tests"] } +opendal = { version = "0.51.0", path = "../../core", features = ["tests"] } tempfile = "3.10.1" test-context = "0.3.0" walkdir = "2.5.0" diff --git a/bin/ofs/DEPENDENCIES.rust.tsv b/bin/ofs/DEPENDENCIES.rust.tsv index a0771a47d4fc..adc8a4c7c8f9 100644 --- a/bin/ofs/DEPENDENCIES.rust.tsv +++ b/bin/ofs/DEPENDENCIES.rust.tsv @@ -26,12 +26,12 @@ cc@1.1.31 X X cfg-if@1.0.0 X X cfg_aliases@0.2.1 X chrono@0.4.38 X X -clap@4.5.20 X X -clap_builder@4.5.20 X X +clap@4.5.21 X X +clap_builder@4.5.21 X X clap_derive@4.5.18 X X clap_lex@0.7.2 X X cloud-filter@0.0.5 X -cloud_filter_opendal@0.0.3 X +cloud_filter_opendal@0.0.4 X colorchoice@1.0.2 X X concurrent-queue@2.5.0 X X const-oid@0.9.6 X X @@ -57,7 +57,7 @@ flagset@0.4.6 X fnv@1.0.7 X X form_urlencoded@1.2.1 X X fuse3@0.8.1 X -fuse3_opendal@0.0.9 X +fuse3_opendal@0.0.10 X futures@0.3.31 X X futures-channel@0.3.31 X X futures-core@0.3.31 X X @@ -107,9 +107,9 @@ nt-time@0.8.1 X X num-conv@0.1.0 X X num-traits@0.2.19 X X object@0.36.5 X X -ofs@0.0.14 X +ofs@0.0.15 X once_cell@1.20.2 X X -opendal@0.50.2 X +opendal@0.51.0 X ordered-multimap@0.7.3 X parking@2.2.1 X X percent-encoding@2.3.1 X X diff --git a/bin/oli/Cargo.lock b/bin/oli/Cargo.lock index a233b8c490e8..d6fc943789bf 100644 --- a/bin/oli/Cargo.lock +++ b/bin/oli/Cargo.lock @@ -1967,7 +1967,7 @@ dependencies = [ [[package]] name = "oli" -version = "0.41.13" +version = "0.41.14" dependencies = [ "anyhow", "assert_cmd", @@ -1991,7 +1991,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "opendal" -version = "0.50.2" +version = "0.51.0" dependencies = [ "anyhow", "async-tls", diff --git a/bin/oli/Cargo.toml b/bin/oli/Cargo.toml index 19db567782e2..7a02ef9a90f5 100644 --- a/bin/oli/Cargo.toml +++ b/bin/oli/Cargo.toml @@ -27,7 +27,7 @@ homepage = "https://opendal.apache.org/" license = "Apache-2.0" repository = "https://github.com/apache/opendal" rust-version = "1.75" -version = "0.41.13" +version = "0.41.14" [features] # Enable services dashmap support @@ -59,7 +59,7 @@ clap = { version = "4", features = ["cargo", "string", "derive", "deprecated"] } dirs = "5.0.1" futures = "0.3" indicatif = "0.17.9" -opendal = { version = "0.50.0", path = "../../core", features = [ +opendal = { version = "0.51.0", path = "../../core", features = [ # These are default features before v0.46. TODO: change to optional features "services-azblob", "services-azdls", diff --git a/bin/oli/DEPENDENCIES.rust.tsv b/bin/oli/DEPENDENCIES.rust.tsv index 7e879b788a63..d3952db2b54e 100644 --- a/bin/oli/DEPENDENCIES.rust.tsv +++ b/bin/oli/DEPENDENCIES.rust.tsv @@ -33,6 +33,7 @@ clap_builder@4.5.20 X X clap_derive@4.5.18 X X clap_lex@0.7.2 X X colorchoice@1.0.2 X X +console@0.15.8 X const-oid@0.9.6 X X const-random@0.1.18 X X const-random-macro@0.1.16 X X @@ -47,9 +48,9 @@ digest@0.10.7 X X dirs@5.0.1 X X dirs-sys@0.4.1 X X dlv-list@0.5.2 X X +encode_unicode@0.3.6 X X equivalent@1.0.1 X X fastrand@2.1.1 X X -flagset@0.4.6 X fnv@1.0.7 X X form_urlencoded@1.2.1 X X futures@0.3.31 X X @@ -83,6 +84,7 @@ iana-time-zone@0.1.61 X X iana-time-zone-haiku@0.1.2 X X idna@0.5.0 X X indexmap@2.6.0 X X +indicatif@0.17.9 X inout@0.1.3 X X ipnet@2.10.1 X X is_terminal_polyfill@1.70.1 X X @@ -105,10 +107,11 @@ num-conv@0.1.0 X X num-integer@0.1.46 X X num-iter@0.1.45 X X num-traits@0.2.19 X X +number_prefix@0.4.0 X object@0.36.5 X X -oli@0.41.13 X +oli@0.41.14 X once_cell@1.20.2 X X -opendal@0.50.2 X +opendal@0.51.0 X option-ext@0.2.0 X ordered-multimap@0.7.3 X pbkdf2@0.12.2 X X @@ -120,6 +123,7 @@ pin-utils@0.1.0 X X pkcs1@0.7.5 X X pkcs5@0.7.1 X X pkcs8@0.10.2 X X +portable-atomic@1.10.0 X X powerfmt@0.2.0 X X ppv-lite86@0.2.20 X X proc-macro2@1.0.88 X X @@ -145,8 +149,8 @@ ryu@1.0.18 X X salsa20@0.10.2 X X scrypt@0.11.0 X X semver@1.0.23 X X -serde@1.0.210 X X -serde_derive@1.0.210 X X +serde@1.0.215 X X +serde_derive@1.0.215 X X serde_json@1.0.132 X X serde_spanned@0.6.8 X X serde_urlencoded@0.7.1 X X @@ -188,6 +192,8 @@ typenum@1.17.0 X X unicode-bidi@0.3.17 X X unicode-ident@1.0.13 X X X unicode-normalization@0.1.24 X X +unicode-width@0.1.14 X X +unicode-width@0.2.0 X X untrusted@0.9.0 X url@2.5.2 X X utf8parse@0.2.2 X X @@ -203,6 +209,7 @@ wasm-bindgen-macro-support@0.2.95 X X wasm-bindgen-shared@0.2.95 X X wasm-streams@0.4.1 X X web-sys@0.3.72 X X +web-time@1.1.0 X X webpki-roots@0.26.6 X windows-core@0.52.0 X X windows-registry@0.2.0 X X diff --git a/bindings/c/Cargo.toml b/bindings/c/Cargo.toml index 199c8b0e8c13..dd3d41619900 100644 --- a/bindings/c/Cargo.toml +++ b/bindings/c/Cargo.toml @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/" license = "Apache-2.0" repository = "https://github.com/apache/opendal" rust-version = "1.75" -version = "0.45.1" +version = "0.46.0" [lib] crate-type = ["cdylib", "staticlib"] diff --git a/bindings/c/DEPENDENCIES.rust.tsv b/bindings/c/DEPENDENCIES.rust.tsv index c4976103770a..d675a6482f07 100644 --- a/bindings/c/DEPENDENCIES.rust.tsv +++ b/bindings/c/DEPENDENCIES.rust.tsv @@ -42,7 +42,6 @@ digest@0.10.7 X X dlv-list@0.5.2 X X errno@0.3.9 X X fastrand@2.1.1 X X -flagset@0.4.6 X fnv@1.0.7 X X form_urlencoded@1.2.1 X X futures@0.3.31 X X @@ -99,8 +98,8 @@ num-iter@0.1.45 X X num-traits@0.2.19 X X object@0.36.5 X X once_cell@1.20.2 X X -opendal@0.50.2 X -opendal-c@0.45.1 X +opendal@0.51.0 X +opendal-c@0.46.0 X ordered-multimap@0.7.3 X os_str_bytes@6.6.1 X X pbkdf2@0.12.2 X X diff --git a/bindings/cpp/Cargo.toml b/bindings/cpp/Cargo.toml index 2d82dc8c260b..610a756e03c9 100644 --- a/bindings/cpp/Cargo.toml +++ b/bindings/cpp/Cargo.toml @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/" license = "Apache-2.0" repository = "https://github.com/apache/opendal" rust-version = "1.75" -version = "0.45.13" +version = "0.46.0" [lib] crate-type = ["staticlib"] diff --git a/bindings/cpp/DEPENDENCIES.rust.tsv b/bindings/cpp/DEPENDENCIES.rust.tsv index b739e4f6bc65..2e9cfbcd3503 100644 --- a/bindings/cpp/DEPENDENCIES.rust.tsv +++ b/bindings/cpp/DEPENDENCIES.rust.tsv @@ -40,7 +40,6 @@ deranged@0.3.11 X X digest@0.10.7 X X dlv-list@0.5.2 X X fastrand@2.1.1 X X -flagset@0.4.6 X fnv@1.0.7 X X form_urlencoded@1.2.1 X X futures@0.3.31 X X @@ -93,8 +92,8 @@ num-iter@0.1.45 X X num-traits@0.2.19 X X object@0.36.5 X X once_cell@1.20.2 X X -opendal@0.50.2 X -opendal-cpp@0.45.13 X +opendal@0.51.0 X +opendal-cpp@0.46.0 X ordered-multimap@0.7.3 X pbkdf2@0.12.2 X X pem@3.0.4 X diff --git a/bindings/dotnet/Cargo.toml b/bindings/dotnet/Cargo.toml index 6a595dedfbea..bb6a16f014e3 100644 --- a/bindings/dotnet/Cargo.toml +++ b/bindings/dotnet/Cargo.toml @@ -18,7 +18,7 @@ [package] name = "opendal-dotnet" publish = false -version = "0.1.11" +version = "0.2.0" authors = ["Apache OpenDAL "] edition = "2021" diff --git a/bindings/dotnet/DEPENDENCIES.rust.tsv b/bindings/dotnet/DEPENDENCIES.rust.tsv index c6f916c08e8e..f665272cdb8c 100644 --- a/bindings/dotnet/DEPENDENCIES.rust.tsv +++ b/bindings/dotnet/DEPENDENCIES.rust.tsv @@ -35,7 +35,6 @@ deranged@0.3.11 X X digest@0.10.7 X X dlv-list@0.5.2 X X fastrand@2.1.1 X X -flagset@0.4.6 X fnv@1.0.7 X X form_urlencoded@1.2.1 X X futures@0.3.31 X X @@ -87,8 +86,8 @@ num-iter@0.1.45 X X num-traits@0.2.19 X X object@0.36.5 X X once_cell@1.20.2 X X -opendal@0.50.2 X -opendal-dotnet@0.1.11 X +opendal@0.51.0 X +opendal-dotnet@0.2.0 X ordered-multimap@0.7.3 X pbkdf2@0.12.2 X X pem@3.0.4 X diff --git a/bindings/haskell/Cargo.toml b/bindings/haskell/Cargo.toml index bd4e04dd444e..bcaef853b3f4 100644 --- a/bindings/haskell/Cargo.toml +++ b/bindings/haskell/Cargo.toml @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/" license = "Apache-2.0" repository = "https://github.com/apache/opendal" rust-version = "1.75" -version = "0.44.13" +version = "0.45.0" [lib] crate-type = ["cdylib"] diff --git a/bindings/haskell/DEPENDENCIES.rust.tsv b/bindings/haskell/DEPENDENCIES.rust.tsv index 1df0fd600aa7..b716d0afe5cf 100644 --- a/bindings/haskell/DEPENDENCIES.rust.tsv +++ b/bindings/haskell/DEPENDENCIES.rust.tsv @@ -35,7 +35,6 @@ deranged@0.3.11 X X digest@0.10.7 X X dlv-list@0.5.2 X X fastrand@2.1.1 X X -flagset@0.4.6 X fnv@1.0.7 X X form_urlencoded@1.2.1 X X futures@0.3.31 X X @@ -87,8 +86,8 @@ num-iter@0.1.45 X X num-traits@0.2.19 X X object@0.36.5 X X once_cell@1.20.2 X X -opendal@0.50.2 X -opendal-hs@0.44.13 X +opendal@0.51.0 X +opendal-hs@0.45.0 X ordered-multimap@0.7.3 X pbkdf2@0.12.2 X X pem@3.0.4 X diff --git a/bindings/java/Cargo.toml b/bindings/java/Cargo.toml index df8b06104617..ba2d53a3364a 100644 --- a/bindings/java/Cargo.toml +++ b/bindings/java/Cargo.toml @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/" license = "Apache-2.0" repository = "https://github.com/apache/opendal" rust-version = "1.75" -version = "0.47.5" +version = "0.48.0" [lib] crate-type = ["cdylib"] diff --git a/bindings/java/DEPENDENCIES.rust.tsv b/bindings/java/DEPENDENCIES.rust.tsv index c7492260a5be..f5cdd46c7c68 100644 --- a/bindings/java/DEPENDENCIES.rust.tsv +++ b/bindings/java/DEPENDENCIES.rust.tsv @@ -45,7 +45,6 @@ digest@0.10.7 X X dlv-list@0.5.2 X X errno@0.3.9 X X fastrand@2.1.1 X X -flagset@0.4.6 X fnv@1.0.7 X X form_urlencoded@1.2.1 X X futures@0.3.30 X X @@ -102,12 +101,12 @@ num-iter@0.1.45 X X num-traits@0.2.19 X X object@0.36.3 X X once_cell@1.19.0 X X -opendal@0.50.2 X -opendal-java@0.47.5 X +opendal@0.51.0 X +opendal-java@0.48.0 X openssh@0.11.2 X X -openssh-sftp-client@0.15.1 X -openssh-sftp-client-lowlevel@0.7.0 X -openssh-sftp-error@0.5.0 X +openssh-sftp-client@0.15.2 X +openssh-sftp-client-lowlevel@0.7.1 X +openssh-sftp-error@0.5.1 X openssh-sftp-protocol@0.24.0 X openssh-sftp-protocol-error@0.1.0 X ordered-multimap@0.7.3 X @@ -173,12 +172,14 @@ ssh_format_error@0.1.0 X stable_deref_trait@1.2.0 X X subtle@2.6.1 X syn@1.0.109 X X -syn@2.0.76 X X +syn@2.0.87 X X sync_wrapper@1.0.1 X tempfile@3.12.0 X X thin-vec@0.2.13 X X thiserror@1.0.63 X X +thiserror@2.0.6 X X thiserror-impl@1.0.63 X X +thiserror-impl@2.0.6 X X time@0.3.36 X X time-core@0.1.2 X X time-macros@0.2.18 X X diff --git a/bindings/lua/Cargo.toml b/bindings/lua/Cargo.toml index c175044dce53..a28cb00f5ef7 100644 --- a/bindings/lua/Cargo.toml +++ b/bindings/lua/Cargo.toml @@ -18,7 +18,7 @@ [package] name = "opendal-lua" publish = false -version = "0.1.11" +version = "0.2.0" authors = ["Apache OpenDAL "] edition = "2021" diff --git a/bindings/lua/DEPENDENCIES.rust.tsv b/bindings/lua/DEPENDENCIES.rust.tsv index e615e985d293..1609c640e859 100644 --- a/bindings/lua/DEPENDENCIES.rust.tsv +++ b/bindings/lua/DEPENDENCIES.rust.tsv @@ -38,7 +38,6 @@ digest@0.10.7 X X dlv-list@0.5.2 X X either@1.13.0 X X fastrand@2.1.1 X X -flagset@0.4.6 X fnv@1.0.7 X X form_urlencoded@1.2.1 X X futures@0.3.31 X X @@ -94,8 +93,8 @@ num-iter@0.1.45 X X num-traits@0.2.19 X X object@0.36.5 X X once_cell@1.20.2 X X -opendal@0.50.2 X -opendal-lua@0.1.11 X +opendal@0.51.0 X +opendal-lua@0.2.0 X ordered-multimap@0.7.3 X pbkdf2@0.12.2 X X pem@3.0.4 X diff --git a/bindings/nodejs/Cargo.toml b/bindings/nodejs/Cargo.toml index 1e7d7307dd0f..94c74a07af39 100644 --- a/bindings/nodejs/Cargo.toml +++ b/bindings/nodejs/Cargo.toml @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/" license = "Apache-2.0" repository = "https://github.com/apache/opendal" rust-version = "1.75" -version = "0.47.7" +version = "0.48.0" [features] default = [ diff --git a/bindings/nodejs/DEPENDENCIES.rust.tsv b/bindings/nodejs/DEPENDENCIES.rust.tsv index 9aa210e9ffca..da319db9139e 100644 --- a/bindings/nodejs/DEPENDENCIES.rust.tsv +++ b/bindings/nodejs/DEPENDENCIES.rust.tsv @@ -39,7 +39,6 @@ deranged@0.3.11 X X digest@0.10.7 X X dlv-list@0.5.2 X X fastrand@2.1.1 X X -flagset@0.4.6 X fnv@1.0.7 X X form_urlencoded@1.2.1 X X futures@0.3.31 X X @@ -98,8 +97,8 @@ num-iter@0.1.45 X X num-traits@0.2.19 X X object@0.36.5 X X once_cell@1.20.2 X X -opendal@0.50.2 X -opendal-nodejs@0.47.7 X +opendal@0.51.0 X +opendal-nodejs@0.48.0 X ordered-multimap@0.7.3 X pbkdf2@0.12.2 X X pem@3.0.4 X diff --git a/bindings/ocaml/DEPENDENCIES.rust.tsv b/bindings/ocaml/DEPENDENCIES.rust.tsv index 1deb00d883a2..5008c03dc591 100644 --- a/bindings/ocaml/DEPENDENCIES.rust.tsv +++ b/bindings/ocaml/DEPENDENCIES.rust.tsv @@ -36,7 +36,6 @@ deranged@0.3.11 X X digest@0.10.7 X X dlv-list@0.5.2 X X fastrand@2.1.1 X X -flagset@0.4.6 X fnv@1.0.7 X X form_urlencoded@1.2.1 X X futures@0.3.31 X X @@ -93,7 +92,7 @@ ocaml-build@1.0.0 X ocaml-derive@1.0.0 X ocaml-sys@0.24.0 X once_cell@1.20.2 X X -opendal@0.50.2 X +opendal@0.51.0 X opendal-ocaml@0.0.0 X ordered-multimap@0.7.3 X pbkdf2@0.12.2 X X diff --git a/bindings/php/Cargo.toml b/bindings/php/Cargo.toml index 7a30c4135946..8f5b416620ce 100644 --- a/bindings/php/Cargo.toml +++ b/bindings/php/Cargo.toml @@ -18,7 +18,7 @@ [package] name = "opendal-php" publish = false -version = "0.1.11" +version = "0.2.0" authors = ["Apache OpenDAL "] edition = "2021" diff --git a/bindings/php/DEPENDENCIES.rust.tsv b/bindings/php/DEPENDENCIES.rust.tsv index fb54e5c0c6ac..95fa5fc0936a 100644 --- a/bindings/php/DEPENDENCIES.rust.tsv +++ b/bindings/php/DEPENDENCIES.rust.tsv @@ -57,7 +57,6 @@ error-chain@0.12.4 X X ext-php-rs@0.11.2 X X ext-php-rs-derive@0.10.1 X X fastrand@2.1.1 X X -flagset@0.4.6 X flate2@1.0.34 X X fnv@1.0.7 X X foreign-types@0.3.2 X X @@ -122,8 +121,8 @@ num-iter@0.1.45 X X num-traits@0.2.19 X X object@0.36.5 X X once_cell@1.20.2 X X -opendal@0.50.2 X -opendal-php@0.1.11 X +opendal@0.51.0 X +opendal-php@0.2.0 X openssl@0.10.68 X openssl-macros@0.1.1 X X openssl-probe@0.1.5 X X diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 60164df7b85e..c45ea3adb368 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/" license = "Apache-2.0" repository = "https://github.com/apache/opendal" rust-version = "1.75" -version = "0.45.12" +version = "0.46.0" [features] default = [ diff --git a/bindings/python/DEPENDENCIES.rust.tsv b/bindings/python/DEPENDENCIES.rust.tsv index 4e277c39e369..1764872e5226 100644 --- a/bindings/python/DEPENDENCIES.rust.tsv +++ b/bindings/python/DEPENDENCIES.rust.tsv @@ -43,7 +43,6 @@ digest@0.10.7 X X dlv-list@0.5.2 X X errno@0.3.9 X X fastrand@2.1.1 X X -flagset@0.4.6 X fnv@1.0.7 X X form_urlencoded@1.2.1 X X futures@0.3.31 X X @@ -102,12 +101,12 @@ num-iter@0.1.45 X X num-traits@0.2.19 X X object@0.36.5 X X once_cell@1.20.2 X X -opendal@0.50.2 X -opendal-python@0.45.12 X +opendal@0.51.0 X +opendal-python@0.46.0 X openssh@0.11.2 X X -openssh-sftp-client@0.15.1 X -openssh-sftp-client-lowlevel@0.7.0 X -openssh-sftp-error@0.5.0 X +openssh-sftp-client@0.15.2 X +openssh-sftp-client-lowlevel@0.7.1 X +openssh-sftp-error@0.5.1 X openssh-sftp-protocol@0.24.0 X openssh-sftp-protocol-error@0.1.0 X ordered-multimap@0.7.3 X @@ -128,12 +127,13 @@ portable-atomic@1.9.0 X X powerfmt@0.2.0 X X ppv-lite86@0.2.20 X X proc-macro2@1.0.89 X X -pyo3@0.22.5 X X -pyo3-async-runtimes@0.22.0 X -pyo3-build-config@0.22.5 X X -pyo3-ffi@0.22.5 X X -pyo3-macros@0.22.5 X X -pyo3-macros-backend@0.22.5 X X +pyo3@0.23.3 X X +pyo3-async-runtimes@0.23.0 X +pyo3-build-config@0.23.3 X X +pyo3-ffi@0.23.3 X X +pyo3-macros@0.23.3 X X +pyo3-macros-backend@0.23.3 X X +python3-dll-a@0.2.11 X quick-xml@0.35.0 X quick-xml@0.36.2 X quote@1.0.37 X X @@ -179,13 +179,15 @@ ssh_format_error@0.1.0 X stable_deref_trait@1.2.0 X X subtle@2.6.1 X syn@1.0.109 X X -syn@2.0.85 X X +syn@2.0.87 X X sync_wrapper@1.0.1 X target-lexicon@0.12.16 X tempfile@3.13.0 X X thin-vec@0.2.13 X X thiserror@1.0.65 X X +thiserror@2.0.6 X X thiserror-impl@1.0.65 X X +thiserror-impl@2.0.6 X X time@0.3.36 X X time-core@0.1.2 X X time-macros@0.2.18 X X diff --git a/bindings/ruby/Cargo.toml b/bindings/ruby/Cargo.toml index 50c6842af66e..43499d3b970c 100644 --- a/bindings/ruby/Cargo.toml +++ b/bindings/ruby/Cargo.toml @@ -18,7 +18,7 @@ [package] name = "opendal-ruby" publish = false -version = "0.1.11" +version = "0.2.0" authors = ["Apache OpenDAL "] edition = "2021" diff --git a/bindings/ruby/DEPENDENCIES.rust.tsv b/bindings/ruby/DEPENDENCIES.rust.tsv index 7c8dbcc4606d..cd3e6a9507ad 100644 --- a/bindings/ruby/DEPENDENCIES.rust.tsv +++ b/bindings/ruby/DEPENDENCIES.rust.tsv @@ -41,7 +41,6 @@ digest@0.10.7 X X dlv-list@0.5.2 X X either@1.13.0 X X fastrand@2.1.1 X X -flagset@0.4.6 X fnv@1.0.7 X X form_urlencoded@1.2.1 X X futures@0.3.31 X X @@ -84,8 +83,8 @@ libc@0.2.161 X X libloading@0.8.5 X libm@0.2.11 X X log@0.4.22 X X -magnus@0.5.5 X -magnus-macros@0.4.1 X +magnus@0.7.1 X +magnus-macros@0.6.0 X md-5@0.10.6 X X memchr@2.7.4 X X mime@0.3.17 X X @@ -101,8 +100,8 @@ num-iter@0.1.45 X X num-traits@0.2.19 X X object@0.36.5 X X once_cell@1.20.2 X X -opendal@0.50.2 X -opendal-ruby@0.1.11 X +opendal@0.51.0 X +opendal-ruby@0.2.0 X ordered-multimap@0.7.3 X pbkdf2@0.12.2 X X pem@3.0.4 X @@ -144,6 +143,7 @@ ryu@1.0.18 X X salsa20@0.10.2 X X scrypt@0.11.0 X X semver@1.0.23 X X +seq-macro@0.3.5 X X serde@1.0.214 X X serde_derive@1.0.214 X X serde_json@1.0.132 X X @@ -160,7 +160,6 @@ socket2@0.5.7 X X spin@0.9.8 X spki@0.7.3 X X subtle@2.6.1 X -syn@1.0.109 X X syn@2.0.87 X X sync_wrapper@1.0.1 X thiserror@1.0.67 X X diff --git a/core/Cargo.lock b/core/Cargo.lock index ebff24425fc1..28417ce9e28b 100644 --- a/core/Cargo.lock +++ b/core/Cargo.lock @@ -4989,7 +4989,7 @@ checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" [[package]] name = "opendal" -version = "0.50.2" +version = "0.51.0" dependencies = [ "anyhow", "async-backtrace", diff --git a/core/Cargo.toml b/core/Cargo.toml index ed49d077142b..d404845dd3e2 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -28,7 +28,7 @@ homepage = "https://opendal.apache.org/" license = "Apache-2.0" repository = "https://github.com/apache/opendal" rust-version = "1.75" -version = "0.50.2" +version = "0.51.0" [lints.clippy] unused_async = "warn" diff --git a/core/DEPENDENCIES.rust.tsv b/core/DEPENDENCIES.rust.tsv index e2c8e3f72b85..aebf9f43cef1 100644 --- a/core/DEPENDENCIES.rust.tsv +++ b/core/DEPENDENCIES.rust.tsv @@ -30,7 +30,6 @@ dlv-list@0.5.2 X X dotenvy@0.15.7 X equivalent@1.0.1 X X fastrand@2.1.1 X X -flagset@0.4.6 X fnv@1.0.7 X X form_urlencoded@1.2.1 X X futures@0.3.31 X X @@ -77,13 +76,13 @@ mio@1.0.2 X num-traits@0.2.19 X X object@0.36.5 X X once_cell@1.20.2 X X -opendal@0.50.2 X +opendal@0.51.0 X ordered-multimap@0.7.3 X percent-encoding@2.3.1 X X pin-project-lite@0.2.14 X X pin-utils@0.1.0 X X ppv-lite86@0.2.20 X X -proc-macro2@1.0.88 X X +proc-macro2@1.0.92 X X quick-xml@0.35.0 X quick-xml@0.36.2 X quote@1.0.37 X X @@ -114,7 +113,7 @@ smallvec@1.13.2 X X socket2@0.5.7 X X spin@0.9.8 X subtle@2.6.1 X -syn@2.0.81 X X +syn@2.0.90 X X sync_wrapper@1.0.1 X tiny-keccak@2.0.2 X tinyvec@1.8.0 X X X diff --git a/integrations/cloud_filter/Cargo.toml b/integrations/cloud_filter/Cargo.toml index 14767577c930..504e18ed5d2a 100644 --- a/integrations/cloud_filter/Cargo.toml +++ b/integrations/cloud_filter/Cargo.toml @@ -24,7 +24,7 @@ license = "Apache-2.0" name = "cloud_filter_opendal" repository = "https://github.com/apache/opendal" rust-version = "1.75" -version = "0.0.3" +version = "0.0.4" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" @@ -35,13 +35,13 @@ bincode = "1.3.3" cloud-filter = "0.0.5" futures = "0.3.30" log = "0.4.17" -opendal = { version = "0.50.0", path = "../../core" } +opendal = { version = "0.51.0", path = "../../core" } serde = { version = "1.0.203", features = ["derive"] } [dev-dependencies] env_logger = "0.11.2" libtest-mimic = "0.7.3" -opendal = { version = "0.50.0", path = "../../core", features = [ +opendal = { version = "0.51.0", path = "../../core", features = [ "services-fs", "tests", ] } diff --git a/integrations/cloud_filter/DEPENDENCIES.rust.tsv b/integrations/cloud_filter/DEPENDENCIES.rust.tsv index 0dab0ea80782..da48ab7d3e93 100644 --- a/integrations/cloud_filter/DEPENDENCIES.rust.tsv +++ b/integrations/cloud_filter/DEPENDENCIES.rust.tsv @@ -18,7 +18,7 @@ cc@1.1.34 X X cfg-if@1.0.0 X X chrono@0.4.38 X X cloud-filter@0.0.5 X -cloud_filter_opendal@0.0.3 X +cloud_filter_opendal@0.0.4 X const-oid@0.9.6 X X const-random@0.1.18 X X const-random-macro@0.1.16 X X @@ -79,7 +79,7 @@ num-conv@0.1.0 X X num-traits@0.2.19 X X object@0.36.5 X X once_cell@1.20.2 X X -opendal@0.50.2 X +opendal@0.51.0 X ordered-multimap@0.7.3 X percent-encoding@2.3.1 X X pin-project-lite@0.2.15 X X diff --git a/integrations/compat/Cargo.toml b/integrations/compat/Cargo.toml index fc400782748a..c8578c49b65a 100644 --- a/integrations/compat/Cargo.toml +++ b/integrations/compat/Cargo.toml @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/" license = "Apache-2.0" repository = "https://github.com/apache/opendal" rust-version = "1.75" -version = "1.0.1" +version = "1.0.2" [package.metadata.docs.rs] all-features = true diff --git a/integrations/compat/DEPENDENCIES.rust.tsv b/integrations/compat/DEPENDENCIES.rust.tsv index c9c6055360cd..b6322b419f4f 100644 --- a/integrations/compat/DEPENDENCIES.rust.tsv +++ b/integrations/compat/DEPENDENCIES.rust.tsv @@ -1,6 +1,6 @@ crate Apache-2.0 MIT Unicode-DFS-2016 async-trait@0.1.83 X X -opendal_compat@1.0.1 X +opendal_compat@1.0.2 X proc-macro2@1.0.89 X X quote@1.0.37 X X syn@2.0.87 X X diff --git a/integrations/dav-server/Cargo.toml b/integrations/dav-server/Cargo.toml index 52afcd77c2b9..bb781bbdf3d2 100644 --- a/integrations/dav-server/Cargo.toml +++ b/integrations/dav-server/Cargo.toml @@ -18,7 +18,7 @@ [package] description = "Use OpenDAL as a backend to access data in various service with WebDAV protocol" name = "dav-server-opendalfs" -version = "0.2.2" +version = "0.2.3" authors = ["Apache OpenDAL "] edition = "2021" @@ -32,10 +32,10 @@ anyhow = "1" bytes = { version = "1.4.0" } dav-server = { version = "0.7.0" } futures = "0.3" -opendal = { version = "0.50.0", path = "../../core" } +opendal = { version = "0.51.0", path = "../../core" } [dev-dependencies] -opendal = { version = "0.50.0", path = "../../core", features = [ +opendal = { version = "0.51.0", path = "../../core", features = [ "services-fs", ] } tokio = { version = "1.27", features = ["macros", "rt-multi-thread", "io-std"] } diff --git a/integrations/dav-server/DEPENDENCIES.rust.tsv b/integrations/dav-server/DEPENDENCIES.rust.tsv index 15f6d560d3a6..27edf1c4ae97 100644 --- a/integrations/dav-server/DEPENDENCIES.rust.tsv +++ b/integrations/dav-server/DEPENDENCIES.rust.tsv @@ -23,12 +23,11 @@ core-foundation-sys@0.8.7 X X cpufeatures@0.2.14 X X crypto-common@0.1.6 X X dav-server@0.7.0 X -dav-server-opendalfs@0.2.2 X +dav-server-opendalfs@0.2.3 X deranged@0.3.11 X X digest@0.10.7 X X equivalent@1.0.1 X X fastrand@2.1.1 X X -flagset@0.4.6 X fnv@1.0.7 X X foldhash@0.1.3 X form_urlencoded@1.2.1 X X @@ -79,7 +78,7 @@ num-conv@0.1.0 X X num-traits@0.2.19 X X object@0.36.5 X X once_cell@1.20.2 X X -opendal@0.50.2 X +opendal@0.51.0 X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X percent-encoding@2.3.1 X X diff --git a/integrations/fuse3/Cargo.toml b/integrations/fuse3/Cargo.toml index 403724053220..5d3db43328f1 100644 --- a/integrations/fuse3/Cargo.toml +++ b/integrations/fuse3/Cargo.toml @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/" license = "Apache-2.0" repository = "https://github.com/apache/opendal" rust-version = "1.75" -version = "0.0.9" +version = "0.0.10" [dependencies] bytes = "1.6.0" @@ -33,7 +33,7 @@ fuse3 = { version = "0.8.1", "features" = ["tokio-runtime", "unprivileged"] } futures-util = "0.3.30" libc = "0.2.155" log = "0.4.21" -opendal = { version = "0.50.0", path = "../../core" } +opendal = { version = "0.51.0", path = "../../core" } sharded-slab = "0.1.7" tokio = "1.38.0" diff --git a/integrations/fuse3/DEPENDENCIES.rust.tsv b/integrations/fuse3/DEPENDENCIES.rust.tsv index 8222f8d50813..322ed15d5e1a 100644 --- a/integrations/fuse3/DEPENDENCIES.rust.tsv +++ b/integrations/fuse3/DEPENDENCIES.rust.tsv @@ -28,11 +28,10 @@ either@1.13.0 X X errno@0.3.9 X X event-listener@4.0.3 X X fastrand@2.1.1 X X -flagset@0.4.6 X fnv@1.0.7 X X form_urlencoded@1.2.1 X X fuse3@0.8.1 X -fuse3_opendal@0.0.9 X +fuse3_opendal@0.0.10 X futures@0.3.31 X X futures-channel@0.3.31 X X futures-core@0.3.31 X X @@ -74,7 +73,7 @@ nix@0.29.0 X num-traits@0.2.19 X X object@0.36.5 X X once_cell@1.20.2 X X -opendal@0.50.2 X +opendal@0.51.0 X parking@2.2.1 X X percent-encoding@2.3.1 X X pin-project-lite@0.2.15 X X diff --git a/integrations/object_store/Cargo.toml b/integrations/object_store/Cargo.toml index a654d0fc6b56..e33f594be091 100644 --- a/integrations/object_store/Cargo.toml +++ b/integrations/object_store/Cargo.toml @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/" license = "Apache-2.0" repository = "https://github.com/apache/opendal" rust-version = "1.75" -version = "0.48.2" +version = "0.48.3" [features] send_wrapper = ["dep:send_wrapper"] @@ -37,13 +37,13 @@ flagset = "0.4" futures = "0.3" futures-util = "0.3" object_store = "0.11" -opendal = { version = "0.50.0", path = "../../core" } +opendal = { version = "0.51.0", path = "../../core" } pin-project = "1.1" send_wrapper = { version = "0.6", features = ["futures"], optional = true } tokio = { version = "1", default-features = false } [dev-dependencies] -opendal = { version = "0.50.0", path = "../../core", features = [ +opendal = { version = "0.51.0", path = "../../core", features = [ "services-memory", "services-s3", ] } diff --git a/integrations/object_store/DEPENDENCIES.rust.tsv b/integrations/object_store/DEPENDENCIES.rust.tsv index cdfdc72bb7a7..4d5c2505d271 100644 --- a/integrations/object_store/DEPENDENCIES.rust.tsv +++ b/integrations/object_store/DEPENDENCIES.rust.tsv @@ -72,9 +72,9 @@ mio@1.0.2 X num-traits@0.2.19 X X object@0.36.5 X X object_store@0.11.1 X X -object_store_opendal@0.48.2 X +object_store_opendal@0.48.3 X once_cell@1.20.2 X X -opendal@0.50.2 X +opendal@0.51.0 X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X percent-encoding@2.3.1 X X diff --git a/integrations/parquet/Cargo.toml b/integrations/parquet/Cargo.toml index 8d15e551581d..65706bb791c5 100644 --- a/integrations/parquet/Cargo.toml +++ b/integrations/parquet/Cargo.toml @@ -25,13 +25,13 @@ homepage = "https://opendal.apache.org/" license = "Apache-2.0" repository = "https://github.com/apache/opendal" rust-version = "1.75" -version = "0.2.2" +version = "0.2.3" [dependencies] async-trait = "0.1" bytes = "1" futures = "0.3" -opendal = { version = "0.50.0", path = "../../core" } +opendal = { version = "0.51.0", path = "../../core" } parquet = { version = "53.1", default-features = false, features = [ "async", "arrow", @@ -39,7 +39,7 @@ parquet = { version = "53.1", default-features = false, features = [ [dev-dependencies] arrow = { version = "53.1" } -opendal = { version = "0.50.0", path = "../../core", features = [ +opendal = { version = "0.51.0", path = "../../core", features = [ "services-memory", "services-s3", ] } diff --git a/integrations/parquet/DEPENDENCIES.rust.tsv b/integrations/parquet/DEPENDENCIES.rust.tsv index be7fd1f5b562..580f80d71865 100644 --- a/integrations/parquet/DEPENDENCIES.rust.tsv +++ b/integrations/parquet/DEPENDENCIES.rust.tsv @@ -36,7 +36,6 @@ crunchy@0.2.2 X crypto-common@0.1.6 X X digest@0.10.7 X X fastrand@2.1.1 X X -flagset@0.4.6 X flatbuffers@24.3.25 X fnv@1.0.7 X X form_urlencoded@1.2.1 X X @@ -96,10 +95,10 @@ num-rational@0.4.2 X X num-traits@0.2.19 X X object@0.36.5 X X once_cell@1.20.2 X X -opendal@0.50.2 X +opendal@0.51.0 X ordered-float@2.10.1 X parquet@53.2.0 X -parquet_opendal@0.2.2 X +parquet_opendal@0.2.3 X paste@1.0.15 X X percent-encoding@2.3.1 X X pin-project-lite@0.2.15 X X diff --git a/integrations/unftp-sbe/Cargo.toml b/integrations/unftp-sbe/Cargo.toml index 4079d75f8e96..b997aa644fd0 100644 --- a/integrations/unftp-sbe/Cargo.toml +++ b/integrations/unftp-sbe/Cargo.toml @@ -24,18 +24,18 @@ license = "Apache-2.0" name = "unftp-sbe-opendal" repository = "https://github.com/apache/opendal" rust-version = "1.75" -version = "0.0.9" +version = "0.0.10" [dependencies] async-trait = "0.1.80" libunftp = "0.20.0" -opendal = { version = "0.50.0", path = "../../core" } +opendal = { version = "0.51.0", path = "../../core" } tokio = { version = "1.38.0", default-features = false, features = ["io-util"] } tokio-util = { version = "0.7.11", features = ["compat"] } [dev-dependencies] anyhow = "1" -opendal = { version = "0.50.0", path = "../../core", features = [ +opendal = { version = "0.51.0", path = "../../core", features = [ "services-s3", ] } tokio = { version = "1.38.0", default-features = false, features = [ diff --git a/integrations/unftp-sbe/DEPENDENCIES.rust.tsv b/integrations/unftp-sbe/DEPENDENCIES.rust.tsv index e748d6bdc9ac..de23c29261ce 100644 --- a/integrations/unftp-sbe/DEPENDENCIES.rust.tsv +++ b/integrations/unftp-sbe/DEPENDENCIES.rust.tsv @@ -49,7 +49,6 @@ dunce@1.0.5 X X X either@1.13.0 X X errno@0.3.9 X X fastrand@2.1.1 X X -flagset@0.4.6 X fnv@1.0.7 X X form_urlencoded@1.2.1 X X fs_extra@1.3.0 X @@ -111,7 +110,7 @@ num-traits@0.2.19 X X object@0.36.5 X X oid-registry@0.7.1 X X once_cell@1.20.2 X X -opendal@0.50.2 X +opendal@0.51.0 X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X paste@1.0.15 X X @@ -189,7 +188,7 @@ tracing-core@0.1.32 X triomphe@0.1.11 X X try-lock@0.2.5 X typenum@1.17.0 X X -unftp-sbe-opendal@0.0.9 X +unftp-sbe-opendal@0.0.10 X unicode-bidi@0.3.17 X X unicode-ident@1.0.13 X X X unicode-normalization@0.1.24 X X diff --git a/integrations/virtiofs/Cargo.toml b/integrations/virtiofs/Cargo.toml index 8c55b266eefb..dd99608716ad 100644 --- a/integrations/virtiofs/Cargo.toml +++ b/integrations/virtiofs/Cargo.toml @@ -31,7 +31,7 @@ version = "0.0.0" anyhow = { version = "1.0.86", features = ["std"] } libc = "0.2.139" log = "0.4.22" -opendal = { version = "0.50.0", path = "../../core" } +opendal = { version = "0.51.0", path = "../../core" } sharded-slab = "0.1.7" snafu = "0.8.4" tokio = { version = "1.39.2", features = ["rt-multi-thread"] } diff --git a/integrations/virtiofs/DEPENDENCIES.rust.tsv b/integrations/virtiofs/DEPENDENCIES.rust.tsv index 896e1d86d5b8..b7668c44ca52 100644 --- a/integrations/virtiofs/DEPENDENCIES.rust.tsv +++ b/integrations/virtiofs/DEPENDENCIES.rust.tsv @@ -22,7 +22,6 @@ core-foundation-sys@0.8.7 X X crypto-common@0.1.6 X X digest@0.10.7 X X fastrand@2.1.1 X X -flagset@0.4.6 X fnv@1.0.7 X X form_urlencoded@1.2.1 X X futures@0.3.31 X X @@ -63,7 +62,7 @@ mio@1.0.2 X num-traits@0.2.19 X X object@0.36.5 X X once_cell@1.20.2 X X -opendal@0.50.2 X +opendal@0.51.0 X percent-encoding@2.3.1 X X pin-project-lite@0.2.15 X X pin-utils@0.1.0 X X