From 72b6880ebcb7b40236945c19764d16a06df83214 Mon Sep 17 00:00:00 2001 From: tison Date: Sun, 2 Feb 2025 18:13:43 +0800 Subject: [PATCH] chore: bump version 0.51.2 (#5595) Signed-off-by: tison --- bin/oay/Cargo.lock | 6 +- bin/oay/Cargo.toml | 4 +- bin/oay/DEPENDENCIES.rust.tsv | 27 +- bin/ofs/Cargo.lock | 8 +- bin/ofs/Cargo.toml | 10 +- bin/ofs/DEPENDENCIES.rust.tsv | 483 ++++++++-------- bin/oli/Cargo.lock | 4 +- bin/oli/Cargo.toml | 4 +- bin/oli/DEPENDENCIES.rust.tsv | 539 +++++++++--------- bindings/c/DEPENDENCIES.rust.tsv | 452 +++++++-------- bindings/cpp/DEPENDENCIES.rust.tsv | 449 ++++++++------- bindings/dotnet/DEPENDENCIES.rust.tsv | 426 +++++++------- bindings/haskell/DEPENDENCIES.rust.tsv | 426 +++++++------- bindings/java/DEPENDENCIES.rust.tsv | 529 ++++++++--------- bindings/java/pom.xml | 2 +- bindings/lua/DEPENDENCIES.rust.tsv | 456 +++++++-------- bindings/nodejs/DEPENDENCIES.rust.tsv | 453 +++++++-------- bindings/nodejs/npm/darwin-arm64/package.json | 2 +- bindings/nodejs/npm/darwin-x64/package.json | 2 +- .../nodejs/npm/linux-arm64-gnu/package.json | 2 +- .../nodejs/npm/linux-arm64-musl/package.json | 2 +- .../nodejs/npm/linux-x64-gnu/package.json | 2 +- .../nodejs/npm/win32-arm64-msvc/package.json | 2 +- .../nodejs/npm/win32-x64-msvc/package.json | 2 +- bindings/nodejs/package.json | 2 +- bindings/ocaml/DEPENDENCIES.rust.tsv | 438 +++++++------- bindings/php/DEPENDENCIES.rust.tsv | 76 +-- bindings/python/Cargo.toml | 2 +- bindings/python/DEPENDENCIES.rust.tsv | 511 ++++++++--------- bindings/ruby/DEPENDENCIES.rust.tsv | 447 +++++++-------- core/Cargo.lock | 2 +- core/Cargo.toml | 2 +- core/DEPENDENCIES.rust.tsv | 371 ++++++------ dev/src/release/package.rs | 32 +- integrations/cloud_filter/Cargo.toml | 6 +- .../cloud_filter/DEPENDENCIES.rust.tsv | 395 ++++++------- integrations/compat/Cargo.toml | 2 +- integrations/compat/DEPENDENCIES.rust.tsv | 8 +- integrations/dav-server/Cargo.toml | 6 +- integrations/dav-server/DEPENDENCIES.rust.tsv | 51 +- integrations/fuse3/Cargo.toml | 4 +- integrations/fuse3/DEPENDENCIES.rust.tsv | 51 +- integrations/object_store/Cargo.toml | 8 +- .../object_store/DEPENDENCIES.rust.tsv | 404 ++++++------- integrations/parquet/Cargo.toml | 6 +- integrations/parquet/DEPENDENCIES.rust.tsv | 69 +-- integrations/unftp-sbe/Cargo.toml | 6 +- integrations/unftp-sbe/DEPENDENCIES.rust.tsv | 62 +- integrations/virtiofs/Cargo.toml | 2 +- integrations/virtiofs/DEPENDENCIES.rust.tsv | 45 +- 50 files changed, 3694 insertions(+), 3606 deletions(-) diff --git a/bin/oay/Cargo.lock b/bin/oay/Cargo.lock index 0640d8698137..4f23b0353ba6 100644 --- a/bin/oay/Cargo.lock +++ b/bin/oay/Cargo.lock @@ -290,7 +290,7 @@ dependencies = [ [[package]] name = "dav-server-opendalfs" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "bytes", @@ -999,7 +999,7 @@ dependencies = [ [[package]] name = "oay" -version = "0.41.15" +version = "0.41.16" dependencies = [ "anyhow", "axum", @@ -1034,7 +1034,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "opendal" -version = "0.51.1" +version = "0.51.2" dependencies = [ "anyhow", "async-trait", diff --git a/bin/oay/Cargo.toml b/bin/oay/Cargo.toml index 555e0bc5cc04..22223ec14f40 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.15" +version = "0.41.16" [features] default = ["frontends-webdav", "frontends-s3"] @@ -48,7 +48,7 @@ dav-server-opendalfs = { version = "0.3.0", path = "../../integrations/dav-serve futures-util = { version = "0.3.29", optional = true } log = { version = "0.4.22" } logforth = { version = "0.21.0", default-features = false } -opendal = { version = "0.51.0", path = "../../core", features = [ +opendal = { version = "0.51.2", 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 333a295d857c..76a3f0fb59f7 100644 --- a/bin/oay/DEPENDENCIES.rust.tsv +++ b/bin/oay/DEPENDENCIES.rust.tsv @@ -25,10 +25,11 @@ core-foundation-sys@0.8.7 X X cpufeatures@0.2.16 X X crypto-common@0.1.6 X X dav-server@0.7.0 X -dav-server-opendalfs@0.3.0 X +dav-server-opendalfs@0.3.1 X deranged@0.3.11 X X digest@0.10.7 X X displaydoc@0.2.5 X X +env_filter@0.1.3 X X equivalent@1.0.1 X X fastrand@2.3.0 X X fnv@1.0.7 X X @@ -76,14 +77,17 @@ idna_adapter@1.2.0 X X indexmap@2.7.0 X X ipnet@2.10.1 X X itoa@1.0.14 X X +jiff@0.1.27 X X +jiff-tzdb@0.1.2 X X +jiff-tzdb-platform@0.1.2 X X js-sys@0.3.76 X X lazy_static@1.5.0 X X libc@0.2.169 X X litemap@0.7.4 X lock_api@0.4.12 X X log@0.4.22 X X +logforth@0.21.0 X lru@0.12.5 X -matchers@0.1.0 X matchit@0.7.3 X X md-5@0.10.6 X X memchr@2.7.4 X X @@ -91,14 +95,12 @@ mime@0.3.17 X X mime_guess@2.0.5 X miniz_oxide@0.8.2 X X X mio@1.0.3 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.15 X +oay@0.41.16 X object@0.36.7 X X once_cell@1.20.2 X X -opendal@0.51.1 X -overload@0.1.1 X +opendal@0.51.2 X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X percent-encoding@2.3.1 X X @@ -106,15 +108,15 @@ pin-project@1.1.8 X X pin-project-internal@1.1.8 X X pin-project-lite@0.2.16 X X pin-utils@0.1.0 X X +portable-atomic@1.10.0 X X +portable-atomic-util@0.2.4 X X powerfmt@0.2.0 X X proc-macro2@1.0.92 X X quick-xml@0.36.2 X quote@1.0.38 X X redox_syscall@0.5.8 X regex@1.11.1 X X -regex-automata@0.1.10 X X regex-automata@0.4.9 X X -regex-syntax@0.6.29 X X regex-syntax@0.8.5 X X reqwest@0.12.12 X X ring@0.17.8 X @@ -133,7 +135,6 @@ serde_path_to_error@0.1.16 X X serde_spanned@0.6.8 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X -sharded-slab@0.1.7 X shlex@1.3.0 X X slab@0.4.9 X smallvec@1.13.2 X X @@ -144,7 +145,6 @@ subtle@2.6.1 X syn@2.0.95 X X sync_wrapper@1.0.2 X synstructure@0.13.1 X -thread_local@1.1.8 X X time@0.3.37 X X time-core@0.1.2 X X time-macros@0.2.19 X X @@ -161,10 +161,7 @@ tower@0.5.2 X tower-layer@0.3.3 X tower-service@0.3.3 X tracing@0.1.41 X -tracing-attributes@0.1.28 X tracing-core@0.1.33 X -tracing-log@0.2.0 X -tracing-subscriber@0.3.19 X try-lock@0.2.5 X typenum@1.17.0 X X unicase@2.8.1 X X @@ -186,14 +183,12 @@ wasm-bindgen-shared@0.2.99 X X wasm-streams@0.4.2 X X web-sys@0.3.76 X X webpki-roots@0.26.7 X -winapi@0.3.9 X X -winapi-i686-pc-windows-gnu@0.4.0 X X -winapi-x86_64-pc-windows-gnu@0.4.0 X X windows-core@0.52.0 X X windows-registry@0.2.0 X X windows-result@0.2.0 X X windows-strings@0.1.0 X X windows-sys@0.52.0 X X +windows-sys@0.59.0 X X windows-targets@0.52.6 X X windows_aarch64_gnullvm@0.52.6 X X windows_aarch64_msvc@0.52.6 X X diff --git a/bin/ofs/Cargo.lock b/bin/ofs/Cargo.lock index 4d15f0c74f7b..e0efe890c100 100644 --- a/bin/ofs/Cargo.lock +++ b/bin/ofs/Cargo.lock @@ -288,7 +288,7 @@ dependencies = [ [[package]] name = "cloud_filter_opendal" -version = "0.0.4" +version = "0.0.5" dependencies = [ "anyhow", "bincode", @@ -520,7 +520,7 @@ dependencies = [ [[package]] name = "fuse3_opendal" -version = "0.0.11" +version = "0.0.12" dependencies = [ "bytes", "fuse3", @@ -1155,7 +1155,7 @@ dependencies = [ [[package]] name = "ofs" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anyhow", "clap", @@ -1183,7 +1183,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "opendal" -version = "0.51.1" +version = "0.51.2" dependencies = [ "anyhow", "async-trait", diff --git a/bin/ofs/Cargo.toml b/bin/ofs/Cargo.toml index 4ca7924a53c2..83684b5eaa80 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.16" +version = "0.0.17" authors = ["Apache OpenDAL "] edition = "2021" @@ -34,7 +34,7 @@ anyhow = { version = "1" } clap = { version = "4.5.21", features = ["derive", "env"] } log = { version = "0.4.22" } logforth = { version = "0.21.0", default-features = false } -opendal = { version = "0.51.0", path = "../../core" } +opendal = { version = "0.51.2", path = "../../core" } tokio = { version = "1.37.0", features = [ "fs", "macros", @@ -46,13 +46,13 @@ url = { version = "2.5.4" } [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.11", path = "../../integrations/fuse3" } +fuse3_opendal = { version = "0.0.12", 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.4", path = "../../integrations/cloud_filter" } +cloud_filter_opendal = { version = "0.0.5", 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.51.0", path = "../../core", features = ["tests"] } +opendal = { version = "0.51.2", 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 6dc518227c13..c7f69469de44 100644 --- a/bin/ofs/DEPENDENCIES.rust.tsv +++ b/bin/ofs/DEPENDENCIES.rust.tsv @@ -1,235 +1,248 @@ -crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib -addr2line@0.24.2 X X -adler2@2.0.0 X X X -aho-corasick@1.1.3 X X -android-tzdata@0.1.1 X X -android_system_properties@0.1.5 X X -anstream@0.6.18 X X -anstyle@1.0.10 X X -anstyle-parse@0.2.6 X X -anstyle-query@1.1.2 X X -anstyle-wincon@3.0.6 X X -anyhow@1.0.95 X X -async-notify@0.3.0 X -async-trait@0.1.85 X X -autocfg@1.4.0 X X -backon@1.3.0 X -backtrace@0.3.74 X X -base64@0.22.1 X X -bincode@1.3.3 X -bitflags@2.6.0 X X -block-buffer@0.10.4 X X -bumpalo@3.16.0 X X -byteorder@1.5.0 X X -bytes@1.9.0 X -cc@1.2.7 X X -cfg-if@1.0.0 X X -cfg_aliases@0.2.1 X -chrono@0.4.39 X X -clap@4.5.24 X X -clap_builder@4.5.24 X X -clap_derive@4.5.24 X X -clap_lex@0.7.4 X X -cloud-filter@0.0.5 X -cloud_filter_opendal@0.0.4 X -colorchoice@1.0.3 X X -concurrent-queue@2.5.0 X X -const-oid@0.9.6 X X -core-foundation-sys@0.8.7 X X -cpufeatures@0.2.16 X X -crc32c@0.6.8 X X -crossbeam-utils@0.8.21 X X -crypto-common@0.1.6 X X -deranged@0.3.11 X X -digest@0.10.7 X X -displaydoc@0.2.5 X X -dotenvy@0.15.7 X -either@1.13.0 X X -env_filter@0.1.3 X X -env_logger@0.11.6 X X -errno@0.3.10 X X -event-listener@4.0.3 X X -fastrand@2.3.0 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.11 X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-executor@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-util@0.3.31 X X -generic-array@0.14.7 X -getrandom@0.2.15 X X -gimli@0.31.1 X X -gloo-timers@0.3.0 X X -heck@0.5.0 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.2.0 X X -http-body@1.0.1 X -http-body-util@0.1.2 X -httparse@1.9.5 X X -humantime@2.1.0 X X -hyper@1.5.2 X -hyper-rustls@0.27.5 X X X -hyper-util@0.1.10 X -iana-time-zone@0.1.61 X X -iana-time-zone-haiku@0.1.2 X X -icu_collections@1.5.0 X -icu_locid@1.5.0 X -icu_locid_transform@1.5.0 X -icu_locid_transform_data@1.5.0 X -icu_normalizer@1.5.0 X -icu_normalizer_data@1.5.0 X -icu_properties@1.5.1 X -icu_properties_data@1.5.0 X -icu_provider@1.5.0 X -icu_provider_macros@1.5.0 X -idna@1.0.3 X X -idna_adapter@1.2.0 X X -ipnet@2.10.1 X X -is_terminal_polyfill@1.70.1 X X -itoa@1.0.14 X X -js-sys@0.3.76 X X -lazy_static@1.5.0 X X -libc@0.2.169 X X -linux-raw-sys@0.4.15 X X X -litemap@0.7.4 X -log@0.4.22 X X -md-5@0.10.6 X X -memchr@2.7.4 X X -memoffset@0.9.1 X -mime@0.3.17 X X -miniz_oxide@0.8.2 X X X -mio@1.0.3 X -nix@0.29.0 X -nt-time@0.8.1 X X -num-conv@0.1.0 X X -num-traits@0.2.19 X X -object@0.36.7 X X -ofs@0.0.16 X -once_cell@1.20.2 X X -opendal@0.51.1 X -parking@2.2.1 X X -percent-encoding@2.3.1 X X -pin-project-lite@0.2.16 X X -pin-utils@0.1.0 X X -powerfmt@0.2.0 X X -ppv-lite86@0.2.20 X X -proc-macro2@1.0.92 X X -quick-xml@0.35.0 X -quick-xml@0.36.2 X -quote@1.0.38 X X -rand@0.8.5 X X -rand_chacha@0.3.1 X X -rand_core@0.6.4 X X -regex@1.11.1 X X -regex-automata@0.4.9 X X -regex-syntax@0.8.5 X X -reqsign@0.16.1 X -reqwest@0.12.12 X X -ring@0.17.8 X -rustc-demangle@0.1.24 X X -rustc_version@0.4.1 X X -rustix@0.38.43 X X X -rustls@0.23.20 X X X -rustls-pemfile@2.2.0 X X X -rustls-pki-types@1.10.1 X X -rustls-webpki@0.102.8 X -ryu@1.0.18 X X -semver@1.0.24 X X -serde@1.0.217 X X -serde_derive@1.0.217 X X -serde_json@1.0.135 X X -serde_urlencoded@0.7.1 X X -sha1@0.10.6 X X -sha2@0.10.8 X X -sharded-slab@0.1.7 X -shlex@1.3.0 X X -signal-hook-registry@1.4.2 X X -slab@0.4.9 X -smallvec@1.13.2 X X -socket2@0.5.8 X X -spin@0.9.8 X -stable_deref_trait@1.2.0 X X -strsim@0.11.1 X -subtle@2.6.1 X -syn@2.0.95 X X -sync_wrapper@1.0.2 X -synstructure@0.13.1 X -time@0.3.37 X X -time-core@0.1.2 X X -time-macros@0.2.19 X X -tinystr@0.7.6 X -tokio@1.42.0 X -tokio-macros@2.4.0 X -tokio-rustls@0.26.1 X X -tokio-util@0.7.13 X -tower@0.5.2 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.41 X -tracing-attributes@0.1.28 X -tracing-core@0.1.33 X -trait-make@0.1.0 X X -try-lock@0.2.5 X -typenum@1.17.0 X X -unicode-ident@1.0.14 X X X -untrusted@0.9.0 X -url@2.5.4 X X -utf16_iter@1.0.5 X X -utf8_iter@1.0.4 X X -utf8parse@0.2.2 X X -uuid@1.11.0 X X -version_check@0.9.5 X X -want@0.3.1 X -wasi@0.11.0+wasi-snapshot-preview1 X X X -wasm-bindgen@0.2.99 X X -wasm-bindgen-backend@0.2.99 X X -wasm-bindgen-futures@0.4.49 X X -wasm-bindgen-macro@0.2.99 X X -wasm-bindgen-macro-support@0.2.99 X X -wasm-bindgen-shared@0.2.99 X X -wasm-streams@0.4.2 X X -web-sys@0.3.76 X X -webpki-roots@0.26.7 X -which@6.0.3 X -widestring@1.1.0 X X -windows@0.58.0 X X -windows-core@0.52.0 X X -windows-core@0.58.0 X X -windows-implement@0.58.0 X X -windows-interface@0.58.0 X X -windows-registry@0.2.0 X X -windows-result@0.2.0 X X -windows-strings@0.1.0 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-targets@0.52.6 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_msvc@0.52.6 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_msvc@0.52.6 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_msvc@0.52.6 X X -winsafe@0.0.19 X -write16@1.0.0 X X -writeable@0.5.5 X -yoke@0.7.5 X -yoke-derive@0.7.5 X -zerocopy@0.7.35 X X X -zerocopy-derive@0.7.35 X X X -zerofrom@0.1.5 X -zerofrom-derive@0.1.5 X -zeroize@1.8.1 X X -zerovec@0.10.4 X -zerovec-derive@0.10.3 X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib +addr2line@0.24.2 X X +adler2@2.0.0 X X X +aho-corasick@1.1.3 X X +android-tzdata@0.1.1 X X +android_system_properties@0.1.5 X X +anstream@0.6.18 X X +anstyle@1.0.10 X X +anstyle-parse@0.2.6 X X +anstyle-query@1.1.2 X X +anstyle-wincon@3.0.6 X X +anyhow@1.0.95 X X +async-notify@0.3.0 X +async-trait@0.1.85 X X +autocfg@1.4.0 X X +backon@1.3.0 X +backtrace@0.3.74 X X +base64@0.22.1 X X +bincode@1.3.3 X +bitflags@2.6.0 X X +block-buffer@0.10.4 X X +bumpalo@3.16.0 X X +byteorder@1.5.0 X X +bytes@1.9.0 X +cc@1.2.7 X X +cfg-if@1.0.0 X X +cfg_aliases@0.2.1 X +chrono@0.4.39 X X +clap@4.5.24 X X +clap_builder@4.5.24 X X +clap_derive@4.5.24 X X +clap_lex@0.7.4 X X +cloud-filter@0.0.5 X +cloud_filter_opendal@0.0.5 X +colorchoice@1.0.3 X X +concurrent-queue@2.5.0 X X +const-oid@0.9.6 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.16 X X +crc32c@0.6.8 X X +crossbeam-utils@0.8.21 X X +crunchy@0.2.2 X +crypto-common@0.1.6 X X +deranged@0.3.11 X X +digest@0.10.7 X X +displaydoc@0.2.5 X X +dlv-list@0.5.2 X X +dotenvy@0.15.7 X +either@1.13.0 X X +env_filter@0.1.3 X X +errno@0.3.10 X X +event-listener@4.0.3 X X +fastrand@2.3.0 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.12 X +futures@0.3.31 X X +futures-channel@0.3.31 X X +futures-core@0.3.31 X X +futures-executor@0.3.31 X X +futures-io@0.3.31 X X +futures-macro@0.3.31 X X +futures-sink@0.3.31 X X +futures-task@0.3.31 X X +futures-util@0.3.31 X X +generic-array@0.14.7 X +getrandom@0.2.15 X X +gimli@0.31.1 X X +gloo-timers@0.3.0 X X +hashbrown@0.14.5 X X +heck@0.5.0 X X +hex@0.4.3 X X +hmac@0.12.1 X X +home@0.5.11 X X +http@1.2.0 X X +http-body@1.0.1 X +http-body-util@0.1.2 X +httparse@1.9.5 X X +hyper@1.5.2 X +hyper-rustls@0.27.5 X X X +hyper-util@0.1.10 X +iana-time-zone@0.1.61 X X +iana-time-zone-haiku@0.1.2 X X +icu_collections@1.5.0 X +icu_locid@1.5.0 X +icu_locid_transform@1.5.0 X +icu_locid_transform_data@1.5.0 X +icu_normalizer@1.5.0 X +icu_normalizer_data@1.5.0 X +icu_properties@1.5.1 X +icu_properties_data@1.5.0 X +icu_provider@1.5.0 X +icu_provider_macros@1.5.0 X +idna@1.0.3 X X +idna_adapter@1.2.0 X X +ipnet@2.10.1 X X +is_terminal_polyfill@1.70.1 X X +itoa@1.0.14 X X +jiff@0.1.27 X X +jiff-tzdb@0.1.2 X X +jiff-tzdb-platform@0.1.2 X X +js-sys@0.3.76 X X +lazy_static@1.5.0 X X +libc@0.2.169 X X +linux-raw-sys@0.4.15 X X X +litemap@0.7.4 X +log@0.4.22 X X +logforth@0.21.0 X +md-5@0.10.6 X X +memchr@2.7.4 X X +memoffset@0.9.1 X +mime@0.3.17 X X +miniz_oxide@0.8.2 X X X +mio@1.0.3 X +nix@0.29.0 X +nt-time@0.8.1 X X +num-conv@0.1.0 X X +num-traits@0.2.19 X X +object@0.36.7 X X +ofs@0.0.17 X +once_cell@1.20.2 X X +opendal@0.51.2 X +ordered-multimap@0.7.3 X +parking@2.2.1 X X +percent-encoding@2.3.1 X X +pin-project-lite@0.2.16 X X +pin-utils@0.1.0 X X +portable-atomic@1.10.0 X X +portable-atomic-util@0.2.4 X X +powerfmt@0.2.0 X X +ppv-lite86@0.2.20 X X +proc-macro2@1.0.92 X X +quick-xml@0.35.0 X +quick-xml@0.36.2 X +quote@1.0.38 X X +rand@0.8.5 X X +rand_chacha@0.3.1 X X +rand_core@0.6.4 X X +regex@1.11.1 X X +regex-automata@0.4.9 X X +regex-syntax@0.8.5 X X +reqsign@0.16.1 X +reqwest@0.12.12 X X +ring@0.17.8 X +rust-ini@0.21.1 X +rustc-demangle@0.1.24 X X +rustc_version@0.4.1 X X +rustix@0.38.43 X X X +rustls@0.23.20 X X X +rustls-pemfile@2.2.0 X X X +rustls-pki-types@1.10.1 X X +rustls-webpki@0.102.8 X +ryu@1.0.18 X X +semver@1.0.24 X X +serde@1.0.217 X X +serde_derive@1.0.217 X X +serde_json@1.0.135 X X +serde_urlencoded@0.7.1 X X +sha1@0.10.6 X X +sha2@0.10.8 X X +sharded-slab@0.1.7 X +shlex@1.3.0 X X +signal-hook-registry@1.4.2 X X +slab@0.4.9 X +smallvec@1.13.2 X X +socket2@0.5.8 X X +spin@0.9.8 X +stable_deref_trait@1.2.0 X X +strsim@0.11.1 X +subtle@2.6.1 X +syn@2.0.95 X X +sync_wrapper@1.0.2 X +synstructure@0.13.1 X +time@0.3.37 X X +time-core@0.1.2 X X +time-macros@0.2.19 X X +tiny-keccak@2.0.2 X +tinystr@0.7.6 X +tokio@1.42.0 X +tokio-macros@2.4.0 X +tokio-rustls@0.26.1 X X +tokio-util@0.7.13 X +tower@0.5.2 X +tower-layer@0.3.3 X +tower-service@0.3.3 X +tracing@0.1.41 X +tracing-attributes@0.1.28 X +tracing-core@0.1.33 X +trait-make@0.1.0 X X +trim-in-place@0.1.7 X +try-lock@0.2.5 X +typenum@1.17.0 X X +unicode-ident@1.0.14 X X X +untrusted@0.9.0 X +url@2.5.4 X X +utf16_iter@1.0.5 X X +utf8_iter@1.0.4 X X +utf8parse@0.2.2 X X +uuid@1.11.0 X X +version_check@0.9.5 X X +want@0.3.1 X +wasi@0.11.0+wasi-snapshot-preview1 X X X +wasm-bindgen@0.2.99 X X +wasm-bindgen-backend@0.2.99 X X +wasm-bindgen-futures@0.4.49 X X +wasm-bindgen-macro@0.2.99 X X +wasm-bindgen-macro-support@0.2.99 X X +wasm-bindgen-shared@0.2.99 X X +wasm-streams@0.4.2 X X +web-sys@0.3.76 X X +webpki-roots@0.26.7 X +which@6.0.3 X +widestring@1.1.0 X X +windows@0.58.0 X X +windows-core@0.52.0 X X +windows-core@0.58.0 X X +windows-implement@0.58.0 X X +windows-interface@0.58.0 X X +windows-registry@0.2.0 X X +windows-result@0.2.0 X X +windows-strings@0.1.0 X X +windows-sys@0.52.0 X X +windows-sys@0.59.0 X X +windows-targets@0.52.6 X X +windows_aarch64_gnullvm@0.52.6 X X +windows_aarch64_msvc@0.52.6 X X +windows_i686_gnu@0.52.6 X X +windows_i686_gnullvm@0.52.6 X X +windows_i686_msvc@0.52.6 X X +windows_x86_64_gnu@0.52.6 X X +windows_x86_64_gnullvm@0.52.6 X X +windows_x86_64_msvc@0.52.6 X X +winsafe@0.0.19 X +write16@1.0.0 X X +writeable@0.5.5 X +yoke@0.7.5 X +yoke-derive@0.7.5 X +zerocopy@0.7.35 X X X +zerocopy-derive@0.7.35 X X X +zerofrom@0.1.5 X +zerofrom-derive@0.1.5 X +zeroize@1.8.1 X X +zerovec@0.10.4 X +zerovec-derive@0.10.3 X diff --git a/bin/oli/Cargo.lock b/bin/oli/Cargo.lock index beaba4083904..8e15f3688e06 100644 --- a/bin/oli/Cargo.lock +++ b/bin/oli/Cargo.lock @@ -1247,7 +1247,7 @@ dependencies = [ [[package]] name = "oli" -version = "0.41.15" +version = "0.41.16" dependencies = [ "anyhow", "assert_cmd", @@ -1277,7 +1277,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "opendal" -version = "0.51.1" +version = "0.51.2" dependencies = [ "anyhow", "async-trait", diff --git a/bin/oli/Cargo.toml b/bin/oli/Cargo.toml index 03a2b9078b87..063720aa8b1c 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.15" +version = "0.41.16" [dependencies] anyhow = { version = "1.0" } @@ -38,7 +38,7 @@ humansize = { version = "2.1" } humantime = { version = "2.1" } humantime-serde = { version = "1.1" } indicatif = { version = "0.17" } -opendal = { version = "0.51.0", path = "../../core", features = [ +opendal = { version = "0.51.2", path = "../../core", features = [ "services-azblob", "services-azdls", "services-cos", diff --git a/bin/oli/DEPENDENCIES.rust.tsv b/bin/oli/DEPENDENCIES.rust.tsv index 565fdda57484..ebe1dad0eef0 100644 --- a/bin/oli/DEPENDENCIES.rust.tsv +++ b/bin/oli/DEPENDENCIES.rust.tsv @@ -1,265 +1,274 @@ -crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib -addr2line@0.24.2 X X -adler2@2.0.0 X X X -aes@0.8.4 X X -android-tzdata@0.1.1 X X -android_system_properties@0.1.5 X X -anstream@0.6.18 X X -anstyle@1.0.10 X X -anstyle-parse@0.2.6 X X -anstyle-query@1.1.2 X X -anstyle-wincon@3.0.6 X X -anyhow@1.0.95 X X -async-trait@0.1.85 X X -autocfg@1.4.0 X X -backon@1.3.0 X -backtrace@0.3.74 X X -base64@0.21.7 X X -base64@0.22.1 X X -base64ct@1.6.0 X X -bitflags@2.6.0 X X -block-buffer@0.10.4 X X -block-padding@0.3.3 X X -bumpalo@3.16.0 X X -byteorder@1.5.0 X X -bytes@1.9.0 X -cbc@0.1.2 X X -cc@1.2.7 X X -cfg-if@1.0.0 X X -chrono@0.4.39 X X -cipher@0.4.4 X X -clap@4.5.24 X X -clap_builder@4.5.24 X X -clap_derive@4.5.24 X X -clap_lex@0.7.4 X X -colorchoice@1.0.3 X X -console@0.15.10 X -const-oid@0.9.6 X X -core-foundation-sys@0.8.7 X X -cpufeatures@0.2.16 X X -crc32c@0.6.8 X X -crypto-common@0.1.6 X X -der@0.7.9 X X -deranged@0.3.11 X X -digest@0.10.7 X X -dirs@5.0.1 X X -dirs-sys@0.4.1 X X -displaydoc@0.2.5 X X -encode_unicode@1.0.0 X X -equivalent@1.0.1 X X -fastrand@2.3.0 X X -fnv@1.0.7 X X -form_urlencoded@1.2.1 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-executor@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-util@0.3.31 X X -generic-array@0.14.7 X -getrandom@0.2.15 X X -gimli@0.31.1 X X -gloo-timers@0.3.0 X X -hashbrown@0.15.2 X X -heck@0.5.0 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.2.0 X X -http-body@1.0.1 X -http-body-util@0.1.2 X -httparse@1.9.5 X X -humansize@2.1.3 X X -humantime@2.1.0 X X -humantime-serde@1.1.1 X X -hyper@1.5.2 X -hyper-rustls@0.27.5 X X X -hyper-util@0.1.10 X -iana-time-zone@0.1.61 X X -iana-time-zone-haiku@0.1.2 X X -icu_collections@1.5.0 X -icu_locid@1.5.0 X -icu_locid_transform@1.5.0 X -icu_locid_transform_data@1.5.0 X -icu_normalizer@1.5.0 X -icu_normalizer_data@1.5.0 X -icu_properties@1.5.1 X -icu_properties_data@1.5.0 X -icu_provider@1.5.0 X -icu_provider_macros@1.5.0 X -idna@1.0.3 X X -idna_adapter@1.2.0 X X -indexmap@2.7.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 -itoa@1.0.14 X X -js-sys@0.3.76 X X -jsonwebtoken@9.3.0 X -lazy_static@1.5.0 X X -libc@0.2.169 X X -libm@0.2.11 X X -libredox@0.1.3 X -litemap@0.7.4 X -lock_api@0.4.12 X X -log@0.4.22 X X -md-5@0.10.6 X X -memchr@2.7.4 X X -mime@0.3.17 X X -miniz_oxide@0.8.2 X X X -mio@1.0.3 X -num-bigint@0.4.6 X X -num-bigint-dig@0.8.4 X X -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.7 X X -oli@0.41.15 X -once_cell@1.20.2 X X -opendal@0.51.1 X -option-ext@0.2.0 X -parking_lot@0.12.3 X X -parking_lot_core@0.9.10 X X -parse-size@1.1.0 X -pbkdf2@0.12.2 X X -pem@3.0.4 X -pem-rfc7468@0.7.0 X X -percent-encoding@2.3.1 X X -pin-project-lite@0.2.16 X X -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 -pollster@0.4.0 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.92 X X -quick-xml@0.35.0 X -quick-xml@0.36.2 X -quote@1.0.38 X X -rand@0.8.5 X X -rand_chacha@0.3.1 X X -rand_core@0.6.4 X X -redox_syscall@0.5.8 X -redox_users@0.4.6 X -reqsign@0.16.1 X -reqwest@0.12.12 X X -ring@0.17.8 X -rsa@0.9.7 X X -rustc-demangle@0.1.24 X X -rustc_version@0.4.1 X X -rustls@0.23.20 X X X -rustls-pemfile@2.2.0 X X X -rustls-pki-types@1.10.1 X X -rustls-webpki@0.102.8 X -ryu@1.0.18 X X -salsa20@0.10.2 X X -scopeguard@1.2.0 X X -scrypt@0.11.0 X X -semver@1.0.24 X X -serde@1.0.217 X X -serde_derive@1.0.217 X X -serde_json@1.0.135 X X -serde_spanned@0.6.8 X X -serde_urlencoded@0.7.1 X X -sha1@0.10.6 X X -sha2@0.10.8 X X -shlex@1.3.0 X X -signal-hook-registry@1.4.2 X X -signature@2.2.0 X X -simple_asn1@0.6.2 X -slab@0.4.9 X -smallvec@1.13.2 X X -socket2@0.5.8 X X -spin@0.9.8 X -spki@0.7.3 X X -stable_deref_trait@1.2.0 X X -strsim@0.11.1 X -subtle@2.6.1 X -syn@2.0.95 X X -sync_wrapper@1.0.2 X -synstructure@0.13.1 X -thiserror@1.0.69 X X -thiserror-impl@1.0.69 X X -time@0.3.37 X X -time-core@0.1.2 X X -time-macros@0.2.19 X X -tinystr@0.7.6 X -tokio@1.42.0 X -tokio-macros@2.4.0 X -tokio-rustls@0.26.1 X X -tokio-util@0.7.13 X -toml@0.8.19 X X -toml_datetime@0.6.8 X X -toml_edit@0.22.22 X X -tower@0.5.2 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.41 X -tracing-core@0.1.33 X -try-lock@0.2.5 X -typenum@1.17.0 X X -unicode-ident@1.0.14 X X X -unicode-width@0.2.0 X X -untrusted@0.9.0 X -url@2.5.4 X X -utf16_iter@1.0.5 X X -utf8_iter@1.0.4 X X -utf8parse@0.2.2 X X -uuid@1.11.0 X X -version_check@0.9.5 X X -want@0.3.1 X -wasi@0.11.0+wasi-snapshot-preview1 X X X -wasm-bindgen@0.2.99 X X -wasm-bindgen-backend@0.2.99 X X -wasm-bindgen-futures@0.4.49 X X -wasm-bindgen-macro@0.2.99 X X -wasm-bindgen-macro-support@0.2.99 X X -wasm-bindgen-shared@0.2.99 X X -wasm-streams@0.4.2 X X -web-sys@0.3.76 X X -web-time@1.1.0 X X -webpki-roots@0.26.7 X -windows-core@0.52.0 X X -windows-registry@0.2.0 X X -windows-result@0.2.0 X X -windows-strings@0.1.0 X X -windows-sys@0.48.0 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-targets@0.48.5 X X -windows-targets@0.52.6 X X -windows_aarch64_gnullvm@0.48.5 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_msvc@0.48.5 X X -windows_aarch64_msvc@0.52.6 X X -windows_i686_gnu@0.48.5 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_msvc@0.48.5 X X -windows_i686_msvc@0.52.6 X X -windows_x86_64_gnu@0.48.5 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnullvm@0.48.5 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_msvc@0.48.5 X X -windows_x86_64_msvc@0.52.6 X X -winnow@0.6.22 X -write16@1.0.0 X X -writeable@0.5.5 X -yoke@0.7.5 X -yoke-derive@0.7.5 X -zerocopy@0.7.35 X X X -zerocopy-derive@0.7.35 X X X -zerofrom@0.1.5 X -zerofrom-derive@0.1.5 X -zeroize@1.8.1 X X -zerovec@0.10.4 X -zerovec-derive@0.10.3 X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib +addr2line@0.24.2 X X +adler2@2.0.0 X X X +aes@0.8.4 X X +android-tzdata@0.1.1 X X +android_system_properties@0.1.5 X X +anstream@0.6.18 X X +anstyle@1.0.10 X X +anstyle-parse@0.2.6 X X +anstyle-query@1.1.2 X X +anstyle-wincon@3.0.6 X X +anyhow@1.0.95 X X +async-trait@0.1.85 X X +autocfg@1.4.0 X X +backon@1.3.0 X +backtrace@0.3.74 X X +base64@0.21.7 X X +base64@0.22.1 X X +base64ct@1.6.0 X X +bitflags@2.6.0 X X +block-buffer@0.10.4 X X +block-padding@0.3.3 X X +bumpalo@3.16.0 X X +byteorder@1.5.0 X X +bytes@1.9.0 X +cbc@0.1.2 X X +cc@1.2.7 X X +cfg-if@1.0.0 X X +chrono@0.4.39 X X +cipher@0.4.4 X X +clap@4.5.24 X X +clap_builder@4.5.24 X X +clap_derive@4.5.24 X X +clap_lex@0.7.4 X X +colorchoice@1.0.3 X X +console@0.15.10 X +const-oid@0.9.6 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.16 X X +crc32c@0.6.8 X X +crunchy@0.2.2 X +crypto-common@0.1.6 X X +der@0.7.9 X X +deranged@0.3.11 X X +digest@0.10.7 X X +dirs@5.0.1 X X +dirs-sys@0.4.1 X X +displaydoc@0.2.5 X X +dlv-list@0.5.2 X X +encode_unicode@1.0.0 X X +equivalent@1.0.1 X X +fastrand@2.3.0 X X +fnv@1.0.7 X X +form_urlencoded@1.2.1 X X +futures@0.3.31 X X +futures-channel@0.3.31 X X +futures-core@0.3.31 X X +futures-executor@0.3.31 X X +futures-io@0.3.31 X X +futures-macro@0.3.31 X X +futures-sink@0.3.31 X X +futures-task@0.3.31 X X +futures-util@0.3.31 X X +generic-array@0.14.7 X +getrandom@0.2.15 X X +gimli@0.31.1 X X +gloo-timers@0.3.0 X X +hashbrown@0.14.5 X X +hashbrown@0.15.2 X X +heck@0.5.0 X X +hex@0.4.3 X X +hmac@0.12.1 X X +home@0.5.11 X X +http@1.2.0 X X +http-body@1.0.1 X +http-body-util@0.1.2 X +httparse@1.9.5 X X +humansize@2.1.3 X X +humantime@2.1.0 X X +humantime-serde@1.1.1 X X +hyper@1.5.2 X +hyper-rustls@0.27.5 X X X +hyper-util@0.1.10 X +iana-time-zone@0.1.61 X X +iana-time-zone-haiku@0.1.2 X X +icu_collections@1.5.0 X +icu_locid@1.5.0 X +icu_locid_transform@1.5.0 X +icu_locid_transform_data@1.5.0 X +icu_normalizer@1.5.0 X +icu_normalizer_data@1.5.0 X +icu_properties@1.5.1 X +icu_properties_data@1.5.0 X +icu_provider@1.5.0 X +icu_provider_macros@1.5.0 X +idna@1.0.3 X X +idna_adapter@1.2.0 X X +indexmap@2.7.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 +itoa@1.0.14 X X +js-sys@0.3.76 X X +jsonwebtoken@9.3.0 X +lazy_static@1.5.0 X X +libc@0.2.169 X X +libm@0.2.11 X X +libredox@0.1.3 X +litemap@0.7.4 X +lock_api@0.4.12 X X +log@0.4.22 X X +md-5@0.10.6 X X +memchr@2.7.4 X X +mime@0.3.17 X X +miniz_oxide@0.8.2 X X X +mio@1.0.3 X +num-bigint@0.4.6 X X +num-bigint-dig@0.8.4 X X +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.7 X X +oli@0.41.16 X +once_cell@1.20.2 X X +opendal@0.51.2 X +option-ext@0.2.0 X +ordered-multimap@0.7.3 X +parking_lot@0.12.3 X X +parking_lot_core@0.9.10 X X +parse-size@1.1.0 X +pbkdf2@0.12.2 X X +pem@3.0.4 X +pem-rfc7468@0.7.0 X X +percent-encoding@2.3.1 X X +pin-project-lite@0.2.16 X X +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 +pollster@0.4.0 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.92 X X +quick-xml@0.35.0 X +quick-xml@0.36.2 X +quote@1.0.38 X X +rand@0.8.5 X X +rand_chacha@0.3.1 X X +rand_core@0.6.4 X X +redox_syscall@0.5.8 X +redox_users@0.4.6 X +reqsign@0.16.1 X +reqwest@0.12.12 X X +ring@0.17.8 X +rsa@0.9.7 X X +rust-ini@0.21.1 X +rustc-demangle@0.1.24 X X +rustc_version@0.4.1 X X +rustls@0.23.20 X X X +rustls-pemfile@2.2.0 X X X +rustls-pki-types@1.10.1 X X +rustls-webpki@0.102.8 X +ryu@1.0.18 X X +salsa20@0.10.2 X X +scopeguard@1.2.0 X X +scrypt@0.11.0 X X +semver@1.0.24 X X +serde@1.0.217 X X +serde_derive@1.0.217 X X +serde_json@1.0.135 X X +serde_spanned@0.6.8 X X +serde_urlencoded@0.7.1 X X +sha1@0.10.6 X X +sha2@0.10.8 X X +shlex@1.3.0 X X +signal-hook-registry@1.4.2 X X +signature@2.2.0 X X +simple_asn1@0.6.2 X +slab@0.4.9 X +smallvec@1.13.2 X X +socket2@0.5.8 X X +spin@0.9.8 X +spki@0.7.3 X X +stable_deref_trait@1.2.0 X X +strsim@0.11.1 X +subtle@2.6.1 X +syn@2.0.95 X X +sync_wrapper@1.0.2 X +synstructure@0.13.1 X +thiserror@1.0.69 X X +thiserror-impl@1.0.69 X X +time@0.3.37 X X +time-core@0.1.2 X X +time-macros@0.2.19 X X +tiny-keccak@2.0.2 X +tinystr@0.7.6 X +tokio@1.42.0 X +tokio-macros@2.4.0 X +tokio-rustls@0.26.1 X X +tokio-util@0.7.13 X +toml@0.8.19 X X +toml_datetime@0.6.8 X X +toml_edit@0.22.22 X X +tower@0.5.2 X +tower-layer@0.3.3 X +tower-service@0.3.3 X +tracing@0.1.41 X +tracing-core@0.1.33 X +trim-in-place@0.1.7 X +try-lock@0.2.5 X +typenum@1.17.0 X X +unicode-ident@1.0.14 X X X +unicode-width@0.2.0 X X +untrusted@0.9.0 X +url@2.5.4 X X +utf16_iter@1.0.5 X X +utf8_iter@1.0.4 X X +utf8parse@0.2.2 X X +uuid@1.11.0 X X +version_check@0.9.5 X X +want@0.3.1 X +wasi@0.11.0+wasi-snapshot-preview1 X X X +wasm-bindgen@0.2.99 X X +wasm-bindgen-backend@0.2.99 X X +wasm-bindgen-futures@0.4.49 X X +wasm-bindgen-macro@0.2.99 X X +wasm-bindgen-macro-support@0.2.99 X X +wasm-bindgen-shared@0.2.99 X X +wasm-streams@0.4.2 X X +web-sys@0.3.76 X X +web-time@1.1.0 X X +webpki-roots@0.26.7 X +windows-core@0.52.0 X X +windows-registry@0.2.0 X X +windows-result@0.2.0 X X +windows-strings@0.1.0 X X +windows-sys@0.48.0 X X +windows-sys@0.52.0 X X +windows-sys@0.59.0 X X +windows-targets@0.48.5 X X +windows-targets@0.52.6 X X +windows_aarch64_gnullvm@0.48.5 X X +windows_aarch64_gnullvm@0.52.6 X X +windows_aarch64_msvc@0.48.5 X X +windows_aarch64_msvc@0.52.6 X X +windows_i686_gnu@0.48.5 X X +windows_i686_gnu@0.52.6 X X +windows_i686_gnullvm@0.52.6 X X +windows_i686_msvc@0.48.5 X X +windows_i686_msvc@0.52.6 X X +windows_x86_64_gnu@0.48.5 X X +windows_x86_64_gnu@0.52.6 X X +windows_x86_64_gnullvm@0.48.5 X X +windows_x86_64_gnullvm@0.52.6 X X +windows_x86_64_msvc@0.48.5 X X +windows_x86_64_msvc@0.52.6 X X +winnow@0.6.22 X +write16@1.0.0 X X +writeable@0.5.5 X +yoke@0.7.5 X +yoke-derive@0.7.5 X +zerocopy@0.7.35 X X X +zerocopy-derive@0.7.35 X X X +zerofrom@0.1.5 X +zerofrom-derive@0.1.5 X +zeroize@1.8.1 X X +zerovec@0.10.4 X +zerovec-derive@0.10.3 X diff --git a/bindings/c/DEPENDENCIES.rust.tsv b/bindings/c/DEPENDENCIES.rust.tsv index 4c0b6bab84a2..f5eb836e4738 100644 --- a/bindings/c/DEPENDENCIES.rust.tsv +++ b/bindings/c/DEPENDENCIES.rust.tsv @@ -1,233 +1,219 @@ -crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib -addr2line@0.24.2 X X -adler2@2.0.0 X X X -aes@0.8.4 X X -android-tzdata@0.1.1 X X -android_system_properties@0.1.5 X X -anyhow@1.0.95 X X -async-trait@0.1.85 X X -atty@0.2.14 X -autocfg@1.4.0 X X -backon@1.3.0 X -backtrace@0.3.74 X X -base64@0.21.7 X X -base64@0.22.1 X X -base64ct@1.6.0 X X -bitflags@1.3.2 X X -bitflags@2.6.0 X X -block-buffer@0.10.4 X X -block-padding@0.3.3 X X -bumpalo@3.16.0 X X -byteorder@1.5.0 X X -bytes@1.9.0 X -cbc@0.1.2 X X -cbindgen@0.26.0 X -cc@1.2.7 X X -cfg-if@1.0.0 X X -chrono@0.4.39 X X -cipher@0.4.4 X X -clap@3.2.25 X X -clap_lex@0.2.4 X X -const-oid@0.9.6 X X -core-foundation-sys@0.8.7 X X -cpufeatures@0.2.16 X X -crc32c@0.6.8 X X -crypto-common@0.1.6 X X -der@0.7.9 X X -deranged@0.3.11 X X -digest@0.10.7 X X -displaydoc@0.2.5 X X -errno@0.3.10 X X -fastrand@2.3.0 X X -fnv@1.0.7 X X -form_urlencoded@1.2.1 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-util@0.3.31 X X -generic-array@0.14.7 X -getrandom@0.2.15 X X -gimli@0.31.1 X X -gloo-timers@0.3.0 X X -hashbrown@0.12.3 X X -heck@0.4.1 X X -hermit-abi@0.1.19 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.2.0 X X -http-body@1.0.1 X -http-body-util@0.1.2 X -httparse@1.9.5 X X -hyper@1.5.2 X -hyper-rustls@0.27.5 X X X -hyper-util@0.1.10 X -iana-time-zone@0.1.61 X X -iana-time-zone-haiku@0.1.2 X X -icu_collections@1.5.0 X -icu_locid@1.5.0 X -icu_locid_transform@1.5.0 X -icu_locid_transform_data@1.5.0 X -icu_normalizer@1.5.0 X -icu_normalizer_data@1.5.0 X -icu_properties@1.5.1 X -icu_properties_data@1.5.0 X -icu_provider@1.5.0 X -icu_provider_macros@1.5.0 X -idna@1.0.3 X X -idna_adapter@1.2.0 X X -indexmap@1.9.3 X X -inout@0.1.3 X X -ipnet@2.10.1 X X -itoa@1.0.14 X X -js-sys@0.3.76 X X -jsonwebtoken@9.3.0 X -lazy_static@1.5.0 X X -libc@0.2.169 X X -libm@0.2.11 X X -linux-raw-sys@0.4.15 X X X -litemap@0.7.4 X -log@0.4.22 X X -md-5@0.10.6 X X -memchr@2.7.4 X X -mime@0.3.17 X X -miniz_oxide@0.8.2 X X X -mio@1.0.3 X -num-bigint@0.4.6 X X -num-bigint-dig@0.8.4 X X -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 -object@0.36.7 X X -once_cell@1.20.2 X X -opendal@0.51.1 X -opendal-c@0.45.3 X -os_str_bytes@6.6.1 X X -pbkdf2@0.12.2 X X -pem@3.0.4 X -pem-rfc7468@0.7.0 X X -percent-encoding@2.3.1 X X -pin-project-lite@0.2.16 X X -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 -powerfmt@0.2.0 X X -ppv-lite86@0.2.20 X X -proc-macro2@1.0.92 X X -quick-xml@0.35.0 X -quick-xml@0.36.2 X -quote@1.0.38 X X -rand@0.8.5 X X -rand_chacha@0.3.1 X X -rand_core@0.6.4 X X -reqsign@0.16.1 X -reqwest@0.12.12 X X -ring@0.17.8 X -rsa@0.9.7 X X -rustc-demangle@0.1.24 X X -rustc_version@0.4.1 X X -rustix@0.38.43 X X X -rustls@0.23.20 X X X -rustls-pemfile@2.2.0 X X X -rustls-pki-types@1.10.1 X X -rustls-webpki@0.102.8 X -ryu@1.0.18 X X -salsa20@0.10.2 X X -scrypt@0.11.0 X X -semver@1.0.24 X X -serde@1.0.217 X X -serde_derive@1.0.217 X X -serde_json@1.0.135 X X -serde_urlencoded@0.7.1 X X -sha1@0.10.6 X X -sha2@0.10.8 X X -shlex@1.3.0 X X -signature@2.2.0 X X -simple_asn1@0.6.2 X -slab@0.4.9 X -smallvec@1.13.2 X X -socket2@0.5.8 X X -spin@0.9.8 X -spki@0.7.3 X X -stable_deref_trait@1.2.0 X X -strsim@0.10.0 X -subtle@2.6.1 X -syn@1.0.109 X X -syn@2.0.95 X X -sync_wrapper@1.0.2 X -synstructure@0.13.1 X -tempfile@3.15.0 X X -termcolor@1.4.1 X X -textwrap@0.16.1 X -thiserror@1.0.69 X X -thiserror-impl@1.0.69 X X -time@0.3.37 X X -time-core@0.1.2 X X -time-macros@0.2.19 X X -tinystr@0.7.6 X -tokio@1.42.0 X -tokio-macros@2.4.0 X -tokio-rustls@0.26.1 X X -tokio-util@0.7.13 X -toml@0.5.11 X X -tower@0.5.2 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.41 X -tracing-core@0.1.33 X -try-lock@0.2.5 X -typenum@1.17.0 X X -unicode-ident@1.0.14 X X X -untrusted@0.9.0 X -url@2.5.4 X X -utf16_iter@1.0.5 X X -utf8_iter@1.0.4 X X -uuid@1.11.0 X X -version_check@0.9.5 X X -want@0.3.1 X -wasi@0.11.0+wasi-snapshot-preview1 X X X -wasm-bindgen@0.2.99 X X -wasm-bindgen-backend@0.2.99 X X -wasm-bindgen-futures@0.4.49 X X -wasm-bindgen-macro@0.2.99 X X -wasm-bindgen-macro-support@0.2.99 X X -wasm-bindgen-shared@0.2.99 X X -wasm-streams@0.4.2 X X -web-sys@0.3.76 X X -webpki-roots@0.26.7 X -winapi@0.3.9 X X -winapi-i686-pc-windows-gnu@0.4.0 X X -winapi-util@0.1.9 X X -winapi-x86_64-pc-windows-gnu@0.4.0 X X -windows-core@0.52.0 X X -windows-registry@0.2.0 X X -windows-result@0.2.0 X X -windows-strings@0.1.0 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-targets@0.52.6 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_msvc@0.52.6 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_msvc@0.52.6 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_msvc@0.52.6 X X -write16@1.0.0 X X -writeable@0.5.5 X -yoke@0.7.5 X -yoke-derive@0.7.5 X -zerocopy@0.7.35 X X X -zerocopy-derive@0.7.35 X X X -zerofrom@0.1.5 X -zerofrom-derive@0.1.5 X -zeroize@1.8.1 X X -zerovec@0.10.4 X -zerovec-derive@0.10.3 X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-DFS-2016 Unlicense Zlib +addr2line@0.24.2 X X +adler2@2.0.0 X X X +aes@0.8.4 X X +android-tzdata@0.1.1 X X +android_system_properties@0.1.5 X X +anyhow@1.0.89 X X +async-trait@0.1.83 X X +atty@0.2.14 X +autocfg@1.4.0 X X +backon@1.2.0 X +backtrace@0.3.74 X X +base64@0.21.7 X X +base64@0.22.1 X X +base64ct@1.6.0 X X +bitflags@1.3.2 X X +bitflags@2.6.0 X X +block-buffer@0.10.4 X X +block-padding@0.3.3 X X +bumpalo@3.16.0 X X +byteorder@1.5.0 X X +bytes@1.7.2 X +cbc@0.1.2 X X +cbindgen@0.26.0 X +cc@1.1.25 X X +cfg-if@1.0.0 X X +chrono@0.4.38 X X +cipher@0.4.4 X X +clap@3.2.25 X X +clap_lex@0.2.4 X X +const-oid@0.9.6 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.14 X X +crc32c@0.6.8 X X +crunchy@0.2.2 X +crypto-common@0.1.6 X X +der@0.7.9 X X +deranged@0.3.11 X X +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 +fnv@1.0.7 X X +form_urlencoded@1.2.1 X X +futures@0.3.31 X X +futures-channel@0.3.31 X X +futures-core@0.3.31 X X +futures-io@0.3.31 X X +futures-macro@0.3.31 X X +futures-sink@0.3.31 X X +futures-task@0.3.31 X X +futures-util@0.3.31 X X +generic-array@0.14.7 X +getrandom@0.2.15 X X +gimli@0.31.1 X X +gloo-timers@0.3.0 X X +hashbrown@0.12.3 X X +hashbrown@0.14.5 X X +heck@0.4.1 X X +hermit-abi@0.1.19 X X +hermit-abi@0.3.9 X X +hex@0.4.3 X X +hmac@0.12.1 X X +home@0.5.9 X X +http@1.1.0 X X +http-body@1.0.1 X +http-body-util@0.1.2 X +httparse@1.9.5 X X +hyper@1.4.1 X +hyper-rustls@0.27.3 X X X +hyper-util@0.1.9 X +iana-time-zone@0.1.61 X X +iana-time-zone-haiku@0.1.2 X X +idna@0.5.0 X X +indexmap@1.9.3 X X +inout@0.1.3 X X +ipnet@2.10.1 X X +itoa@1.0.11 X X +js-sys@0.3.70 X X +jsonwebtoken@9.3.0 X +lazy_static@1.5.0 X X +libc@0.2.159 X X +libm@0.2.8 X X +linux-raw-sys@0.4.14 X X X +log@0.4.22 X X +md-5@0.10.6 X X +memchr@2.7.4 X X +mime@0.3.17 X X +miniz_oxide@0.8.0 X X X +mio@1.0.2 X +num-bigint@0.4.6 X X +num-bigint-dig@0.8.4 X X +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 +object@0.36.5 X X +once_cell@1.20.1 X X +opendal@0.51.2 X +opendal-c@0.0.0 X +ordered-multimap@0.7.3 X +os_str_bytes@6.6.1 X X +pbkdf2@0.12.2 X X +pem@3.0.4 X +pem-rfc7468@0.7.0 X X +percent-encoding@2.3.1 X X +pin-project-lite@0.2.14 X X +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 +powerfmt@0.2.0 X X +ppv-lite86@0.2.20 X X +proc-macro2@1.0.86 X X +quick-xml@0.35.0 X +quick-xml@0.36.2 X +quote@1.0.37 X X +rand@0.8.5 X X +rand_chacha@0.3.1 X X +rand_core@0.6.4 X X +reqsign@0.16.1 X +reqwest@0.12.8 X X +ring@0.17.8 X +rsa@0.9.6 X X +rust-ini@0.21.1 X +rustc-demangle@0.1.24 X X +rustc_version@0.4.1 X X +rustix@0.38.37 X X X +rustls@0.23.14 X X X +rustls-pemfile@2.2.0 X X X +rustls-pki-types@1.9.0 X X +rustls-webpki@0.102.8 X +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_json@1.0.128 X X +serde_urlencoded@0.7.1 X X +sha1@0.10.6 X X +sha2@0.10.8 X X +shlex@1.3.0 X X +signature@2.2.0 X X +simple_asn1@0.6.2 X +slab@0.4.9 X +smallvec@1.13.2 X X +socket2@0.5.7 X X +spin@0.9.8 X +spki@0.7.3 X X +strsim@0.10.0 X +subtle@2.6.1 X +syn@1.0.109 X X +syn@2.0.79 X X +sync_wrapper@1.0.1 X +tempfile@3.13.0 X X +termcolor@1.4.1 X X +textwrap@0.16.1 X +thiserror@1.0.64 X X +thiserror-impl@1.0.64 X X +time@0.3.36 X X +time-core@0.1.2 X X +time-macros@0.2.18 X X +tiny-keccak@2.0.2 X +tinyvec@1.8.0 X X X +tinyvec_macros@0.1.1 X X X +tokio@1.40.0 X +tokio-macros@2.4.0 X +tokio-rustls@0.26.0 X X +tokio-util@0.7.12 X +toml@0.5.11 X X +tower-service@0.3.3 X +tracing@0.1.40 X +tracing-core@0.1.32 X +trim-in-place@0.1.7 X +try-lock@0.2.5 X +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 +untrusted@0.9.0 X +url@2.5.2 X X +uuid@1.10.0 X X +version_check@0.9.5 X X +want@0.3.1 X +wasi@0.11.0+wasi-snapshot-preview1 X X X +wasm-bindgen@0.2.93 X X +wasm-bindgen-backend@0.2.93 X X +wasm-bindgen-futures@0.4.43 X X +wasm-bindgen-macro@0.2.93 X X +wasm-bindgen-macro-support@0.2.93 X X +wasm-bindgen-shared@0.2.93 X X +wasm-streams@0.4.1 X X +web-sys@0.3.70 X X +webpki-roots@0.26.6 X +winapi@0.3.9 X X +winapi-i686-pc-windows-gnu@0.4.0 X X +winapi-util@0.1.9 X X +winapi-x86_64-pc-windows-gnu@0.4.0 X X +windows-core@0.52.0 X X +windows-registry@0.2.0 X X +windows-result@0.2.0 X X +windows-strings@0.1.0 X X +windows-sys@0.52.0 X X +windows-sys@0.59.0 X X +windows-targets@0.52.6 X X +windows_aarch64_gnullvm@0.52.6 X X +windows_aarch64_msvc@0.52.6 X X +windows_i686_gnu@0.52.6 X X +windows_i686_gnullvm@0.52.6 X X +windows_i686_msvc@0.52.6 X X +windows_x86_64_gnu@0.52.6 X X +windows_x86_64_gnullvm@0.52.6 X X +windows_x86_64_msvc@0.52.6 X X +zerocopy@0.7.35 X X X +zerocopy-derive@0.7.35 X X X +zeroize@1.8.1 X X diff --git a/bindings/cpp/DEPENDENCIES.rust.tsv b/bindings/cpp/DEPENDENCIES.rust.tsv index d030273deac0..5938573e9299 100644 --- a/bindings/cpp/DEPENDENCIES.rust.tsv +++ b/bindings/cpp/DEPENDENCIES.rust.tsv @@ -1,220 +1,229 @@ -crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib -addr2line@0.24.2 X X -adler2@2.0.0 X X X -aes@0.8.4 X X -android-tzdata@0.1.1 X X -android_system_properties@0.1.5 X X -anyhow@1.0.95 X X -async-trait@0.1.85 X X -autocfg@1.4.0 X X -backon@1.3.0 X -backtrace@0.3.74 X X -base64@0.21.7 X X -base64@0.22.1 X X -base64ct@1.6.0 X X -block-buffer@0.10.4 X X -block-padding@0.3.3 X X -bumpalo@3.16.0 X X -byteorder@1.5.0 X X -bytes@1.9.0 X -cbc@0.1.2 X X -cc@1.2.7 X X -cfg-if@1.0.0 X X -chrono@0.4.39 X X -cipher@0.4.4 X X -codespan-reporting@0.11.1 X -const-oid@0.9.6 X X -core-foundation-sys@0.8.7 X X -cpufeatures@0.2.16 X X -crc32c@0.6.8 X X -crypto-common@0.1.6 X X -cxx@1.0.136 X X -cxx-build@1.0.136 X X -cxxbridge-flags@1.0.136 X X -cxxbridge-macro@1.0.136 X X -der@0.7.9 X X -deranged@0.3.11 X X -digest@0.10.7 X X -displaydoc@0.2.5 X X -fastrand@2.3.0 X X -fnv@1.0.7 X X -foldhash@0.1.4 X -form_urlencoded@1.2.1 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-util@0.3.31 X X -generic-array@0.14.7 X -getrandom@0.2.15 X X -gimli@0.31.1 X X -gloo-timers@0.3.0 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.2.0 X X -http-body@1.0.1 X -http-body-util@0.1.2 X -httparse@1.9.5 X X -hyper@1.5.2 X -hyper-rustls@0.27.5 X X X -hyper-util@0.1.10 X -iana-time-zone@0.1.61 X X -iana-time-zone-haiku@0.1.2 X X -icu_collections@1.5.0 X -icu_locid@1.5.0 X -icu_locid_transform@1.5.0 X -icu_locid_transform_data@1.5.0 X -icu_normalizer@1.5.0 X -icu_normalizer_data@1.5.0 X -icu_properties@1.5.1 X -icu_properties_data@1.5.0 X -icu_provider@1.5.0 X -icu_provider_macros@1.5.0 X -idna@1.0.3 X X -idna_adapter@1.2.0 X X -inout@0.1.3 X X -ipnet@2.10.1 X X -itoa@1.0.14 X X -js-sys@0.3.76 X X -jsonwebtoken@9.3.0 X -lazy_static@1.5.0 X X -libc@0.2.169 X X -libm@0.2.11 X X -link-cplusplus@1.0.9 X X -litemap@0.7.4 X -log@0.4.22 X X -md-5@0.10.6 X X -memchr@2.7.4 X X -mime@0.3.17 X X -miniz_oxide@0.8.2 X X X -mio@1.0.3 X -num-bigint@0.4.6 X X -num-bigint-dig@0.8.4 X X -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 -object@0.36.7 X X -once_cell@1.20.2 X X -opendal@0.51.1 X -opendal-cpp@0.45.15 X -pbkdf2@0.12.2 X X -pem@3.0.4 X -pem-rfc7468@0.7.0 X X -percent-encoding@2.3.1 X X -pin-project-lite@0.2.16 X X -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 -powerfmt@0.2.0 X X -ppv-lite86@0.2.20 X X -proc-macro2@1.0.92 X X -quick-xml@0.35.0 X -quick-xml@0.36.2 X -quote@1.0.38 X X -rand@0.8.5 X X -rand_chacha@0.3.1 X X -rand_core@0.6.4 X X -reqsign@0.16.1 X -reqwest@0.12.12 X X -ring@0.17.8 X -rsa@0.9.7 X X -rustc-demangle@0.1.24 X X -rustc_version@0.4.1 X X -rustls@0.23.20 X X X -rustls-pemfile@2.2.0 X X X -rustls-pki-types@1.10.1 X X -rustls-webpki@0.102.8 X -rustversion@1.0.19 X X -ryu@1.0.18 X X -salsa20@0.10.2 X X -scratch@1.0.7 X X -scrypt@0.11.0 X X -semver@1.0.24 X X -serde@1.0.217 X X -serde_derive@1.0.217 X X -serde_json@1.0.135 X X -serde_urlencoded@0.7.1 X X -sha1@0.10.6 X X -sha2@0.10.8 X X -shlex@1.3.0 X X -signature@2.2.0 X X -simple_asn1@0.6.2 X -slab@0.4.9 X -smallvec@1.13.2 X X -socket2@0.5.8 X X -spin@0.9.8 X -spki@0.7.3 X X -stable_deref_trait@1.2.0 X X -subtle@2.6.1 X -syn@2.0.95 X X -sync_wrapper@1.0.2 X -synstructure@0.13.1 X -termcolor@1.4.1 X X -thiserror@1.0.69 X X -thiserror-impl@1.0.69 X X -time@0.3.37 X X -time-core@0.1.2 X X -time-macros@0.2.19 X X -tinystr@0.7.6 X -tokio@1.42.0 X -tokio-rustls@0.26.1 X X -tokio-util@0.7.13 X -tower@0.5.2 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.41 X -tracing-core@0.1.33 X -try-lock@0.2.5 X -typenum@1.17.0 X X -unicode-ident@1.0.14 X X X -unicode-width@0.1.14 X X -untrusted@0.9.0 X -url@2.5.4 X X -utf16_iter@1.0.5 X X -utf8_iter@1.0.4 X X -uuid@1.11.0 X X -version_check@0.9.5 X X -want@0.3.1 X -wasi@0.11.0+wasi-snapshot-preview1 X X X -wasm-bindgen@0.2.99 X X -wasm-bindgen-backend@0.2.99 X X -wasm-bindgen-futures@0.4.49 X X -wasm-bindgen-macro@0.2.99 X X -wasm-bindgen-macro-support@0.2.99 X X -wasm-bindgen-shared@0.2.99 X X -wasm-streams@0.4.2 X X -web-sys@0.3.76 X X -webpki-roots@0.26.7 X -winapi-util@0.1.9 X X -windows-core@0.52.0 X X -windows-registry@0.2.0 X X -windows-result@0.2.0 X X -windows-strings@0.1.0 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-targets@0.52.6 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_msvc@0.52.6 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_msvc@0.52.6 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_msvc@0.52.6 X X -write16@1.0.0 X X -writeable@0.5.5 X -yoke@0.7.5 X -yoke-derive@0.7.5 X -zerocopy@0.7.35 X X X -zerocopy-derive@0.7.35 X X X -zerofrom@0.1.5 X -zerofrom-derive@0.1.5 X -zeroize@1.8.1 X X -zerovec@0.10.4 X -zerovec-derive@0.10.3 X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib +addr2line@0.24.2 X X +adler2@2.0.0 X X X +aes@0.8.4 X X +android-tzdata@0.1.1 X X +android_system_properties@0.1.5 X X +anyhow@1.0.95 X X +async-trait@0.1.85 X X +autocfg@1.4.0 X X +backon@1.3.0 X +backtrace@0.3.74 X X +base64@0.21.7 X X +base64@0.22.1 X X +base64ct@1.6.0 X X +block-buffer@0.10.4 X X +block-padding@0.3.3 X X +bumpalo@3.16.0 X X +byteorder@1.5.0 X X +bytes@1.9.0 X +cbc@0.1.2 X X +cc@1.2.10 X X +cfg-if@1.0.0 X X +chrono@0.4.39 X X +cipher@0.4.4 X X +codespan-reporting@0.11.1 X +const-oid@0.9.6 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.17 X X +crc32c@0.6.8 X X +crunchy@0.2.3 X +crypto-common@0.1.6 X X +cxx@1.0.137 X X +cxx-build@1.0.137 X X +cxxbridge-flags@1.0.137 X X +cxxbridge-macro@1.0.137 X X +der@0.7.9 X X +deranged@0.3.11 X X +digest@0.10.7 X X +displaydoc@0.2.5 X X +dlv-list@0.5.2 X X +fastrand@2.3.0 X X +fnv@1.0.7 X X +foldhash@0.1.4 X +form_urlencoded@1.2.1 X X +futures@0.3.31 X X +futures-channel@0.3.31 X X +futures-core@0.3.31 X X +futures-io@0.3.31 X X +futures-macro@0.3.31 X X +futures-sink@0.3.31 X X +futures-task@0.3.31 X X +futures-util@0.3.31 X X +generic-array@0.14.7 X +getrandom@0.2.15 X X +gimli@0.31.1 X X +gloo-timers@0.3.0 X X +hashbrown@0.14.5 X X +hex@0.4.3 X X +hmac@0.12.1 X X +home@0.5.11 X X +http@1.2.0 X X +http-body@1.0.1 X +http-body-util@0.1.2 X +httparse@1.9.5 X X +hyper@1.5.2 X +hyper-rustls@0.27.5 X X X +hyper-util@0.1.10 X +iana-time-zone@0.1.61 X X +iana-time-zone-haiku@0.1.2 X X +icu_collections@1.5.0 X +icu_locid@1.5.0 X +icu_locid_transform@1.5.0 X +icu_locid_transform_data@1.5.0 X +icu_normalizer@1.5.0 X +icu_normalizer_data@1.5.0 X +icu_properties@1.5.1 X +icu_properties_data@1.5.0 X +icu_provider@1.5.0 X +icu_provider_macros@1.5.0 X +idna@1.0.3 X X +idna_adapter@1.2.0 X X +inout@0.1.3 X X +ipnet@2.11.0 X X +itoa@1.0.14 X X +js-sys@0.3.77 X X +jsonwebtoken@9.3.0 X +lazy_static@1.5.0 X X +libc@0.2.169 X X +libm@0.2.11 X X +link-cplusplus@1.0.9 X X +litemap@0.7.4 X +log@0.4.25 X X +md-5@0.10.6 X X +memchr@2.7.4 X X +mime@0.3.17 X X +miniz_oxide@0.8.3 X X X +mio@1.0.3 X +num-bigint@0.4.6 X X +num-bigint-dig@0.8.4 X X +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 +object@0.36.7 X X +once_cell@1.20.2 X X +opendal@0.51.2 X +opendal-cpp@0.0.0 X +ordered-multimap@0.7.3 X +pbkdf2@0.12.2 X X +pem@3.0.4 X +pem-rfc7468@0.7.0 X X +percent-encoding@2.3.1 X X +pin-project-lite@0.2.16 X X +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 +powerfmt@0.2.0 X X +ppv-lite86@0.2.20 X X +proc-macro2@1.0.93 X X +quick-xml@0.35.0 X +quick-xml@0.36.2 X +quote@1.0.38 X X +rand@0.8.5 X X +rand_chacha@0.3.1 X X +rand_core@0.6.4 X X +reqsign@0.16.1 X +reqwest@0.12.12 X X +ring@0.17.8 X +rsa@0.9.7 X X +rust-ini@0.21.1 X +rustc-demangle@0.1.24 X X +rustc_version@0.4.1 X X +rustls@0.23.21 X X X +rustls-pemfile@2.2.0 X X X +rustls-pki-types@1.11.0 X X +rustls-webpki@0.102.8 X +rustversion@1.0.19 X X +ryu@1.0.18 X X +salsa20@0.10.2 X X +scratch@1.0.7 X X +scrypt@0.11.0 X X +semver@1.0.25 X X +serde@1.0.217 X X +serde_derive@1.0.217 X X +serde_json@1.0.137 X X +serde_urlencoded@0.7.1 X X +sha1@0.10.6 X X +sha2@0.10.8 X X +shlex@1.3.0 X X +signature@2.2.0 X X +simple_asn1@0.6.3 X +slab@0.4.9 X +smallvec@1.13.2 X X +socket2@0.5.8 X X +spin@0.9.8 X +spki@0.7.3 X X +stable_deref_trait@1.2.0 X X +subtle@2.6.1 X +syn@2.0.96 X X +sync_wrapper@1.0.2 X +synstructure@0.13.1 X +termcolor@1.4.1 X X +thiserror@2.0.11 X X +thiserror-impl@2.0.11 X X +time@0.3.37 X X +time-core@0.1.2 X X +time-macros@0.2.19 X X +tiny-keccak@2.0.2 X +tinystr@0.7.6 X +tokio@1.43.0 X +tokio-rustls@0.26.1 X X +tokio-util@0.7.13 X +tower@0.5.2 X +tower-layer@0.3.3 X +tower-service@0.3.3 X +tracing@0.1.41 X +tracing-core@0.1.33 X +trim-in-place@0.1.7 X +try-lock@0.2.5 X +typenum@1.17.0 X X +unicode-ident@1.0.15 X X X +unicode-width@0.1.14 X X +untrusted@0.9.0 X +url@2.5.4 X X +utf16_iter@1.0.5 X X +utf8_iter@1.0.4 X X +uuid@1.12.1 X X +version_check@0.9.5 X X +want@0.3.1 X +wasi@0.11.0+wasi-snapshot-preview1 X X X +wasm-bindgen@0.2.100 X X +wasm-bindgen-backend@0.2.100 X X +wasm-bindgen-futures@0.4.50 X X +wasm-bindgen-macro@0.2.100 X X +wasm-bindgen-macro-support@0.2.100 X X +wasm-bindgen-shared@0.2.100 X X +wasm-streams@0.4.2 X X +web-sys@0.3.77 X X +webpki-roots@0.26.7 X +winapi-util@0.1.9 X X +windows-core@0.52.0 X X +windows-registry@0.2.0 X X +windows-result@0.2.0 X X +windows-strings@0.1.0 X X +windows-sys@0.52.0 X X +windows-sys@0.59.0 X X +windows-targets@0.52.6 X X +windows_aarch64_gnullvm@0.52.6 X X +windows_aarch64_msvc@0.52.6 X X +windows_i686_gnu@0.52.6 X X +windows_i686_gnullvm@0.52.6 X X +windows_i686_msvc@0.52.6 X X +windows_x86_64_gnu@0.52.6 X X +windows_x86_64_gnullvm@0.52.6 X X +windows_x86_64_msvc@0.52.6 X X +write16@1.0.0 X X +writeable@0.5.5 X +yoke@0.7.5 X +yoke-derive@0.7.5 X +zerocopy@0.7.35 X X X +zerocopy-derive@0.7.35 X X X +zerofrom@0.1.5 X +zerofrom-derive@0.1.5 X +zeroize@1.8.1 X X +zerovec@0.10.4 X +zerovec-derive@0.10.3 X diff --git a/bindings/dotnet/DEPENDENCIES.rust.tsv b/bindings/dotnet/DEPENDENCIES.rust.tsv index 33deefb1f63f..c4d3b95a66b5 100644 --- a/bindings/dotnet/DEPENDENCIES.rust.tsv +++ b/bindings/dotnet/DEPENDENCIES.rust.tsv @@ -1,208 +1,218 @@ -crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib -addr2line@0.24.2 X X -adler2@2.0.0 X X X -aes@0.8.4 X X -android-tzdata@0.1.1 X X -android_system_properties@0.1.5 X X -anyhow@1.0.95 X X -async-trait@0.1.85 X X -autocfg@1.4.0 X X -backon@1.3.0 X -backtrace@0.3.74 X X -base64@0.21.7 X X -base64@0.22.1 X X -base64ct@1.6.0 X X -block-buffer@0.10.4 X X -block-padding@0.3.3 X X -bumpalo@3.16.0 X X -byteorder@1.5.0 X X -bytes@1.9.0 X -cbc@0.1.2 X X -cc@1.2.7 X X -cfg-if@1.0.0 X X -chrono@0.4.39 X X -cipher@0.4.4 X X -const-oid@0.9.6 X X -core-foundation-sys@0.8.7 X X -cpufeatures@0.2.16 X X -crc32c@0.6.8 X X -crypto-common@0.1.6 X X -der@0.7.9 X X -deranged@0.3.11 X X -digest@0.10.7 X X -displaydoc@0.2.5 X X -fastrand@2.3.0 X X -fnv@1.0.7 X X -form_urlencoded@1.2.1 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-util@0.3.31 X X -generic-array@0.14.7 X -getrandom@0.2.15 X X -gimli@0.31.1 X X -gloo-timers@0.3.0 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.2.0 X X -http-body@1.0.1 X -http-body-util@0.1.2 X -httparse@1.9.5 X X -hyper@1.5.2 X -hyper-rustls@0.27.5 X X X -hyper-util@0.1.10 X -iana-time-zone@0.1.61 X X -iana-time-zone-haiku@0.1.2 X X -icu_collections@1.5.0 X -icu_locid@1.5.0 X -icu_locid_transform@1.5.0 X -icu_locid_transform_data@1.5.0 X -icu_normalizer@1.5.0 X -icu_normalizer_data@1.5.0 X -icu_properties@1.5.1 X -icu_properties_data@1.5.0 X -icu_provider@1.5.0 X -icu_provider_macros@1.5.0 X -idna@1.0.3 X X -idna_adapter@1.2.0 X X -inout@0.1.3 X X -ipnet@2.10.1 X X -itoa@1.0.14 X X -js-sys@0.3.76 X X -jsonwebtoken@9.3.0 X -lazy_static@1.5.0 X X -libc@0.2.169 X X -libm@0.2.11 X X -litemap@0.7.4 X -log@0.4.22 X X -md-5@0.10.6 X X -memchr@2.7.4 X X -mime@0.3.17 X X -miniz_oxide@0.8.2 X X X -mio@1.0.3 X -num-bigint@0.4.6 X X -num-bigint-dig@0.8.4 X X -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 -object@0.36.7 X X -once_cell@1.20.2 X X -opendal@0.51.1 X -opendal-dotnet@0.1.13 X -pbkdf2@0.12.2 X X -pem@3.0.4 X -pem-rfc7468@0.7.0 X X -percent-encoding@2.3.1 X X -pin-project-lite@0.2.16 X X -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 -powerfmt@0.2.0 X X -ppv-lite86@0.2.20 X X -proc-macro2@1.0.92 X X -quick-xml@0.35.0 X -quick-xml@0.36.2 X -quote@1.0.38 X X -rand@0.8.5 X X -rand_chacha@0.3.1 X X -rand_core@0.6.4 X X -reqsign@0.16.1 X -reqwest@0.12.12 X X -ring@0.17.8 X -rsa@0.9.7 X X -rustc-demangle@0.1.24 X X -rustc_version@0.4.1 X X -rustls@0.23.20 X X X -rustls-pemfile@2.2.0 X X X -rustls-pki-types@1.10.1 X X -rustls-webpki@0.102.8 X -ryu@1.0.18 X X -salsa20@0.10.2 X X -scrypt@0.11.0 X X -semver@1.0.24 X X -serde@1.0.217 X X -serde_derive@1.0.217 X X -serde_json@1.0.135 X X -serde_urlencoded@0.7.1 X X -sha1@0.10.6 X X -sha2@0.10.8 X X -shlex@1.3.0 X X -signature@2.2.0 X X -simple_asn1@0.6.2 X -slab@0.4.9 X -smallvec@1.13.2 X X -socket2@0.5.8 X X -spin@0.9.8 X -spki@0.7.3 X X -stable_deref_trait@1.2.0 X X -subtle@2.6.1 X -syn@2.0.95 X X -sync_wrapper@1.0.2 X -synstructure@0.13.1 X -thiserror@1.0.69 X X -thiserror-impl@1.0.69 X X -time@0.3.37 X X -time-core@0.1.2 X X -time-macros@0.2.19 X X -tinystr@0.7.6 X -tokio@1.42.0 X -tokio-rustls@0.26.1 X X -tokio-util@0.7.13 X -tower@0.5.2 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.41 X -tracing-core@0.1.33 X -try-lock@0.2.5 X -typenum@1.17.0 X X -unicode-ident@1.0.14 X X X -untrusted@0.9.0 X -url@2.5.4 X X -utf16_iter@1.0.5 X X -utf8_iter@1.0.4 X X -uuid@1.11.0 X X -version_check@0.9.5 X X -want@0.3.1 X -wasi@0.11.0+wasi-snapshot-preview1 X X X -wasm-bindgen@0.2.99 X X -wasm-bindgen-backend@0.2.99 X X -wasm-bindgen-futures@0.4.49 X X -wasm-bindgen-macro@0.2.99 X X -wasm-bindgen-macro-support@0.2.99 X X -wasm-bindgen-shared@0.2.99 X X -wasm-streams@0.4.2 X X -web-sys@0.3.76 X X -webpki-roots@0.26.7 X -windows-core@0.52.0 X X -windows-registry@0.2.0 X X -windows-result@0.2.0 X X -windows-strings@0.1.0 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-targets@0.52.6 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_msvc@0.52.6 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_msvc@0.52.6 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_msvc@0.52.6 X X -write16@1.0.0 X X -writeable@0.5.5 X -yoke@0.7.5 X -yoke-derive@0.7.5 X -zerocopy@0.7.35 X X X -zerocopy-derive@0.7.35 X X X -zerofrom@0.1.5 X -zerofrom-derive@0.1.5 X -zeroize@1.8.1 X X -zerovec@0.10.4 X -zerovec-derive@0.10.3 X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib +addr2line@0.24.2 X X +adler2@2.0.0 X X X +aes@0.8.4 X X +android-tzdata@0.1.1 X X +android_system_properties@0.1.5 X X +anyhow@1.0.95 X X +async-trait@0.1.85 X X +autocfg@1.4.0 X X +backon@1.3.0 X +backtrace@0.3.74 X X +base64@0.21.7 X X +base64@0.22.1 X X +base64ct@1.6.0 X X +block-buffer@0.10.4 X X +block-padding@0.3.3 X X +bumpalo@3.16.0 X X +byteorder@1.5.0 X X +bytes@1.9.0 X +cbc@0.1.2 X X +cc@1.2.10 X X +cfg-if@1.0.0 X X +chrono@0.4.39 X X +cipher@0.4.4 X X +const-oid@0.9.6 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.17 X X +crc32c@0.6.8 X X +crunchy@0.2.3 X +crypto-common@0.1.6 X X +der@0.7.9 X X +deranged@0.3.11 X X +digest@0.10.7 X X +displaydoc@0.2.5 X X +dlv-list@0.5.2 X X +fastrand@2.3.0 X X +fnv@1.0.7 X X +form_urlencoded@1.2.1 X X +futures@0.3.31 X X +futures-channel@0.3.31 X X +futures-core@0.3.31 X X +futures-io@0.3.31 X X +futures-macro@0.3.31 X X +futures-sink@0.3.31 X X +futures-task@0.3.31 X X +futures-util@0.3.31 X X +generic-array@0.14.7 X +getrandom@0.2.15 X X +gimli@0.31.1 X X +gloo-timers@0.3.0 X X +hashbrown@0.14.5 X X +hex@0.4.3 X X +hmac@0.12.1 X X +home@0.5.11 X X +http@1.2.0 X X +http-body@1.0.1 X +http-body-util@0.1.2 X +httparse@1.9.5 X X +hyper@1.5.2 X +hyper-rustls@0.27.5 X X X +hyper-util@0.1.10 X +iana-time-zone@0.1.61 X X +iana-time-zone-haiku@0.1.2 X X +icu_collections@1.5.0 X +icu_locid@1.5.0 X +icu_locid_transform@1.5.0 X +icu_locid_transform_data@1.5.0 X +icu_normalizer@1.5.0 X +icu_normalizer_data@1.5.0 X +icu_properties@1.5.1 X +icu_properties_data@1.5.0 X +icu_provider@1.5.0 X +icu_provider_macros@1.5.0 X +idna@1.0.3 X X +idna_adapter@1.2.0 X X +inout@0.1.3 X X +ipnet@2.11.0 X X +itoa@1.0.14 X X +js-sys@0.3.77 X X +jsonwebtoken@9.3.0 X +lazy_static@1.5.0 X X +libc@0.2.169 X X +libm@0.2.11 X X +litemap@0.7.4 X +log@0.4.25 X X +md-5@0.10.6 X X +memchr@2.7.4 X X +mime@0.3.17 X X +miniz_oxide@0.8.3 X X X +mio@1.0.3 X +num-bigint@0.4.6 X X +num-bigint-dig@0.8.4 X X +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 +object@0.36.7 X X +once_cell@1.20.2 X X +opendal@0.51.2 X +opendal-dotnet@0.0.0 X +ordered-multimap@0.7.3 X +pbkdf2@0.12.2 X X +pem@3.0.4 X +pem-rfc7468@0.7.0 X X +percent-encoding@2.3.1 X X +pin-project-lite@0.2.16 X X +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 +powerfmt@0.2.0 X X +ppv-lite86@0.2.20 X X +proc-macro2@1.0.93 X X +quick-xml@0.35.0 X +quick-xml@0.36.2 X +quote@1.0.38 X X +rand@0.8.5 X X +rand_chacha@0.3.1 X X +rand_core@0.6.4 X X +reqsign@0.16.1 X +reqwest@0.12.12 X X +ring@0.17.8 X +rsa@0.9.7 X X +rust-ini@0.21.1 X +rustc-demangle@0.1.24 X X +rustc_version@0.4.1 X X +rustls@0.23.21 X X X +rustls-pemfile@2.2.0 X X X +rustls-pki-types@1.11.0 X X +rustls-webpki@0.102.8 X +rustversion@1.0.19 X X +ryu@1.0.18 X X +salsa20@0.10.2 X X +scrypt@0.11.0 X X +semver@1.0.25 X X +serde@1.0.217 X X +serde_derive@1.0.217 X X +serde_json@1.0.137 X X +serde_urlencoded@0.7.1 X X +sha1@0.10.6 X X +sha2@0.10.8 X X +shlex@1.3.0 X X +signature@2.2.0 X X +simple_asn1@0.6.3 X +slab@0.4.9 X +smallvec@1.13.2 X X +socket2@0.5.8 X X +spin@0.9.8 X +spki@0.7.3 X X +stable_deref_trait@1.2.0 X X +subtle@2.6.1 X +syn@2.0.96 X X +sync_wrapper@1.0.2 X +synstructure@0.13.1 X +thiserror@2.0.11 X X +thiserror-impl@2.0.11 X X +time@0.3.37 X X +time-core@0.1.2 X X +time-macros@0.2.19 X X +tiny-keccak@2.0.2 X +tinystr@0.7.6 X +tokio@1.43.0 X +tokio-rustls@0.26.1 X X +tokio-util@0.7.13 X +tower@0.5.2 X +tower-layer@0.3.3 X +tower-service@0.3.3 X +tracing@0.1.41 X +tracing-core@0.1.33 X +trim-in-place@0.1.7 X +try-lock@0.2.5 X +typenum@1.17.0 X X +unicode-ident@1.0.15 X X X +untrusted@0.9.0 X +url@2.5.4 X X +utf16_iter@1.0.5 X X +utf8_iter@1.0.4 X X +uuid@1.12.1 X X +version_check@0.9.5 X X +want@0.3.1 X +wasi@0.11.0+wasi-snapshot-preview1 X X X +wasm-bindgen@0.2.100 X X +wasm-bindgen-backend@0.2.100 X X +wasm-bindgen-futures@0.4.50 X X +wasm-bindgen-macro@0.2.100 X X +wasm-bindgen-macro-support@0.2.100 X X +wasm-bindgen-shared@0.2.100 X X +wasm-streams@0.4.2 X X +web-sys@0.3.77 X X +webpki-roots@0.26.7 X +windows-core@0.52.0 X X +windows-registry@0.2.0 X X +windows-result@0.2.0 X X +windows-strings@0.1.0 X X +windows-sys@0.52.0 X X +windows-sys@0.59.0 X X +windows-targets@0.52.6 X X +windows_aarch64_gnullvm@0.52.6 X X +windows_aarch64_msvc@0.52.6 X X +windows_i686_gnu@0.52.6 X X +windows_i686_gnullvm@0.52.6 X X +windows_i686_msvc@0.52.6 X X +windows_x86_64_gnu@0.52.6 X X +windows_x86_64_gnullvm@0.52.6 X X +windows_x86_64_msvc@0.52.6 X X +write16@1.0.0 X X +writeable@0.5.5 X +yoke@0.7.5 X +yoke-derive@0.7.5 X +zerocopy@0.7.35 X X X +zerocopy-derive@0.7.35 X X X +zerofrom@0.1.5 X +zerofrom-derive@0.1.5 X +zeroize@1.8.1 X X +zerovec@0.10.4 X +zerovec-derive@0.10.3 X diff --git a/bindings/haskell/DEPENDENCIES.rust.tsv b/bindings/haskell/DEPENDENCIES.rust.tsv index 1a3fea8f1917..f8bec7b024a7 100644 --- a/bindings/haskell/DEPENDENCIES.rust.tsv +++ b/bindings/haskell/DEPENDENCIES.rust.tsv @@ -1,208 +1,218 @@ -crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib -addr2line@0.24.2 X X -adler2@2.0.0 X X X -aes@0.8.4 X X -android-tzdata@0.1.1 X X -android_system_properties@0.1.5 X X -anyhow@1.0.95 X X -async-trait@0.1.85 X X -autocfg@1.4.0 X X -backon@1.3.0 X -backtrace@0.3.74 X X -base64@0.21.7 X X -base64@0.22.1 X X -base64ct@1.6.0 X X -block-buffer@0.10.4 X X -block-padding@0.3.3 X X -bumpalo@3.16.0 X X -byteorder@1.5.0 X X -bytes@1.9.0 X -cbc@0.1.2 X X -cc@1.2.7 X X -cfg-if@1.0.0 X X -chrono@0.4.39 X X -cipher@0.4.4 X X -const-oid@0.9.6 X X -core-foundation-sys@0.8.7 X X -cpufeatures@0.2.16 X X -crc32c@0.6.8 X X -crypto-common@0.1.6 X X -der@0.7.9 X X -deranged@0.3.11 X X -digest@0.10.7 X X -displaydoc@0.2.5 X X -fastrand@2.3.0 X X -fnv@1.0.7 X X -form_urlencoded@1.2.1 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-util@0.3.31 X X -generic-array@0.14.7 X -getrandom@0.2.15 X X -gimli@0.31.1 X X -gloo-timers@0.3.0 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.2.0 X X -http-body@1.0.1 X -http-body-util@0.1.2 X -httparse@1.9.5 X X -hyper@1.5.2 X -hyper-rustls@0.27.5 X X X -hyper-util@0.1.10 X -iana-time-zone@0.1.61 X X -iana-time-zone-haiku@0.1.2 X X -icu_collections@1.5.0 X -icu_locid@1.5.0 X -icu_locid_transform@1.5.0 X -icu_locid_transform_data@1.5.0 X -icu_normalizer@1.5.0 X -icu_normalizer_data@1.5.0 X -icu_properties@1.5.1 X -icu_properties_data@1.5.0 X -icu_provider@1.5.0 X -icu_provider_macros@1.5.0 X -idna@1.0.3 X X -idna_adapter@1.2.0 X X -inout@0.1.3 X X -ipnet@2.10.1 X X -itoa@1.0.14 X X -js-sys@0.3.76 X X -jsonwebtoken@9.3.0 X -lazy_static@1.5.0 X X -libc@0.2.169 X X -libm@0.2.11 X X -litemap@0.7.4 X -log@0.4.22 X X -md-5@0.10.6 X X -memchr@2.7.4 X X -mime@0.3.17 X X -miniz_oxide@0.8.2 X X X -mio@1.0.3 X -num-bigint@0.4.6 X X -num-bigint-dig@0.8.4 X X -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 -object@0.36.7 X X -once_cell@1.20.2 X X -opendal@0.51.1 X -opendal-hs@0.44.15 X -pbkdf2@0.12.2 X X -pem@3.0.4 X -pem-rfc7468@0.7.0 X X -percent-encoding@2.3.1 X X -pin-project-lite@0.2.16 X X -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 -powerfmt@0.2.0 X X -ppv-lite86@0.2.20 X X -proc-macro2@1.0.92 X X -quick-xml@0.35.0 X -quick-xml@0.36.2 X -quote@1.0.38 X X -rand@0.8.5 X X -rand_chacha@0.3.1 X X -rand_core@0.6.4 X X -reqsign@0.16.1 X -reqwest@0.12.12 X X -ring@0.17.8 X -rsa@0.9.7 X X -rustc-demangle@0.1.24 X X -rustc_version@0.4.1 X X -rustls@0.23.20 X X X -rustls-pemfile@2.2.0 X X X -rustls-pki-types@1.10.1 X X -rustls-webpki@0.102.8 X -ryu@1.0.18 X X -salsa20@0.10.2 X X -scrypt@0.11.0 X X -semver@1.0.24 X X -serde@1.0.217 X X -serde_derive@1.0.217 X X -serde_json@1.0.135 X X -serde_urlencoded@0.7.1 X X -sha1@0.10.6 X X -sha2@0.10.8 X X -shlex@1.3.0 X X -signature@2.2.0 X X -simple_asn1@0.6.2 X -slab@0.4.9 X -smallvec@1.13.2 X X -socket2@0.5.8 X X -spin@0.9.8 X -spki@0.7.3 X X -stable_deref_trait@1.2.0 X X -subtle@2.6.1 X -syn@2.0.95 X X -sync_wrapper@1.0.2 X -synstructure@0.13.1 X -thiserror@1.0.69 X X -thiserror-impl@1.0.69 X X -time@0.3.37 X X -time-core@0.1.2 X X -time-macros@0.2.19 X X -tinystr@0.7.6 X -tokio@1.42.0 X -tokio-rustls@0.26.1 X X -tokio-util@0.7.13 X -tower@0.5.2 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.41 X -tracing-core@0.1.33 X -try-lock@0.2.5 X -typenum@1.17.0 X X -unicode-ident@1.0.14 X X X -untrusted@0.9.0 X -url@2.5.4 X X -utf16_iter@1.0.5 X X -utf8_iter@1.0.4 X X -uuid@1.11.0 X X -version_check@0.9.5 X X -want@0.3.1 X -wasi@0.11.0+wasi-snapshot-preview1 X X X -wasm-bindgen@0.2.99 X X -wasm-bindgen-backend@0.2.99 X X -wasm-bindgen-futures@0.4.49 X X -wasm-bindgen-macro@0.2.99 X X -wasm-bindgen-macro-support@0.2.99 X X -wasm-bindgen-shared@0.2.99 X X -wasm-streams@0.4.2 X X -web-sys@0.3.76 X X -webpki-roots@0.26.7 X -windows-core@0.52.0 X X -windows-registry@0.2.0 X X -windows-result@0.2.0 X X -windows-strings@0.1.0 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-targets@0.52.6 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_msvc@0.52.6 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_msvc@0.52.6 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_msvc@0.52.6 X X -write16@1.0.0 X X -writeable@0.5.5 X -yoke@0.7.5 X -yoke-derive@0.7.5 X -zerocopy@0.7.35 X X X -zerocopy-derive@0.7.35 X X X -zerofrom@0.1.5 X -zerofrom-derive@0.1.5 X -zeroize@1.8.1 X X -zerovec@0.10.4 X -zerovec-derive@0.10.3 X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib +addr2line@0.24.2 X X +adler2@2.0.0 X X X +aes@0.8.4 X X +android-tzdata@0.1.1 X X +android_system_properties@0.1.5 X X +anyhow@1.0.95 X X +async-trait@0.1.85 X X +autocfg@1.4.0 X X +backon@1.3.0 X +backtrace@0.3.74 X X +base64@0.21.7 X X +base64@0.22.1 X X +base64ct@1.6.0 X X +block-buffer@0.10.4 X X +block-padding@0.3.3 X X +bumpalo@3.16.0 X X +byteorder@1.5.0 X X +bytes@1.9.0 X +cbc@0.1.2 X X +cc@1.2.10 X X +cfg-if@1.0.0 X X +chrono@0.4.39 X X +cipher@0.4.4 X X +const-oid@0.9.6 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.17 X X +crc32c@0.6.8 X X +crunchy@0.2.3 X +crypto-common@0.1.6 X X +der@0.7.9 X X +deranged@0.3.11 X X +digest@0.10.7 X X +displaydoc@0.2.5 X X +dlv-list@0.5.2 X X +fastrand@2.3.0 X X +fnv@1.0.7 X X +form_urlencoded@1.2.1 X X +futures@0.3.31 X X +futures-channel@0.3.31 X X +futures-core@0.3.31 X X +futures-io@0.3.31 X X +futures-macro@0.3.31 X X +futures-sink@0.3.31 X X +futures-task@0.3.31 X X +futures-util@0.3.31 X X +generic-array@0.14.7 X +getrandom@0.2.15 X X +gimli@0.31.1 X X +gloo-timers@0.3.0 X X +hashbrown@0.14.5 X X +hex@0.4.3 X X +hmac@0.12.1 X X +home@0.5.11 X X +http@1.2.0 X X +http-body@1.0.1 X +http-body-util@0.1.2 X +httparse@1.9.5 X X +hyper@1.5.2 X +hyper-rustls@0.27.5 X X X +hyper-util@0.1.10 X +iana-time-zone@0.1.61 X X +iana-time-zone-haiku@0.1.2 X X +icu_collections@1.5.0 X +icu_locid@1.5.0 X +icu_locid_transform@1.5.0 X +icu_locid_transform_data@1.5.0 X +icu_normalizer@1.5.0 X +icu_normalizer_data@1.5.0 X +icu_properties@1.5.1 X +icu_properties_data@1.5.0 X +icu_provider@1.5.0 X +icu_provider_macros@1.5.0 X +idna@1.0.3 X X +idna_adapter@1.2.0 X X +inout@0.1.3 X X +ipnet@2.11.0 X X +itoa@1.0.14 X X +js-sys@0.3.77 X X +jsonwebtoken@9.3.0 X +lazy_static@1.5.0 X X +libc@0.2.169 X X +libm@0.2.11 X X +litemap@0.7.4 X +log@0.4.25 X X +md-5@0.10.6 X X +memchr@2.7.4 X X +mime@0.3.17 X X +miniz_oxide@0.8.3 X X X +mio@1.0.3 X +num-bigint@0.4.6 X X +num-bigint-dig@0.8.4 X X +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 +object@0.36.7 X X +once_cell@1.20.2 X X +opendal@0.51.2 X +opendal-hs@0.0.0 X +ordered-multimap@0.7.3 X +pbkdf2@0.12.2 X X +pem@3.0.4 X +pem-rfc7468@0.7.0 X X +percent-encoding@2.3.1 X X +pin-project-lite@0.2.16 X X +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 +powerfmt@0.2.0 X X +ppv-lite86@0.2.20 X X +proc-macro2@1.0.93 X X +quick-xml@0.35.0 X +quick-xml@0.36.2 X +quote@1.0.38 X X +rand@0.8.5 X X +rand_chacha@0.3.1 X X +rand_core@0.6.4 X X +reqsign@0.16.1 X +reqwest@0.12.12 X X +ring@0.17.8 X +rsa@0.9.7 X X +rust-ini@0.21.1 X +rustc-demangle@0.1.24 X X +rustc_version@0.4.1 X X +rustls@0.23.21 X X X +rustls-pemfile@2.2.0 X X X +rustls-pki-types@1.11.0 X X +rustls-webpki@0.102.8 X +rustversion@1.0.19 X X +ryu@1.0.18 X X +salsa20@0.10.2 X X +scrypt@0.11.0 X X +semver@1.0.25 X X +serde@1.0.217 X X +serde_derive@1.0.217 X X +serde_json@1.0.137 X X +serde_urlencoded@0.7.1 X X +sha1@0.10.6 X X +sha2@0.10.8 X X +shlex@1.3.0 X X +signature@2.2.0 X X +simple_asn1@0.6.3 X +slab@0.4.9 X +smallvec@1.13.2 X X +socket2@0.5.8 X X +spin@0.9.8 X +spki@0.7.3 X X +stable_deref_trait@1.2.0 X X +subtle@2.6.1 X +syn@2.0.96 X X +sync_wrapper@1.0.2 X +synstructure@0.13.1 X +thiserror@2.0.11 X X +thiserror-impl@2.0.11 X X +time@0.3.37 X X +time-core@0.1.2 X X +time-macros@0.2.19 X X +tiny-keccak@2.0.2 X +tinystr@0.7.6 X +tokio@1.43.0 X +tokio-rustls@0.26.1 X X +tokio-util@0.7.13 X +tower@0.5.2 X +tower-layer@0.3.3 X +tower-service@0.3.3 X +tracing@0.1.41 X +tracing-core@0.1.33 X +trim-in-place@0.1.7 X +try-lock@0.2.5 X +typenum@1.17.0 X X +unicode-ident@1.0.15 X X X +untrusted@0.9.0 X +url@2.5.4 X X +utf16_iter@1.0.5 X X +utf8_iter@1.0.4 X X +uuid@1.12.1 X X +version_check@0.9.5 X X +want@0.3.1 X +wasi@0.11.0+wasi-snapshot-preview1 X X X +wasm-bindgen@0.2.100 X X +wasm-bindgen-backend@0.2.100 X X +wasm-bindgen-futures@0.4.50 X X +wasm-bindgen-macro@0.2.100 X X +wasm-bindgen-macro-support@0.2.100 X X +wasm-bindgen-shared@0.2.100 X X +wasm-streams@0.4.2 X X +web-sys@0.3.77 X X +webpki-roots@0.26.7 X +windows-core@0.52.0 X X +windows-registry@0.2.0 X X +windows-result@0.2.0 X X +windows-strings@0.1.0 X X +windows-sys@0.52.0 X X +windows-sys@0.59.0 X X +windows-targets@0.52.6 X X +windows_aarch64_gnullvm@0.52.6 X X +windows_aarch64_msvc@0.52.6 X X +windows_i686_gnu@0.52.6 X X +windows_i686_gnullvm@0.52.6 X X +windows_i686_msvc@0.52.6 X X +windows_x86_64_gnu@0.52.6 X X +windows_x86_64_gnullvm@0.52.6 X X +windows_x86_64_msvc@0.52.6 X X +write16@1.0.0 X X +writeable@0.5.5 X +yoke@0.7.5 X +yoke-derive@0.7.5 X +zerocopy@0.7.35 X X X +zerocopy-derive@0.7.35 X X X +zerofrom@0.1.5 X +zerofrom-derive@0.1.5 X +zeroize@1.8.1 X X +zerovec@0.10.4 X +zerovec-derive@0.10.3 X diff --git a/bindings/java/DEPENDENCIES.rust.tsv b/bindings/java/DEPENDENCIES.rust.tsv index 11225ea4df8f..33d84eaa42ea 100644 --- a/bindings/java/DEPENDENCIES.rust.tsv +++ b/bindings/java/DEPENDENCIES.rust.tsv @@ -1,261 +1,268 @@ -crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib -addr2line@0.24.2 X X -adler2@2.0.0 X X X -aes@0.8.4 X X -android-tzdata@0.1.1 X X -android_system_properties@0.1.5 X X -anyhow@1.0.95 X X -arc-swap@1.7.1 X X -async-trait@0.1.85 X X -autocfg@1.4.0 X X -awaitable@0.4.0 X -awaitable-error@0.1.0 X -backon@1.3.0 X -backtrace@0.3.74 X X -base64@0.21.7 X X -base64@0.22.1 X X -base64ct@1.6.0 X X -bb8@0.8.6 X -bitflags@2.6.0 X X -block-buffer@0.10.4 X X -block-padding@0.3.3 X X -bumpalo@3.16.0 X X -byteorder@1.5.0 X X -bytes@1.9.0 X -cbc@0.1.2 X X -cc@1.2.7 X X -cesu8@1.1.0 X X -cfg-if@1.0.0 X X -chrono@0.4.39 X X -cipher@0.4.4 X X -combine@4.6.7 X -concurrent_arena@0.1.10 X -const-oid@0.9.6 X X -core-foundation-sys@0.8.7 X X -cpufeatures@0.2.16 X X -crc32c@0.6.8 X X -crypto-common@0.1.6 X X -der@0.7.9 X X -deranged@0.3.11 X X -derive_destructure2@0.1.3 X X -digest@0.10.7 X X -displaydoc@0.2.5 X X -errno@0.3.10 X X -fastrand@2.3.0 X X -fnv@1.0.7 X X -form_urlencoded@1.2.1 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-util@0.3.31 X X -generic-array@0.14.7 X -getrandom@0.2.15 X X -gimli@0.31.1 X X -gloo-timers@0.3.0 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.2.0 X X -http-body@1.0.1 X -http-body-util@0.1.2 X -httparse@1.9.5 X X -hyper@1.5.2 X -hyper-rustls@0.27.5 X X X -hyper-util@0.1.10 X -iana-time-zone@0.1.61 X X -iana-time-zone-haiku@0.1.2 X X -icu_collections@1.5.0 X -icu_locid@1.5.0 X -icu_locid_transform@1.5.0 X -icu_locid_transform_data@1.5.0 X -icu_normalizer@1.5.0 X -icu_normalizer_data@1.5.0 X -icu_properties@1.5.1 X -icu_properties_data@1.5.0 X -icu_provider@1.5.0 X -icu_provider_macros@1.5.0 X -idna@1.0.3 X X -idna_adapter@1.2.0 X X -inout@0.1.3 X X -ipnet@2.10.1 X X -itoa@1.0.14 X X -jni@0.21.1 X X -jni-sys@0.3.0 X X -js-sys@0.3.76 X X -jsonwebtoken@9.3.0 X -lazy_static@1.5.0 X X -libc@0.2.169 X X -libm@0.2.11 X X -linux-raw-sys@0.4.15 X X X -litemap@0.7.4 X -lock_api@0.4.12 X X -log@0.4.22 X X -md-5@0.10.6 X X -memchr@2.7.4 X X -mime@0.3.17 X X -miniz_oxide@0.8.2 X X X -mio@1.0.3 X -num-bigint@0.4.6 X X -num-bigint-dig@0.8.4 X X -num-conv@0.1.0 X X -num-derive@0.4.2 X X -num-integer@0.1.46 X X -num-iter@0.1.45 X X -num-traits@0.2.19 X X -object@0.36.7 X X -once_cell@1.20.2 X X -opendal@0.51.1 X -opendal-java@0.47.7 X -openssh@0.11.4 X 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.1 X -openssh-sftp-protocol-error@0.1.1 X -parking_lot@0.12.3 X X -parking_lot_core@0.9.10 X X -pbkdf2@0.12.2 X X -pem@3.0.4 X -pem-rfc7468@0.7.0 X X -percent-encoding@2.3.1 X X -pin-project@1.1.8 X X -pin-project-internal@1.1.8 X X -pin-project-lite@0.2.16 X X -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 -powerfmt@0.2.0 X X -ppv-lite86@0.2.20 X X -proc-macro2@1.0.92 X X -quick-xml@0.35.0 X -quick-xml@0.36.2 X -quote@1.0.38 X X -rand@0.8.5 X X -rand_chacha@0.3.1 X X -rand_core@0.6.4 X X -redox_syscall@0.5.8 X -reqsign@0.16.1 X -reqwest@0.12.12 X X -ring@0.17.8 X -rsa@0.9.7 X X -rustc-demangle@0.1.24 X X -rustc_version@0.4.1 X X -rustix@0.38.43 X X X -rustls@0.23.20 X X X -rustls-pemfile@2.2.0 X X X -rustls-pki-types@1.10.1 X X -rustls-webpki@0.102.8 X -ryu@1.0.18 X X -salsa20@0.10.2 X X -same-file@1.0.6 X X -scopeguard@1.2.0 X X -scrypt@0.11.0 X X -semver@1.0.24 X X -serde@1.0.217 X X -serde_derive@1.0.217 X X -serde_json@1.0.135 X X -serde_urlencoded@0.7.1 X X -sha1@0.10.6 X X -sha2@0.10.8 X X -shell-escape@0.1.5 X X -shlex@1.3.0 X X -signal-hook-registry@1.4.2 X X -signature@2.2.0 X X -simple_asn1@0.6.2 X -slab@0.4.9 X -smallvec@1.13.2 X X -socket2@0.5.8 X X -spin@0.9.8 X -spki@0.7.3 X X -ssh_format@0.14.1 X -ssh_format_error@0.1.0 X -stable_deref_trait@1.2.0 X X -subtle@2.6.1 X -syn@2.0.95 X X -sync_wrapper@1.0.2 X -synstructure@0.13.1 X -tempfile@3.15.0 X X -thin-vec@0.2.13 X X -thiserror@1.0.69 X X -thiserror@2.0.9 X X -thiserror-impl@1.0.69 X X -thiserror-impl@2.0.9 X X -time@0.3.37 X X -time-core@0.1.2 X X -time-macros@0.2.19 X X -tinystr@0.7.6 X -tokio@1.42.0 X -tokio-io-utility@0.7.6 X -tokio-macros@2.4.0 X -tokio-rustls@0.26.1 X X -tokio-util@0.7.13 X -tower@0.5.2 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.41 X -tracing-attributes@0.1.28 X -tracing-core@0.1.33 X -triomphe@0.1.14 X X -try-lock@0.2.5 X -typenum@1.17.0 X X -unicode-ident@1.0.14 X X X -untrusted@0.9.0 X -url@2.5.4 X X -utf16_iter@1.0.5 X X -utf8_iter@1.0.4 X X -uuid@1.11.0 X X -vec-strings@0.4.8 X -version_check@0.9.5 X X -walkdir@2.5.0 X X -want@0.3.1 X -wasi@0.11.0+wasi-snapshot-preview1 X X X -wasm-bindgen@0.2.99 X X -wasm-bindgen-backend@0.2.99 X X -wasm-bindgen-futures@0.4.49 X X -wasm-bindgen-macro@0.2.99 X X -wasm-bindgen-macro-support@0.2.99 X X -wasm-bindgen-shared@0.2.99 X X -wasm-streams@0.4.2 X X -web-sys@0.3.76 X X -webpki-roots@0.26.7 X -winapi-util@0.1.9 X X -windows-core@0.52.0 X X -windows-registry@0.2.0 X X -windows-result@0.2.0 X X -windows-strings@0.1.0 X X -windows-sys@0.45.0 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-targets@0.42.2 X X -windows-targets@0.52.6 X X -windows_aarch64_gnullvm@0.42.2 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_msvc@0.42.2 X X -windows_aarch64_msvc@0.52.6 X X -windows_i686_gnu@0.42.2 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_msvc@0.42.2 X X -windows_i686_msvc@0.52.6 X X -windows_x86_64_gnu@0.42.2 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnullvm@0.42.2 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_msvc@0.42.2 X X -windows_x86_64_msvc@0.52.6 X X -write16@1.0.0 X X -writeable@0.5.5 X -yoke@0.7.5 X -yoke-derive@0.7.5 X -zerocopy@0.7.35 X X X -zerocopy-derive@0.7.35 X X X -zerofrom@0.1.5 X -zerofrom-derive@0.1.5 X -zeroize@1.8.1 X X -zerovec@0.10.4 X -zerovec-derive@0.10.3 X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib +addr2line@0.24.2 X X +adler2@2.0.0 X X X +aes@0.8.4 X X +android-tzdata@0.1.1 X X +android_system_properties@0.1.5 X X +anyhow@1.0.94 X X +arc-swap@1.7.1 X X +async-trait@0.1.83 X X +autocfg@1.4.0 X X +awaitable@0.4.0 X +awaitable-error@0.1.0 X +backon@1.3.0 X +backtrace@0.3.74 X X +base64@0.21.7 X X +base64@0.22.1 X X +base64ct@1.6.0 X X +bb8@0.8.6 X +bitflags@2.6.0 X X +block-buffer@0.10.4 X X +block-padding@0.3.3 X X +bumpalo@3.16.0 X X +byteorder@1.5.0 X X +bytes@1.9.0 X +cbc@0.1.2 X X +cc@1.2.4 X X +cesu8@1.1.0 X X +cfg-if@1.0.0 X X +chrono@0.4.39 X X +cipher@0.4.4 X X +combine@4.6.7 X +concurrent_arena@0.1.10 X +const-oid@0.9.6 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.16 X X +crc32c@0.6.8 X X +crunchy@0.2.2 X +crypto-common@0.1.6 X X +der@0.7.9 X X +deranged@0.3.11 X X +derive_destructure2@0.1.3 X X +digest@0.10.7 X X +displaydoc@0.2.5 X X +dlv-list@0.5.2 X X +errno@0.3.10 X X +fastrand@2.3.0 X X +fnv@1.0.7 X X +form_urlencoded@1.2.1 X X +futures@0.3.31 X X +futures-channel@0.3.31 X X +futures-core@0.3.31 X X +futures-io@0.3.31 X X +futures-macro@0.3.31 X X +futures-sink@0.3.31 X X +futures-task@0.3.31 X X +futures-util@0.3.31 X X +generic-array@0.14.7 X +getrandom@0.2.15 X X +gimli@0.31.1 X X +gloo-timers@0.3.0 X X +hashbrown@0.14.5 X X +hex@0.4.3 X X +hmac@0.12.1 X X +home@0.5.11 X X +http@1.2.0 X X +http-body@1.0.1 X +http-body-util@0.1.2 X +httparse@1.9.5 X X +hyper@1.5.2 X +hyper-rustls@0.27.4 X X X +hyper-util@0.1.10 X +iana-time-zone@0.1.61 X X +iana-time-zone-haiku@0.1.2 X X +icu_collections@1.5.0 X +icu_locid@1.5.0 X +icu_locid_transform@1.5.0 X +icu_locid_transform_data@1.5.0 X +icu_normalizer@1.5.0 X +icu_normalizer_data@1.5.0 X +icu_properties@1.5.1 X +icu_properties_data@1.5.0 X +icu_provider@1.5.0 X +icu_provider_macros@1.5.0 X +idna@1.0.3 X X +idna_adapter@1.2.0 X X +inout@0.1.3 X X +ipnet@2.10.1 X X +itoa@1.0.14 X X +jni@0.21.1 X X +jni-sys@0.3.0 X X +js-sys@0.3.76 X X +jsonwebtoken@9.3.0 X +lazy_static@1.5.0 X X +libc@0.2.169 X X +libm@0.2.11 X X +linux-raw-sys@0.4.14 X X X +litemap@0.7.4 X +lock_api@0.4.12 X X +log@0.4.22 X X +md-5@0.10.6 X X +memchr@2.7.4 X X +mime@0.3.17 X X +miniz_oxide@0.8.2 X X X +mio@1.0.3 X +num-bigint@0.4.6 X X +num-bigint-dig@0.8.4 X X +num-conv@0.1.0 X X +num-derive@0.4.2 X X +num-integer@0.1.46 X X +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.51.2 X +opendal-java@0.0.0 X +openssh@0.11.4 X 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.1 X +openssh-sftp-protocol-error@0.1.1 X +ordered-multimap@0.7.3 X +parking_lot@0.12.3 X X +parking_lot_core@0.9.10 X X +pbkdf2@0.12.2 X X +pem@3.0.4 X +pem-rfc7468@0.7.0 X X +percent-encoding@2.3.1 X X +pin-project@1.1.7 X X +pin-project-internal@1.1.7 X X +pin-project-lite@0.2.15 X X +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 +powerfmt@0.2.0 X X +ppv-lite86@0.2.20 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 +rand@0.8.5 X X +rand_chacha@0.3.1 X X +rand_core@0.6.4 X X +redox_syscall@0.5.8 X +reqsign@0.16.1 X +reqwest@0.12.9 X X +ring@0.17.8 X +rsa@0.9.7 X X +rust-ini@0.21.1 X +rustc-demangle@0.1.24 X X +rustc_version@0.4.1 X X +rustix@0.38.42 X X X +rustls@0.23.20 X X X +rustls-pemfile@2.2.0 X X X +rustls-pki-types@1.10.1 X X +rustls-webpki@0.102.8 X +ryu@1.0.18 X X +salsa20@0.10.2 X X +same-file@1.0.6 X X +scopeguard@1.2.0 X X +scrypt@0.11.0 X X +semver@1.0.24 X X +serde@1.0.216 X X +serde_derive@1.0.216 X X +serde_json@1.0.133 X X +serde_urlencoded@0.7.1 X X +sha1@0.10.6 X X +sha2@0.10.8 X X +shell-escape@0.1.5 X X +shlex@1.3.0 X X +signal-hook-registry@1.4.2 X X +signature@2.2.0 X X +simple_asn1@0.6.2 X +slab@0.4.9 X +smallvec@1.13.2 X X +socket2@0.5.8 X X +spin@0.9.8 X +spki@0.7.3 X X +ssh_format@0.14.1 X +ssh_format_error@0.1.0 X +stable_deref_trait@1.2.0 X X +subtle@2.6.1 X +syn@2.0.90 X X +sync_wrapper@1.0.2 X +synstructure@0.13.1 X +tempfile@3.14.0 X X +thin-vec@0.2.13 X X +thiserror@1.0.69 X X +thiserror@2.0.8 X X +thiserror-impl@1.0.69 X X +thiserror-impl@2.0.8 X X +time@0.3.37 X X +time-core@0.1.2 X X +time-macros@0.2.19 X X +tiny-keccak@2.0.2 X +tinystr@0.7.6 X +tokio@1.42.0 X +tokio-io-utility@0.7.6 X +tokio-macros@2.4.0 X +tokio-rustls@0.26.1 X X +tokio-util@0.7.13 X +tower-service@0.3.3 X +tracing@0.1.41 X +tracing-attributes@0.1.28 X +tracing-core@0.1.33 X +trim-in-place@0.1.7 X +triomphe@0.1.11 X X +try-lock@0.2.5 X +typenum@1.17.0 X X +unicode-ident@1.0.14 X X X +untrusted@0.9.0 X +url@2.5.4 X X +utf16_iter@1.0.5 X X +utf8_iter@1.0.4 X X +uuid@1.11.0 X X +vec-strings@0.4.8 X +version_check@0.9.5 X X +walkdir@2.5.0 X X +want@0.3.1 X +wasi@0.11.0+wasi-snapshot-preview1 X X X +wasm-bindgen@0.2.99 X X +wasm-bindgen-backend@0.2.99 X X +wasm-bindgen-futures@0.4.49 X X +wasm-bindgen-macro@0.2.99 X X +wasm-bindgen-macro-support@0.2.99 X X +wasm-bindgen-shared@0.2.99 X X +wasm-streams@0.4.2 X X +web-sys@0.3.76 X X +webpki-roots@0.26.7 X +winapi-util@0.1.9 X X +windows-core@0.52.0 X X +windows-registry@0.2.0 X X +windows-result@0.2.0 X X +windows-strings@0.1.0 X X +windows-sys@0.45.0 X X +windows-sys@0.52.0 X X +windows-sys@0.59.0 X X +windows-targets@0.42.2 X X +windows-targets@0.52.6 X X +windows_aarch64_gnullvm@0.42.2 X X +windows_aarch64_gnullvm@0.52.6 X X +windows_aarch64_msvc@0.42.2 X X +windows_aarch64_msvc@0.52.6 X X +windows_i686_gnu@0.42.2 X X +windows_i686_gnu@0.52.6 X X +windows_i686_gnullvm@0.52.6 X X +windows_i686_msvc@0.42.2 X X +windows_i686_msvc@0.52.6 X X +windows_x86_64_gnu@0.42.2 X X +windows_x86_64_gnu@0.52.6 X X +windows_x86_64_gnullvm@0.42.2 X X +windows_x86_64_gnullvm@0.52.6 X X +windows_x86_64_msvc@0.42.2 X X +windows_x86_64_msvc@0.52.6 X X +write16@1.0.0 X X +writeable@0.5.5 X +yoke@0.7.5 X +yoke-derive@0.7.5 X +zerocopy@0.7.35 X X X +zerocopy-derive@0.7.35 X X X +zerofrom@0.1.5 X +zerofrom-derive@0.1.5 X +zeroize@1.8.1 X X +zerovec@0.10.4 X +zerovec-derive@0.10.3 X diff --git a/bindings/java/pom.xml b/bindings/java/pom.xml index 0605ce71b677..8a79dc920501 100644 --- a/bindings/java/pom.xml +++ b/bindings/java/pom.xml @@ -32,7 +32,7 @@ org.apache.opendal opendal - 0.47.7 + 0.47.8 Apache OpenDALâ„¢ diff --git a/bindings/lua/DEPENDENCIES.rust.tsv b/bindings/lua/DEPENDENCIES.rust.tsv index 9d397aff5211..cf4caa611630 100644 --- a/bindings/lua/DEPENDENCIES.rust.tsv +++ b/bindings/lua/DEPENDENCIES.rust.tsv @@ -1,223 +1,233 @@ -crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib -addr2line@0.24.2 X X -adler2@2.0.0 X X X -aes@0.8.4 X X -aho-corasick@1.1.3 X X -android-tzdata@0.1.1 X X -android_system_properties@0.1.5 X X -anyhow@1.0.95 X X -async-trait@0.1.85 X X -autocfg@1.4.0 X X -backon@1.3.0 X -backtrace@0.3.74 X X -base64@0.21.7 X X -base64@0.22.1 X X -base64ct@1.6.0 X X -block-buffer@0.10.4 X X -block-padding@0.3.3 X X -bstr@1.11.3 X X -bumpalo@3.16.0 X X -byteorder@1.5.0 X X -bytes@1.9.0 X -cbc@0.1.2 X X -cc@1.2.7 X X -cfg-if@1.0.0 X X -chrono@0.4.39 X X -cipher@0.4.4 X X -const-oid@0.9.6 X X -core-foundation-sys@0.8.7 X X -cpufeatures@0.2.16 X X -crc32c@0.6.8 X X -crypto-common@0.1.6 X X -der@0.7.9 X X -deranged@0.3.11 X X -digest@0.10.7 X X -displaydoc@0.2.5 X X -either@1.13.0 X X -fastrand@2.3.0 X X -fnv@1.0.7 X X -form_urlencoded@1.2.1 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-util@0.3.31 X X -generic-array@0.14.7 X -getrandom@0.2.15 X X -gimli@0.31.1 X X -gloo-timers@0.3.0 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.2.0 X X -http-body@1.0.1 X -http-body-util@0.1.2 X -httparse@1.9.5 X X -hyper@1.5.2 X -hyper-rustls@0.27.5 X X X -hyper-util@0.1.10 X -iana-time-zone@0.1.61 X X -iana-time-zone-haiku@0.1.2 X X -icu_collections@1.5.0 X -icu_locid@1.5.0 X -icu_locid_transform@1.5.0 X -icu_locid_transform_data@1.5.0 X -icu_normalizer@1.5.0 X -icu_normalizer_data@1.5.0 X -icu_properties@1.5.1 X -icu_properties_data@1.5.0 X -icu_provider@1.5.0 X -icu_provider_macros@1.5.0 X -idna@1.0.3 X X -idna_adapter@1.2.0 X X -inout@0.1.3 X X -ipnet@2.10.1 X X -itertools@0.12.1 X X -itoa@1.0.14 X X -js-sys@0.3.76 X X -jsonwebtoken@9.3.0 X -lazy_static@1.5.0 X X -libc@0.2.169 X X -libm@0.2.11 X X -litemap@0.7.4 X -log@0.4.22 X X -md-5@0.10.6 X X -memchr@2.7.4 X X -mime@0.3.17 X X -miniz_oxide@0.8.2 X X X -mio@1.0.3 X -mlua@0.9.9 X -mlua-sys@0.6.6 X -mlua_derive@0.9.3 X -num-bigint@0.4.6 X X -num-bigint-dig@0.8.4 X X -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 -object@0.36.7 X X -once_cell@1.20.2 X X -opendal@0.51.1 X -opendal-lua@0.1.13 X -pbkdf2@0.12.2 X X -pem@3.0.4 X -pem-rfc7468@0.7.0 X X -percent-encoding@2.3.1 X X -pin-project-lite@0.2.16 X X -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 -pkg-config@0.3.31 X X -powerfmt@0.2.0 X X -ppv-lite86@0.2.20 X X -proc-macro-error@1.0.4 X X -proc-macro-error-attr@1.0.4 X X -proc-macro2@1.0.92 X X -quick-xml@0.35.0 X -quick-xml@0.36.2 X -quote@1.0.38 X X -rand@0.8.5 X X -rand_chacha@0.3.1 X X -rand_core@0.6.4 X X -regex@1.11.1 X X -regex-automata@0.4.9 X X -regex-syntax@0.8.5 X X -reqsign@0.16.1 X -reqwest@0.12.12 X X -ring@0.17.8 X -rsa@0.9.7 X X -rustc-demangle@0.1.24 X X -rustc-hash@2.1.0 X X -rustc_version@0.4.1 X X -rustls@0.23.20 X X X -rustls-pemfile@2.2.0 X X X -rustls-pki-types@1.10.1 X X -rustls-webpki@0.102.8 X -ryu@1.0.18 X X -salsa20@0.10.2 X X -scrypt@0.11.0 X X -semver@1.0.24 X X -serde@1.0.217 X X -serde_derive@1.0.217 X X -serde_json@1.0.135 X X -serde_urlencoded@0.7.1 X X -sha1@0.10.6 X X -sha2@0.10.8 X X -shlex@1.3.0 X X -signature@2.2.0 X X -simple_asn1@0.6.2 X -slab@0.4.9 X -smallvec@1.13.2 X X -socket2@0.5.8 X X -spin@0.9.8 X -spki@0.7.3 X X -stable_deref_trait@1.2.0 X X -subtle@2.6.1 X -syn@1.0.109 X X -syn@2.0.95 X X -sync_wrapper@1.0.2 X -synstructure@0.13.1 X -thiserror@1.0.69 X X -thiserror-impl@1.0.69 X X -time@0.3.37 X X -time-core@0.1.2 X X -time-macros@0.2.19 X X -tinystr@0.7.6 X -tokio@1.42.0 X -tokio-rustls@0.26.1 X X -tokio-util@0.7.13 X -tower@0.5.2 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.41 X -tracing-core@0.1.33 X -try-lock@0.2.5 X -typenum@1.17.0 X X -unicode-ident@1.0.14 X X X -untrusted@0.9.0 X -url@2.5.4 X X -utf16_iter@1.0.5 X X -utf8_iter@1.0.4 X X -uuid@1.11.0 X X -version_check@0.9.5 X X -want@0.3.1 X -wasi@0.11.0+wasi-snapshot-preview1 X X X -wasm-bindgen@0.2.99 X X -wasm-bindgen-backend@0.2.99 X X -wasm-bindgen-futures@0.4.49 X X -wasm-bindgen-macro@0.2.99 X X -wasm-bindgen-macro-support@0.2.99 X X -wasm-bindgen-shared@0.2.99 X X -wasm-streams@0.4.2 X X -web-sys@0.3.76 X X -webpki-roots@0.26.7 X -windows-core@0.52.0 X X -windows-registry@0.2.0 X X -windows-result@0.2.0 X X -windows-strings@0.1.0 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-targets@0.52.6 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_msvc@0.52.6 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_msvc@0.52.6 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_msvc@0.52.6 X X -write16@1.0.0 X X -writeable@0.5.5 X -yoke@0.7.5 X -yoke-derive@0.7.5 X -zerocopy@0.7.35 X X X -zerocopy-derive@0.7.35 X X X -zerofrom@0.1.5 X -zerofrom-derive@0.1.5 X -zeroize@1.8.1 X X -zerovec@0.10.4 X -zerovec-derive@0.10.3 X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib +addr2line@0.24.2 X X +adler2@2.0.0 X X X +aes@0.8.4 X X +aho-corasick@1.1.3 X X +android-tzdata@0.1.1 X X +android_system_properties@0.1.5 X X +anyhow@1.0.95 X X +async-trait@0.1.85 X X +autocfg@1.4.0 X X +backon@1.3.0 X +backtrace@0.3.74 X X +base64@0.21.7 X X +base64@0.22.1 X X +base64ct@1.6.0 X X +block-buffer@0.10.4 X X +block-padding@0.3.3 X X +bstr@1.11.3 X X +bumpalo@3.16.0 X X +byteorder@1.5.0 X X +bytes@1.9.0 X +cbc@0.1.2 X X +cc@1.2.10 X X +cfg-if@1.0.0 X X +chrono@0.4.39 X X +cipher@0.4.4 X X +const-oid@0.9.6 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.17 X X +crc32c@0.6.8 X X +crunchy@0.2.3 X +crypto-common@0.1.6 X X +der@0.7.9 X X +deranged@0.3.11 X X +digest@0.10.7 X X +displaydoc@0.2.5 X X +dlv-list@0.5.2 X X +either@1.13.0 X X +fastrand@2.3.0 X X +fnv@1.0.7 X X +form_urlencoded@1.2.1 X X +futures@0.3.31 X X +futures-channel@0.3.31 X X +futures-core@0.3.31 X X +futures-io@0.3.31 X X +futures-macro@0.3.31 X X +futures-sink@0.3.31 X X +futures-task@0.3.31 X X +futures-util@0.3.31 X X +generic-array@0.14.7 X +getrandom@0.2.15 X X +gimli@0.31.1 X X +gloo-timers@0.3.0 X X +hashbrown@0.14.5 X X +hex@0.4.3 X X +hmac@0.12.1 X X +home@0.5.11 X X +http@1.2.0 X X +http-body@1.0.1 X +http-body-util@0.1.2 X +httparse@1.9.5 X X +hyper@1.5.2 X +hyper-rustls@0.27.5 X X X +hyper-util@0.1.10 X +iana-time-zone@0.1.61 X X +iana-time-zone-haiku@0.1.2 X X +icu_collections@1.5.0 X +icu_locid@1.5.0 X +icu_locid_transform@1.5.0 X +icu_locid_transform_data@1.5.0 X +icu_normalizer@1.5.0 X +icu_normalizer_data@1.5.0 X +icu_properties@1.5.1 X +icu_properties_data@1.5.0 X +icu_provider@1.5.0 X +icu_provider_macros@1.5.0 X +idna@1.0.3 X X +idna_adapter@1.2.0 X X +inout@0.1.3 X X +ipnet@2.11.0 X X +itertools@0.12.1 X X +itoa@1.0.14 X X +js-sys@0.3.77 X X +jsonwebtoken@9.3.0 X +lazy_static@1.5.0 X X +libc@0.2.169 X X +libm@0.2.11 X X +litemap@0.7.4 X +log@0.4.25 X X +md-5@0.10.6 X X +memchr@2.7.4 X X +mime@0.3.17 X X +miniz_oxide@0.8.3 X X X +mio@1.0.3 X +mlua@0.9.9 X +mlua-sys@0.6.6 X +mlua_derive@0.9.3 X +num-bigint@0.4.6 X X +num-bigint-dig@0.8.4 X X +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 +object@0.36.7 X X +once_cell@1.20.2 X X +opendal@0.51.2 X +opendal-lua@0.0.0 X +ordered-multimap@0.7.3 X +pbkdf2@0.12.2 X X +pem@3.0.4 X +pem-rfc7468@0.7.0 X X +percent-encoding@2.3.1 X X +pin-project-lite@0.2.16 X X +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 +pkg-config@0.3.31 X X +powerfmt@0.2.0 X X +ppv-lite86@0.2.20 X X +proc-macro-error@1.0.4 X X +proc-macro-error-attr@1.0.4 X X +proc-macro2@1.0.93 X X +quick-xml@0.35.0 X +quick-xml@0.36.2 X +quote@1.0.38 X X +rand@0.8.5 X X +rand_chacha@0.3.1 X X +rand_core@0.6.4 X X +regex@1.11.1 X X +regex-automata@0.4.9 X X +regex-syntax@0.8.5 X X +reqsign@0.16.1 X +reqwest@0.12.12 X X +ring@0.17.8 X +rsa@0.9.7 X X +rust-ini@0.21.1 X +rustc-demangle@0.1.24 X X +rustc-hash@2.1.0 X X +rustc_version@0.4.1 X X +rustls@0.23.21 X X X +rustls-pemfile@2.2.0 X X X +rustls-pki-types@1.11.0 X X +rustls-webpki@0.102.8 X +rustversion@1.0.19 X X +ryu@1.0.18 X X +salsa20@0.10.2 X X +scrypt@0.11.0 X X +semver@1.0.25 X X +serde@1.0.217 X X +serde_derive@1.0.217 X X +serde_json@1.0.137 X X +serde_urlencoded@0.7.1 X X +sha1@0.10.6 X X +sha2@0.10.8 X X +shlex@1.3.0 X X +signature@2.2.0 X X +simple_asn1@0.6.3 X +slab@0.4.9 X +smallvec@1.13.2 X X +socket2@0.5.8 X X +spin@0.9.8 X +spki@0.7.3 X X +stable_deref_trait@1.2.0 X X +subtle@2.6.1 X +syn@1.0.109 X X +syn@2.0.96 X X +sync_wrapper@1.0.2 X +synstructure@0.13.1 X +thiserror@2.0.11 X X +thiserror-impl@2.0.11 X X +time@0.3.37 X X +time-core@0.1.2 X X +time-macros@0.2.19 X X +tiny-keccak@2.0.2 X +tinystr@0.7.6 X +tokio@1.43.0 X +tokio-rustls@0.26.1 X X +tokio-util@0.7.13 X +tower@0.5.2 X +tower-layer@0.3.3 X +tower-service@0.3.3 X +tracing@0.1.41 X +tracing-core@0.1.33 X +trim-in-place@0.1.7 X +try-lock@0.2.5 X +typenum@1.17.0 X X +unicode-ident@1.0.15 X X X +untrusted@0.9.0 X +url@2.5.4 X X +utf16_iter@1.0.5 X X +utf8_iter@1.0.4 X X +uuid@1.12.1 X X +version_check@0.9.5 X X +want@0.3.1 X +wasi@0.11.0+wasi-snapshot-preview1 X X X +wasm-bindgen@0.2.100 X X +wasm-bindgen-backend@0.2.100 X X +wasm-bindgen-futures@0.4.50 X X +wasm-bindgen-macro@0.2.100 X X +wasm-bindgen-macro-support@0.2.100 X X +wasm-bindgen-shared@0.2.100 X X +wasm-streams@0.4.2 X X +web-sys@0.3.77 X X +webpki-roots@0.26.7 X +windows-core@0.52.0 X X +windows-registry@0.2.0 X X +windows-result@0.2.0 X X +windows-strings@0.1.0 X X +windows-sys@0.52.0 X X +windows-sys@0.59.0 X X +windows-targets@0.52.6 X X +windows_aarch64_gnullvm@0.52.6 X X +windows_aarch64_msvc@0.52.6 X X +windows_i686_gnu@0.52.6 X X +windows_i686_gnullvm@0.52.6 X X +windows_i686_msvc@0.52.6 X X +windows_x86_64_gnu@0.52.6 X X +windows_x86_64_gnullvm@0.52.6 X X +windows_x86_64_msvc@0.52.6 X X +write16@1.0.0 X X +writeable@0.5.5 X +yoke@0.7.5 X +yoke-derive@0.7.5 X +zerocopy@0.7.35 X X X +zerocopy-derive@0.7.35 X X X +zerofrom@0.1.5 X +zerofrom-derive@0.1.5 X +zeroize@1.8.1 X X +zerovec@0.10.4 X +zerovec-derive@0.10.3 X diff --git a/bindings/nodejs/DEPENDENCIES.rust.tsv b/bindings/nodejs/DEPENDENCIES.rust.tsv index ea2306adf0a7..4878bf062ca8 100644 --- a/bindings/nodejs/DEPENDENCIES.rust.tsv +++ b/bindings/nodejs/DEPENDENCIES.rust.tsv @@ -1,223 +1,230 @@ -crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib -addr2line@0.24.2 X X -adler2@2.0.0 X X X -aes@0.8.4 X X -aho-corasick@1.1.3 X X -android-tzdata@0.1.1 X X -android_system_properties@0.1.5 X X -anyhow@1.0.95 X X -async-trait@0.1.85 X X -autocfg@1.4.0 X X -backon@1.3.0 X -backtrace@0.3.74 X X -base64@0.21.7 X X -base64@0.22.1 X X -base64ct@1.6.0 X X -bitflags@2.6.0 X X -block-buffer@0.10.4 X X -block-padding@0.3.3 X X -bumpalo@3.16.0 X X -byteorder@1.5.0 X X -bytes@1.9.0 X -cbc@0.1.2 X X -cc@1.2.7 X X -cfg-if@1.0.0 X X -chrono@0.4.39 X X -cipher@0.4.4 X X -const-oid@0.9.6 X X -convert_case@0.6.0 X -core-foundation-sys@0.8.7 X X -cpufeatures@0.2.16 X X -crc32c@0.6.8 X X -crypto-common@0.1.6 X X -ctor@0.2.9 X X -der@0.7.9 X X -deranged@0.3.11 X X -digest@0.10.7 X X -displaydoc@0.2.5 X X -fastrand@2.3.0 X X -fnv@1.0.7 X X -form_urlencoded@1.2.1 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-executor@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-util@0.3.31 X X -generic-array@0.14.7 X -getrandom@0.2.15 X X -gimli@0.31.1 X X -gloo-timers@0.3.0 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.2.0 X X -http-body@1.0.1 X -http-body-util@0.1.2 X -httparse@1.9.5 X X -hyper@1.5.2 X -hyper-rustls@0.27.5 X X X -hyper-util@0.1.10 X -iana-time-zone@0.1.61 X X -iana-time-zone-haiku@0.1.2 X X -icu_collections@1.5.0 X -icu_locid@1.5.0 X -icu_locid_transform@1.5.0 X -icu_locid_transform_data@1.5.0 X -icu_normalizer@1.5.0 X -icu_normalizer_data@1.5.0 X -icu_properties@1.5.1 X -icu_properties_data@1.5.0 X -icu_provider@1.5.0 X -icu_provider_macros@1.5.0 X -idna@1.0.3 X X -idna_adapter@1.2.0 X X -inout@0.1.3 X X -ipnet@2.10.1 X X -itoa@1.0.14 X X -js-sys@0.3.76 X X -jsonwebtoken@9.3.0 X -lazy_static@1.5.0 X X -libc@0.2.169 X X -libloading@0.8.6 X -libm@0.2.11 X X -litemap@0.7.4 X -log@0.4.22 X X -md-5@0.10.6 X X -memchr@2.7.4 X X -mime@0.3.17 X X -miniz_oxide@0.8.2 X X X -mio@1.0.3 X -napi@2.16.13 X -napi-build@2.1.4 X -napi-derive@2.16.13 X -napi-derive-backend@1.0.75 X -napi-sys@2.4.0 X -num-bigint@0.4.6 X X -num-bigint-dig@0.8.4 X X -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 -object@0.36.7 X X -once_cell@1.20.2 X X -opendal@0.51.1 X -opendal-nodejs@0.47.9 X -pbkdf2@0.12.2 X X -pem@3.0.4 X -pem-rfc7468@0.7.0 X X -percent-encoding@2.3.1 X X -pin-project-lite@0.2.16 X X -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 -powerfmt@0.2.0 X X -ppv-lite86@0.2.20 X X -proc-macro2@1.0.92 X X -quick-xml@0.35.0 X -quick-xml@0.36.2 X -quote@1.0.38 X X -rand@0.8.5 X X -rand_chacha@0.3.1 X X -rand_core@0.6.4 X X -regex@1.11.1 X X -regex-automata@0.4.9 X X -regex-syntax@0.8.5 X X -reqsign@0.16.1 X -reqwest@0.12.12 X X -ring@0.17.8 X -rsa@0.9.7 X X -rustc-demangle@0.1.24 X X -rustc_version@0.4.1 X X -rustls@0.23.20 X X X -rustls-pemfile@2.2.0 X X X -rustls-pki-types@1.10.1 X X -rustls-webpki@0.102.8 X -ryu@1.0.18 X X -salsa20@0.10.2 X X -scrypt@0.11.0 X X -semver@1.0.24 X X -serde@1.0.217 X X -serde_derive@1.0.217 X X -serde_json@1.0.135 X X -serde_urlencoded@0.7.1 X X -sha1@0.10.6 X X -sha2@0.10.8 X X -shlex@1.3.0 X X -signature@2.2.0 X X -simple_asn1@0.6.2 X -slab@0.4.9 X -smallvec@1.13.2 X X -socket2@0.5.8 X X -spin@0.9.8 X -spki@0.7.3 X X -stable_deref_trait@1.2.0 X X -subtle@2.6.1 X -syn@2.0.95 X X -sync_wrapper@1.0.2 X -synstructure@0.13.1 X -thiserror@1.0.69 X X -thiserror-impl@1.0.69 X X -time@0.3.37 X X -time-core@0.1.2 X X -time-macros@0.2.19 X X -tinystr@0.7.6 X -tokio@1.42.0 X -tokio-rustls@0.26.1 X X -tokio-util@0.7.13 X -tower@0.5.2 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.41 X -tracing-core@0.1.33 X -try-lock@0.2.5 X -typenum@1.17.0 X X -unicode-ident@1.0.14 X X X -unicode-segmentation@1.12.0 X X -untrusted@0.9.0 X -url@2.5.4 X X -utf16_iter@1.0.5 X X -utf8_iter@1.0.4 X X -uuid@1.11.0 X X -version_check@0.9.5 X X -want@0.3.1 X -wasi@0.11.0+wasi-snapshot-preview1 X X X -wasm-bindgen@0.2.99 X X -wasm-bindgen-backend@0.2.99 X X -wasm-bindgen-futures@0.4.49 X X -wasm-bindgen-macro@0.2.99 X X -wasm-bindgen-macro-support@0.2.99 X X -wasm-bindgen-shared@0.2.99 X X -wasm-streams@0.4.2 X X -web-sys@0.3.76 X X -webpki-roots@0.26.7 X -windows-core@0.52.0 X X -windows-registry@0.2.0 X X -windows-result@0.2.0 X X -windows-strings@0.1.0 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-targets@0.52.6 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_msvc@0.52.6 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_msvc@0.52.6 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_msvc@0.52.6 X X -write16@1.0.0 X X -writeable@0.5.5 X -yoke@0.7.5 X -yoke-derive@0.7.5 X -zerocopy@0.7.35 X X X -zerocopy-derive@0.7.35 X X X -zerofrom@0.1.5 X -zerofrom-derive@0.1.5 X -zeroize@1.8.1 X X -zerovec@0.10.4 X -zerovec-derive@0.10.3 X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib +addr2line@0.24.2 X X +adler2@2.0.0 X X X +aes@0.8.4 X X +aho-corasick@1.1.3 X X +android-tzdata@0.1.1 X X +android_system_properties@0.1.5 X X +anyhow@1.0.94 X X +async-trait@0.1.83 X X +autocfg@1.4.0 X X +backon@1.3.0 X +backtrace@0.3.74 X X +base64@0.21.7 X X +base64@0.22.1 X X +base64ct@1.6.0 X X +bitflags@2.6.0 X X +block-buffer@0.10.4 X X +block-padding@0.3.3 X X +bumpalo@3.16.0 X X +byteorder@1.5.0 X X +bytes@1.9.0 X +cbc@0.1.2 X X +cc@1.2.4 X X +cfg-if@1.0.0 X X +chrono@0.4.39 X X +cipher@0.4.4 X X +const-oid@0.9.6 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +convert_case@0.6.0 X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.16 X X +crc32c@0.6.8 X X +crunchy@0.2.2 X +crypto-common@0.1.6 X X +ctor@0.2.9 X X +der@0.7.9 X X +deranged@0.3.11 X X +digest@0.10.7 X X +displaydoc@0.2.5 X X +dlv-list@0.5.2 X X +fastrand@2.3.0 X X +fnv@1.0.7 X X +form_urlencoded@1.2.1 X X +futures@0.3.31 X X +futures-channel@0.3.31 X X +futures-core@0.3.31 X X +futures-executor@0.3.31 X X +futures-io@0.3.31 X X +futures-macro@0.3.31 X X +futures-sink@0.3.31 X X +futures-task@0.3.31 X X +futures-util@0.3.31 X X +generic-array@0.14.7 X +getrandom@0.2.15 X X +gimli@0.31.1 X X +gloo-timers@0.3.0 X X +hashbrown@0.14.5 X X +hex@0.4.3 X X +hmac@0.12.1 X X +home@0.5.11 X X +http@1.2.0 X X +http-body@1.0.1 X +http-body-util@0.1.2 X +httparse@1.9.5 X X +hyper@1.5.2 X +hyper-rustls@0.27.4 X X X +hyper-util@0.1.10 X +iana-time-zone@0.1.61 X X +iana-time-zone-haiku@0.1.2 X X +icu_collections@1.5.0 X +icu_locid@1.5.0 X +icu_locid_transform@1.5.0 X +icu_locid_transform_data@1.5.0 X +icu_normalizer@1.5.0 X +icu_normalizer_data@1.5.0 X +icu_properties@1.5.1 X +icu_properties_data@1.5.0 X +icu_provider@1.5.0 X +icu_provider_macros@1.5.0 X +idna@1.0.3 X X +idna_adapter@1.2.0 X X +inout@0.1.3 X X +ipnet@2.10.1 X X +itoa@1.0.14 X X +js-sys@0.3.76 X X +jsonwebtoken@9.3.0 X +lazy_static@1.5.0 X X +libc@0.2.169 X X +libloading@0.8.6 X +libm@0.2.11 X X +litemap@0.7.4 X +log@0.4.22 X X +md-5@0.10.6 X X +memchr@2.7.4 X X +mime@0.3.17 X X +miniz_oxide@0.8.2 X X X +mio@1.0.3 X +napi@2.16.13 X +napi-build@2.1.4 X +napi-derive@2.16.13 X +napi-derive-backend@1.0.75 X +napi-sys@2.4.0 X +num-bigint@0.4.6 X X +num-bigint-dig@0.8.4 X X +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 +object@0.36.5 X X +once_cell@1.20.2 X X +opendal@0.51.2 X +opendal-nodejs@0.0.0 X +ordered-multimap@0.7.3 X +pbkdf2@0.12.2 X X +pem@3.0.4 X +pem-rfc7468@0.7.0 X X +percent-encoding@2.3.1 X X +pin-project-lite@0.2.15 X X +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 +powerfmt@0.2.0 X X +ppv-lite86@0.2.20 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 +rand@0.8.5 X X +rand_chacha@0.3.1 X X +rand_core@0.6.4 X X +regex@1.11.1 X X +regex-automata@0.4.9 X X +regex-syntax@0.8.5 X X +reqsign@0.16.1 X +reqwest@0.12.9 X X +ring@0.17.8 X +rsa@0.9.7 X X +rust-ini@0.21.1 X +rustc-demangle@0.1.24 X X +rustc_version@0.4.1 X X +rustls@0.23.20 X X X +rustls-pemfile@2.2.0 X X X +rustls-pki-types@1.10.1 X X +rustls-webpki@0.102.8 X +ryu@1.0.18 X X +salsa20@0.10.2 X X +scrypt@0.11.0 X X +semver@1.0.24 X X +serde@1.0.216 X X +serde_derive@1.0.216 X X +serde_json@1.0.133 X X +serde_urlencoded@0.7.1 X X +sha1@0.10.6 X X +sha2@0.10.8 X X +shlex@1.3.0 X X +signature@2.2.0 X X +simple_asn1@0.6.2 X +slab@0.4.9 X +smallvec@1.13.2 X X +socket2@0.5.8 X X +spin@0.9.8 X +spki@0.7.3 X X +stable_deref_trait@1.2.0 X X +subtle@2.6.1 X +syn@2.0.90 X X +sync_wrapper@1.0.2 X +synstructure@0.13.1 X +thiserror@1.0.69 X X +thiserror-impl@1.0.69 X X +time@0.3.37 X X +time-core@0.1.2 X X +time-macros@0.2.19 X X +tiny-keccak@2.0.2 X +tinystr@0.7.6 X +tokio@1.42.0 X +tokio-rustls@0.26.1 X X +tokio-util@0.7.13 X +tower-service@0.3.3 X +tracing@0.1.41 X +tracing-core@0.1.33 X +trim-in-place@0.1.7 X +try-lock@0.2.5 X +typenum@1.17.0 X X +unicode-ident@1.0.14 X X X +unicode-segmentation@1.12.0 X X +untrusted@0.9.0 X +url@2.5.4 X X +utf16_iter@1.0.5 X X +utf8_iter@1.0.4 X X +uuid@1.11.0 X X +version_check@0.9.5 X X +want@0.3.1 X +wasi@0.11.0+wasi-snapshot-preview1 X X X +wasm-bindgen@0.2.99 X X +wasm-bindgen-backend@0.2.99 X X +wasm-bindgen-futures@0.4.49 X X +wasm-bindgen-macro@0.2.99 X X +wasm-bindgen-macro-support@0.2.99 X X +wasm-bindgen-shared@0.2.99 X X +wasm-streams@0.4.2 X X +web-sys@0.3.76 X X +webpki-roots@0.26.7 X +windows-core@0.52.0 X X +windows-registry@0.2.0 X X +windows-result@0.2.0 X X +windows-strings@0.1.0 X X +windows-sys@0.52.0 X X +windows-sys@0.59.0 X X +windows-targets@0.52.6 X X +windows_aarch64_gnullvm@0.52.6 X X +windows_aarch64_msvc@0.52.6 X X +windows_i686_gnu@0.52.6 X X +windows_i686_gnullvm@0.52.6 X X +windows_i686_msvc@0.52.6 X X +windows_x86_64_gnu@0.52.6 X X +windows_x86_64_gnullvm@0.52.6 X X +windows_x86_64_msvc@0.52.6 X X +write16@1.0.0 X X +writeable@0.5.5 X +yoke@0.7.5 X +yoke-derive@0.7.5 X +zerocopy@0.7.35 X X X +zerocopy-derive@0.7.35 X X X +zerofrom@0.1.5 X +zerofrom-derive@0.1.5 X +zeroize@1.8.1 X X +zerovec@0.10.4 X +zerovec-derive@0.10.3 X diff --git a/bindings/nodejs/npm/darwin-arm64/package.json b/bindings/nodejs/npm/darwin-arm64/package.json index 33bc423936bc..a1da481cedb2 100644 --- a/bindings/nodejs/npm/darwin-arm64/package.json +++ b/bindings/nodejs/npm/darwin-arm64/package.json @@ -1,7 +1,7 @@ { "name": "@opendal/lib-darwin-arm64", "repository": "git@github.com/apache/opendal.git", - "version": "0.47.9", + "version": "0.47.10", "os": [ "darwin" ], diff --git a/bindings/nodejs/npm/darwin-x64/package.json b/bindings/nodejs/npm/darwin-x64/package.json index 9def33e6bfe4..388af7214b1c 100644 --- a/bindings/nodejs/npm/darwin-x64/package.json +++ b/bindings/nodejs/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@opendal/lib-darwin-x64", - "version": "0.47.9", + "version": "0.47.10", "repository": "git@github.com/apache/opendal.git", "os": [ "darwin" diff --git a/bindings/nodejs/npm/linux-arm64-gnu/package.json b/bindings/nodejs/npm/linux-arm64-gnu/package.json index 270b0c773ac5..7b8231cd4fff 100644 --- a/bindings/nodejs/npm/linux-arm64-gnu/package.json +++ b/bindings/nodejs/npm/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@opendal/lib-linux-arm64-gnu", - "version": "0.47.9", + "version": "0.47.10", "repository": "git@github.com/apache/opendal.git", "os": [ "linux" diff --git a/bindings/nodejs/npm/linux-arm64-musl/package.json b/bindings/nodejs/npm/linux-arm64-musl/package.json index f6b95c6ad9f8..ecf35531b061 100644 --- a/bindings/nodejs/npm/linux-arm64-musl/package.json +++ b/bindings/nodejs/npm/linux-arm64-musl/package.json @@ -1,6 +1,6 @@ { "name": "@opendal/lib-linux-arm64-musl", - "version": "0.47.9", + "version": "0.47.10", "repository": "git@github.com/apache/opendal.git", "os": [ "linux" diff --git a/bindings/nodejs/npm/linux-x64-gnu/package.json b/bindings/nodejs/npm/linux-x64-gnu/package.json index 33dbd34f63eb..9e1100517ef6 100644 --- a/bindings/nodejs/npm/linux-x64-gnu/package.json +++ b/bindings/nodejs/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@opendal/lib-linux-x64-gnu", - "version": "0.47.9", + "version": "0.47.10", "repository": "git@github.com/apache/opendal.git", "os": [ "linux" diff --git a/bindings/nodejs/npm/win32-arm64-msvc/package.json b/bindings/nodejs/npm/win32-arm64-msvc/package.json index ee75bbd6730b..bc98e1b01f59 100644 --- a/bindings/nodejs/npm/win32-arm64-msvc/package.json +++ b/bindings/nodejs/npm/win32-arm64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@opendal/lib-win32-arm64-msvc", - "version": "0.47.9", + "version": "0.47.10", "repository": "git@github.com/apache/opendal.git", "os": [ "win32" diff --git a/bindings/nodejs/npm/win32-x64-msvc/package.json b/bindings/nodejs/npm/win32-x64-msvc/package.json index 0c54997d7b4c..2e19763c7479 100644 --- a/bindings/nodejs/npm/win32-x64-msvc/package.json +++ b/bindings/nodejs/npm/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@opendal/lib-win32-x64-msvc", - "version": "0.47.9", + "version": "0.47.10", "repository": "git@github.com/apache/opendal.git", "os": [ "win32" diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json index 9048ce8b9582..d4e22ebbc357 100644 --- a/bindings/nodejs/package.json +++ b/bindings/nodejs/package.json @@ -1,7 +1,7 @@ { "name": "opendal", "author": "Apache OpenDAL ", - "version": "0.47.9", + "version": "0.47.10", "license": "Apache-2.0", "main": "index.js", "types": "index.d.ts", diff --git a/bindings/ocaml/DEPENDENCIES.rust.tsv b/bindings/ocaml/DEPENDENCIES.rust.tsv index 0d9cf658266e..0634b0fadf01 100644 --- a/bindings/ocaml/DEPENDENCIES.rust.tsv +++ b/bindings/ocaml/DEPENDENCIES.rust.tsv @@ -1,214 +1,224 @@ -crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib -addr2line@0.24.2 X X -adler2@2.0.0 X X X -aes@0.8.4 X X -android-tzdata@0.1.1 X X -android_system_properties@0.1.5 X X -anyhow@1.0.95 X X -async-trait@0.1.85 X X -autocfg@1.4.0 X X -backon@1.3.0 X -backtrace@0.3.74 X X -base64@0.21.7 X X -base64@0.22.1 X X -base64ct@1.6.0 X X -block-buffer@0.10.4 X X -block-padding@0.3.3 X X -bumpalo@3.16.0 X X -byteorder@1.5.0 X X -bytes@1.9.0 X -cbc@0.1.2 X X -cc@1.2.7 X X -cfg-if@1.0.0 X X -chrono@0.4.39 X X -cipher@0.4.4 X X -const-oid@0.9.6 X X -core-foundation-sys@0.8.7 X X -cpufeatures@0.2.16 X X -crc32c@0.6.8 X X -crypto-common@0.1.6 X X -cty@0.2.2 X X -der@0.7.9 X X -deranged@0.3.11 X X -digest@0.10.7 X X -displaydoc@0.2.5 X X -fastrand@2.3.0 X X -fnv@1.0.7 X X -form_urlencoded@1.2.1 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-util@0.3.31 X X -generic-array@0.14.7 X -getrandom@0.2.15 X X -gimli@0.31.1 X X -gloo-timers@0.3.0 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.2.0 X X -http-body@1.0.1 X -http-body-util@0.1.2 X -httparse@1.9.5 X X -hyper@1.5.2 X -hyper-rustls@0.27.5 X X X -hyper-util@0.1.10 X -iana-time-zone@0.1.61 X X -iana-time-zone-haiku@0.1.2 X X -icu_collections@1.5.0 X -icu_locid@1.5.0 X -icu_locid_transform@1.5.0 X -icu_locid_transform_data@1.5.0 X -icu_normalizer@1.5.0 X -icu_normalizer_data@1.5.0 X -icu_properties@1.5.1 X -icu_properties_data@1.5.0 X -icu_provider@1.5.0 X -icu_provider_macros@1.5.0 X -idna@1.0.3 X X -idna_adapter@1.2.0 X X -inout@0.1.3 X X -ipnet@2.10.1 X X -itoa@1.0.14 X X -js-sys@0.3.76 X X -jsonwebtoken@9.3.0 X -lazy_static@1.5.0 X X -libc@0.2.169 X X -libm@0.2.11 X X -litemap@0.7.4 X -log@0.4.22 X X -md-5@0.10.6 X X -memchr@2.7.4 X X -mime@0.3.17 X X -miniz_oxide@0.8.2 X X X -mio@1.0.3 X -num-bigint@0.4.6 X X -num-bigint-dig@0.8.4 X X -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 -object@0.36.7 X X -ocaml@1.1.0 X -ocaml-boxroot-sys@0.3.1 X -ocaml-build@1.0.0 X -ocaml-derive@1.0.0 X -ocaml-sys@0.25.0 X -once_cell@1.20.2 X X -opendal@0.51.1 X -opendal-ocaml@0.0.0 X -pbkdf2@0.12.2 X X -pem@3.0.4 X -pem-rfc7468@0.7.0 X X -percent-encoding@2.3.1 X X -pin-project-lite@0.2.16 X X -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 -powerfmt@0.2.0 X X -ppv-lite86@0.2.20 X X -proc-macro2@1.0.92 X X -quick-xml@0.35.0 X -quick-xml@0.36.2 X -quote@1.0.38 X X -rand@0.8.5 X X -rand_chacha@0.3.1 X X -rand_core@0.6.4 X X -reqsign@0.16.1 X -reqwest@0.12.12 X X -ring@0.17.8 X -rsa@0.9.7 X X -rustc-demangle@0.1.24 X X -rustc_version@0.4.1 X X -rustls@0.23.20 X X X -rustls-pemfile@2.2.0 X X X -rustls-pki-types@1.10.1 X X -rustls-webpki@0.102.8 X -ryu@1.0.18 X X -salsa20@0.10.2 X X -scrypt@0.11.0 X X -semver@1.0.24 X X -serde@1.0.217 X X -serde_derive@1.0.217 X X -serde_json@1.0.135 X X -serde_urlencoded@0.7.1 X X -sha1@0.10.6 X X -sha2@0.10.8 X X -shlex@1.3.0 X X -signature@2.2.0 X X -simple_asn1@0.6.2 X -slab@0.4.9 X -smallvec@1.13.2 X X -socket2@0.5.8 X X -spin@0.9.8 X -spki@0.7.3 X X -stable_deref_trait@1.2.0 X X -subtle@2.6.1 X -syn@2.0.95 X X -sync_wrapper@1.0.2 X -synstructure@0.13.1 X -thiserror@1.0.69 X X -thiserror-impl@1.0.69 X X -time@0.3.37 X X -time-core@0.1.2 X X -time-macros@0.2.19 X X -tinystr@0.7.6 X -tokio@1.42.0 X -tokio-rustls@0.26.1 X X -tokio-util@0.7.13 X -tower@0.5.2 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.41 X -tracing-core@0.1.33 X -try-lock@0.2.5 X -typenum@1.17.0 X X -unicode-ident@1.0.14 X X X -untrusted@0.9.0 X -url@2.5.4 X X -utf16_iter@1.0.5 X X -utf8_iter@1.0.4 X X -uuid@1.11.0 X X -version_check@0.9.5 X X -want@0.3.1 X -wasi@0.11.0+wasi-snapshot-preview1 X X X -wasm-bindgen@0.2.99 X X -wasm-bindgen-backend@0.2.99 X X -wasm-bindgen-futures@0.4.49 X X -wasm-bindgen-macro@0.2.99 X X -wasm-bindgen-macro-support@0.2.99 X X -wasm-bindgen-shared@0.2.99 X X -wasm-streams@0.4.2 X X -web-sys@0.3.76 X X -webpki-roots@0.26.7 X -windows-core@0.52.0 X X -windows-registry@0.2.0 X X -windows-result@0.2.0 X X -windows-strings@0.1.0 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-targets@0.52.6 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_msvc@0.52.6 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_msvc@0.52.6 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_msvc@0.52.6 X X -write16@1.0.0 X X -writeable@0.5.5 X -yoke@0.7.5 X -yoke-derive@0.7.5 X -zerocopy@0.7.35 X X X -zerocopy-derive@0.7.35 X X X -zerofrom@0.1.5 X -zerofrom-derive@0.1.5 X -zeroize@1.8.1 X X -zerovec@0.10.4 X -zerovec-derive@0.10.3 X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib +addr2line@0.24.2 X X +adler2@2.0.0 X X X +aes@0.8.4 X X +android-tzdata@0.1.1 X X +android_system_properties@0.1.5 X X +anyhow@1.0.95 X X +async-trait@0.1.85 X X +autocfg@1.4.0 X X +backon@1.3.0 X +backtrace@0.3.74 X X +base64@0.21.7 X X +base64@0.22.1 X X +base64ct@1.6.0 X X +block-buffer@0.10.4 X X +block-padding@0.3.3 X X +bumpalo@3.16.0 X X +byteorder@1.5.0 X X +bytes@1.9.0 X +cbc@0.1.2 X X +cc@1.2.10 X X +cfg-if@1.0.0 X X +chrono@0.4.39 X X +cipher@0.4.4 X X +const-oid@0.9.6 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.17 X X +crc32c@0.6.8 X X +crunchy@0.2.3 X +crypto-common@0.1.6 X X +cty@0.2.2 X X +der@0.7.9 X X +deranged@0.3.11 X X +digest@0.10.7 X X +displaydoc@0.2.5 X X +dlv-list@0.5.2 X X +fastrand@2.3.0 X X +fnv@1.0.7 X X +form_urlencoded@1.2.1 X X +futures@0.3.31 X X +futures-channel@0.3.31 X X +futures-core@0.3.31 X X +futures-io@0.3.31 X X +futures-macro@0.3.31 X X +futures-sink@0.3.31 X X +futures-task@0.3.31 X X +futures-util@0.3.31 X X +generic-array@0.14.7 X +getrandom@0.2.15 X X +gimli@0.31.1 X X +gloo-timers@0.3.0 X X +hashbrown@0.14.5 X X +hex@0.4.3 X X +hmac@0.12.1 X X +home@0.5.11 X X +http@1.2.0 X X +http-body@1.0.1 X +http-body-util@0.1.2 X +httparse@1.9.5 X X +hyper@1.5.2 X +hyper-rustls@0.27.5 X X X +hyper-util@0.1.10 X +iana-time-zone@0.1.61 X X +iana-time-zone-haiku@0.1.2 X X +icu_collections@1.5.0 X +icu_locid@1.5.0 X +icu_locid_transform@1.5.0 X +icu_locid_transform_data@1.5.0 X +icu_normalizer@1.5.0 X +icu_normalizer_data@1.5.0 X +icu_properties@1.5.1 X +icu_properties_data@1.5.0 X +icu_provider@1.5.0 X +icu_provider_macros@1.5.0 X +idna@1.0.3 X X +idna_adapter@1.2.0 X X +inout@0.1.3 X X +ipnet@2.11.0 X X +itoa@1.0.14 X X +js-sys@0.3.77 X X +jsonwebtoken@9.3.0 X +lazy_static@1.5.0 X X +libc@0.2.169 X X +libm@0.2.11 X X +litemap@0.7.4 X +log@0.4.25 X X +md-5@0.10.6 X X +memchr@2.7.4 X X +mime@0.3.17 X X +miniz_oxide@0.8.3 X X X +mio@1.0.3 X +num-bigint@0.4.6 X X +num-bigint-dig@0.8.4 X X +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 +object@0.36.7 X X +ocaml@1.1.0 X +ocaml-boxroot-sys@0.3.1 X +ocaml-build@1.0.0 X +ocaml-derive@1.0.0 X +ocaml-sys@0.25.0 X +once_cell@1.20.2 X X +opendal@0.51.2 X +opendal-ocaml@0.0.0 X +ordered-multimap@0.7.3 X +pbkdf2@0.12.2 X X +pem@3.0.4 X +pem-rfc7468@0.7.0 X X +percent-encoding@2.3.1 X X +pin-project-lite@0.2.16 X X +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 +powerfmt@0.2.0 X X +ppv-lite86@0.2.20 X X +proc-macro2@1.0.93 X X +quick-xml@0.35.0 X +quick-xml@0.36.2 X +quote@1.0.38 X X +rand@0.8.5 X X +rand_chacha@0.3.1 X X +rand_core@0.6.4 X X +reqsign@0.16.1 X +reqwest@0.12.12 X X +ring@0.17.8 X +rsa@0.9.7 X X +rust-ini@0.21.1 X +rustc-demangle@0.1.24 X X +rustc_version@0.4.1 X X +rustls@0.23.21 X X X +rustls-pemfile@2.2.0 X X X +rustls-pki-types@1.11.0 X X +rustls-webpki@0.102.8 X +rustversion@1.0.19 X X +ryu@1.0.18 X X +salsa20@0.10.2 X X +scrypt@0.11.0 X X +semver@1.0.25 X X +serde@1.0.217 X X +serde_derive@1.0.217 X X +serde_json@1.0.137 X X +serde_urlencoded@0.7.1 X X +sha1@0.10.6 X X +sha2@0.10.8 X X +shlex@1.3.0 X X +signature@2.2.0 X X +simple_asn1@0.6.3 X +slab@0.4.9 X +smallvec@1.13.2 X X +socket2@0.5.8 X X +spin@0.9.8 X +spki@0.7.3 X X +stable_deref_trait@1.2.0 X X +subtle@2.6.1 X +syn@2.0.96 X X +sync_wrapper@1.0.2 X +synstructure@0.13.1 X +thiserror@2.0.11 X X +thiserror-impl@2.0.11 X X +time@0.3.37 X X +time-core@0.1.2 X X +time-macros@0.2.19 X X +tiny-keccak@2.0.2 X +tinystr@0.7.6 X +tokio@1.43.0 X +tokio-rustls@0.26.1 X X +tokio-util@0.7.13 X +tower@0.5.2 X +tower-layer@0.3.3 X +tower-service@0.3.3 X +tracing@0.1.41 X +tracing-core@0.1.33 X +trim-in-place@0.1.7 X +try-lock@0.2.5 X +typenum@1.17.0 X X +unicode-ident@1.0.15 X X X +untrusted@0.9.0 X +url@2.5.4 X X +utf16_iter@1.0.5 X X +utf8_iter@1.0.4 X X +uuid@1.12.1 X X +version_check@0.9.5 X X +want@0.3.1 X +wasi@0.11.0+wasi-snapshot-preview1 X X X +wasm-bindgen@0.2.100 X X +wasm-bindgen-backend@0.2.100 X X +wasm-bindgen-futures@0.4.50 X X +wasm-bindgen-macro@0.2.100 X X +wasm-bindgen-macro-support@0.2.100 X X +wasm-bindgen-shared@0.2.100 X X +wasm-streams@0.4.2 X X +web-sys@0.3.77 X X +webpki-roots@0.26.7 X +windows-core@0.52.0 X X +windows-registry@0.2.0 X X +windows-result@0.2.0 X X +windows-strings@0.1.0 X X +windows-sys@0.52.0 X X +windows-sys@0.59.0 X X +windows-targets@0.52.6 X X +windows_aarch64_gnullvm@0.52.6 X X +windows_aarch64_msvc@0.52.6 X X +windows_i686_gnu@0.52.6 X X +windows_i686_gnullvm@0.52.6 X X +windows_i686_msvc@0.52.6 X X +windows_x86_64_gnu@0.52.6 X X +windows_x86_64_gnullvm@0.52.6 X X +windows_x86_64_msvc@0.52.6 X X +write16@1.0.0 X X +writeable@0.5.5 X +yoke@0.7.5 X +yoke-derive@0.7.5 X +zerocopy@0.7.35 X X X +zerocopy-derive@0.7.35 X X X +zerofrom@0.1.5 X +zerofrom-derive@0.1.5 X +zeroize@1.8.1 X X +zerovec@0.10.4 X +zerovec-derive@0.10.3 X diff --git a/bindings/php/DEPENDENCIES.rust.tsv b/bindings/php/DEPENDENCIES.rust.tsv index 5c8dc0e6640d..1c56dd9b0e76 100644 --- a/bindings/php/DEPENDENCIES.rust.tsv +++ b/bindings/php/DEPENDENCIES.rust.tsv @@ -13,7 +13,7 @@ base64@0.21.7 X X base64@0.22.1 X X base64ct@1.6.0 X X bindgen@0.68.1 X -bitflags@2.6.0 X X +bitflags@2.8.0 X X block-buffer@0.10.4 X X block-padding@0.3.3 X X bumpalo@3.16.0 X X @@ -26,20 +26,23 @@ camino@1.1.9 X X cargo-platform@0.1.9 X X cargo_metadata@0.14.2 X cbc@0.1.2 X X -cc@1.2.7 X X +cc@1.2.10 X X cexpr@0.6.0 X X cfg-if@1.0.0 X X chrono@0.4.39 X X cipher@0.4.4 X X clang-sys@1.8.1 X const-oid@0.9.6 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X constant_time_eq@0.1.5 X core-foundation@0.9.4 X X core-foundation-sys@0.8.7 X X -cpufeatures@0.2.16 X X +cpufeatures@0.2.17 X X crc32c@0.6.8 X X crc32fast@1.4.2 X X crossbeam-utils@0.8.21 X X +crunchy@0.2.3 X crypto-common@0.1.6 X X darling@0.14.4 X darling_core@0.14.4 X @@ -48,6 +51,7 @@ der@0.7.9 X X deranged@0.3.11 X X digest@0.10.7 X X displaydoc@0.2.5 X X +dlv-list@0.5.2 X X either@1.13.0 X X errno@0.3.10 X X error-chain@0.12.4 X X @@ -72,6 +76,7 @@ getrandom@0.2.15 X X gimli@0.31.1 X X glob@0.3.2 X X gloo-timers@0.3.0 X X +hashbrown@0.14.5 X X hex@0.4.3 X X hmac@0.12.1 X X home@0.5.11 X X @@ -98,10 +103,10 @@ ident_case@1.0.1 X X idna@1.0.3 X X idna_adapter@1.2.0 X X inout@0.1.3 X X -ipnet@2.10.1 X X +ipnet@2.11.0 X X itoa@1.0.14 X X jobserver@0.1.32 X X -js-sys@0.3.76 X X +js-sys@0.3.77 X X jsonwebtoken@9.3.0 X lazy_static@1.5.0 X X lazycell@1.3.0 X X @@ -111,14 +116,14 @@ libm@0.2.11 X X linux-raw-sys@0.4.15 X X X litemap@0.7.4 X lock_api@0.4.12 X X -log@0.4.22 X X +log@0.4.25 X X md-5@0.10.6 X X memchr@2.7.4 X X mime@0.3.17 X X minimal-lexical@0.2.1 X X -miniz_oxide@0.8.2 X X X +miniz_oxide@0.8.3 X X X mio@1.0.3 X -native-tls@0.2.12 X X +native-tls@0.2.13 X X nom@7.1.3 X num-bigint@0.4.6 X X num-bigint-dig@0.8.4 X X @@ -128,12 +133,13 @@ num-iter@0.1.45 X X num-traits@0.2.19 X X object@0.36.7 X X once_cell@1.20.2 X X -opendal@0.51.1 X -opendal-php@0.1.12 X -openssl@0.10.68 X +opendal@0.51.2 X +opendal-php@0.0.0 X +openssl@0.10.69 X openssl-macros@0.1.1 X X -openssl-probe@0.1.5 X X +openssl-probe@0.1.6 X X openssl-sys@0.9.104 X +ordered-multimap@0.7.3 X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X password-hash@0.4.2 X X @@ -151,8 +157,8 @@ pkcs8@0.10.2 X X pkg-config@0.3.31 X X powerfmt@0.2.0 X X ppv-lite86@0.2.20 X X -prettyplease@0.2.27 X X -proc-macro2@1.0.92 X X +prettyplease@0.2.29 X X +proc-macro2@1.0.93 X X pulldown-cmark@0.9.6 X quick-xml@0.35.0 X quick-xml@0.36.2 X @@ -168,14 +174,16 @@ reqsign@0.16.1 X reqwest@0.12.12 X X ring@0.17.8 X rsa@0.9.7 X X +rust-ini@0.21.1 X rustc-demangle@0.1.24 X X rustc-hash@1.1.0 X X rustc_version@0.4.1 X X -rustix@0.38.43 X X X -rustls@0.23.20 X X X +rustix@0.38.44 X X X +rustls@0.23.21 X X X rustls-pemfile@2.2.0 X X X -rustls-pki-types@1.10.1 X X +rustls-pki-types@1.11.0 X X rustls-webpki@0.102.8 X +rustversion@1.0.19 X X ryu@1.0.18 X X salsa20@0.10.2 X X same-file@1.0.6 X X @@ -184,16 +192,16 @@ scopeguard@1.2.0 X X scrypt@0.11.0 X X security-framework@2.11.1 X X security-framework-sys@2.14.0 X X -semver@1.0.24 X X +semver@1.0.25 X X serde@1.0.217 X X serde_derive@1.0.217 X X -serde_json@1.0.135 X X +serde_json@1.0.137 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X sha2@0.10.8 X X shlex@1.3.0 X X signature@2.2.0 X X -simple_asn1@0.6.2 X +simple_asn1@0.6.3 X skeptic@0.13.7 X X slab@0.4.9 X smallvec@1.13.2 X X @@ -204,17 +212,18 @@ stable_deref_trait@1.2.0 X X strsim@0.10.0 X subtle@2.6.1 X syn@1.0.109 X X -syn@2.0.95 X X +syn@2.0.96 X X sync_wrapper@1.0.2 X synstructure@0.13.1 X tempfile@3.15.0 X X -thiserror@1.0.69 X X -thiserror-impl@1.0.69 X X +thiserror@2.0.11 X X +thiserror-impl@2.0.11 X X time@0.3.37 X X time-core@0.1.2 X X time-macros@0.2.19 X X +tiny-keccak@2.0.2 X tinystr@0.7.6 X -tokio@1.42.0 X +tokio@1.43.0 X tokio-rustls@0.26.1 X X tokio-util@0.7.13 X tower@0.5.2 X @@ -222,29 +231,30 @@ tower-layer@0.3.3 X tower-service@0.3.3 X tracing@0.1.41 X tracing-core@0.1.33 X +trim-in-place@0.1.7 X try-lock@0.2.5 X typenum@1.17.0 X X unicase@2.8.1 X X -unicode-ident@1.0.14 X X X +unicode-ident@1.0.15 X X X untrusted@0.9.0 X ureq@2.12.1 X X url@2.5.4 X X utf16_iter@1.0.5 X X utf8_iter@1.0.4 X X -uuid@1.11.0 X X +uuid@1.12.1 X X vcpkg@0.2.15 X X version_check@0.9.5 X X walkdir@2.5.0 X X want@0.3.1 X wasi@0.11.0+wasi-snapshot-preview1 X X X -wasm-bindgen@0.2.99 X X -wasm-bindgen-backend@0.2.99 X X -wasm-bindgen-futures@0.4.49 X X -wasm-bindgen-macro@0.2.99 X X -wasm-bindgen-macro-support@0.2.99 X X -wasm-bindgen-shared@0.2.99 X X +wasm-bindgen@0.2.100 X X +wasm-bindgen-backend@0.2.100 X X +wasm-bindgen-futures@0.4.50 X X +wasm-bindgen-macro@0.2.100 X X +wasm-bindgen-macro-support@0.2.100 X X +wasm-bindgen-shared@0.2.100 X X wasm-streams@0.4.2 X X -web-sys@0.3.76 X X +web-sys@0.3.77 X X webpki-roots@0.26.7 X which@4.4.2 X winapi-util@0.1.9 X X diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 01a91ee29a39..de284468214f 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.14" +version = "0.45.15" [features] default = [ diff --git a/bindings/python/DEPENDENCIES.rust.tsv b/bindings/python/DEPENDENCIES.rust.tsv index a8d2ab7b6c2e..81750c2b7a84 100644 --- a/bindings/python/DEPENDENCIES.rust.tsv +++ b/bindings/python/DEPENDENCIES.rust.tsv @@ -1,261 +1,250 @@ -crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib -addr2line@0.24.2 X X -adler2@2.0.0 X X X -aes@0.8.4 X X -android-tzdata@0.1.1 X X -android_system_properties@0.1.5 X X -anyhow@1.0.95 X X -arc-swap@1.7.1 X X -async-trait@0.1.85 X X -autocfg@1.4.0 X X -awaitable@0.4.0 X -awaitable-error@0.1.0 X -backon@1.3.0 X -backtrace@0.3.74 X X -base64@0.21.7 X X -base64@0.22.1 X X -base64ct@1.6.0 X X -bb8@0.8.6 X -bitflags@2.6.0 X X -block-buffer@0.10.4 X X -block-padding@0.3.3 X X -bumpalo@3.16.0 X X -byteorder@1.5.0 X X -bytes@1.9.0 X -cbc@0.1.2 X X -cc@1.2.7 X X -cfg-if@1.0.0 X X -chrono@0.4.39 X X -cipher@0.4.4 X X -concurrent_arena@0.1.10 X -const-oid@0.9.6 X X -core-foundation-sys@0.8.7 X X -cpufeatures@0.2.16 X X -crc32c@0.6.8 X X -crypto-common@0.1.6 X X -der@0.7.9 X X -deranged@0.3.11 X X -derive_destructure2@0.1.3 X X -dict_derive@0.6.0 X -digest@0.10.7 X X -displaydoc@0.2.5 X X -errno@0.3.10 X X -fastrand@2.3.0 X X -fnv@1.0.7 X X -form_urlencoded@1.2.1 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-executor@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-util@0.3.31 X X -generic-array@0.14.7 X -getrandom@0.2.15 X X -gimli@0.31.1 X X -gloo-timers@0.3.0 X X -heck@0.5.0 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.2.0 X X -http-body@1.0.1 X -http-body-util@0.1.2 X -httparse@1.9.5 X X -hyper@1.5.2 X -hyper-rustls@0.27.5 X X X -hyper-util@0.1.10 X -iana-time-zone@0.1.61 X X -iana-time-zone-haiku@0.1.2 X X -icu_collections@1.5.0 X -icu_locid@1.5.0 X -icu_locid_transform@1.5.0 X -icu_locid_transform_data@1.5.0 X -icu_normalizer@1.5.0 X -icu_normalizer_data@1.5.0 X -icu_properties@1.5.1 X -icu_properties_data@1.5.0 X -icu_provider@1.5.0 X -icu_provider_macros@1.5.0 X -idna@1.0.3 X X -idna_adapter@1.2.0 X X -indoc@2.0.5 X X -inout@0.1.3 X X -ipnet@2.10.1 X X -itoa@1.0.14 X X -js-sys@0.3.76 X X -jsonwebtoken@9.3.0 X -lazy_static@1.5.0 X X -libc@0.2.169 X X -libm@0.2.11 X X -linux-raw-sys@0.4.15 X X X -litemap@0.7.4 X -lock_api@0.4.12 X X -log@0.4.22 X X -md-5@0.10.6 X X -memchr@2.7.4 X X -memoffset@0.9.1 X -mime@0.3.17 X X -miniz_oxide@0.8.2 X X X -mio@1.0.3 X -num-bigint@0.4.6 X X -num-bigint-dig@0.8.4 X X -num-conv@0.1.0 X X -num-derive@0.4.2 X X -num-integer@0.1.46 X X -num-iter@0.1.45 X X -num-traits@0.2.19 X X -object@0.36.7 X X -once_cell@1.20.2 X X -opendal@0.51.1 X -opendal-python@0.45.14 X -openssh@0.11.4 X 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.1 X -openssh-sftp-protocol-error@0.1.1 X -parking_lot@0.12.3 X X -parking_lot_core@0.9.10 X X -pbkdf2@0.12.2 X X -pem@3.0.4 X -pem-rfc7468@0.7.0 X X -percent-encoding@2.3.1 X X -pin-project@1.1.8 X X -pin-project-internal@1.1.8 X X -pin-project-lite@0.2.16 X X -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.92 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.12 X -quick-xml@0.35.0 X -quick-xml@0.36.2 X -quote@1.0.38 X X -rand@0.8.5 X X -rand_chacha@0.3.1 X X -rand_core@0.6.4 X X -redox_syscall@0.5.8 X -reqsign@0.16.1 X -reqwest@0.12.12 X X -ring@0.17.8 X -rsa@0.9.7 X X -rustc-demangle@0.1.24 X X -rustc_version@0.4.1 X X -rustix@0.38.43 X X X -rustls@0.23.20 X X X -rustls-pemfile@2.2.0 X X X -rustls-pki-types@1.10.1 X X -rustls-webpki@0.102.8 X -ryu@1.0.18 X X -salsa20@0.10.2 X X -scopeguard@1.2.0 X X -scrypt@0.11.0 X X -semver@1.0.24 X X -serde@1.0.217 X X -serde_derive@1.0.217 X X -serde_json@1.0.135 X X -serde_urlencoded@0.7.1 X X -sha1@0.10.6 X X -sha2@0.10.8 X X -shell-escape@0.1.5 X X -shlex@1.3.0 X X -signal-hook-registry@1.4.2 X X -signature@2.2.0 X X -simple_asn1@0.6.2 X -slab@0.4.9 X -smallvec@1.13.2 X X -socket2@0.5.8 X X -spin@0.9.8 X -spki@0.7.3 X X -ssh_format@0.14.1 X -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.95 X X -sync_wrapper@1.0.2 X -synstructure@0.13.1 X -target-lexicon@0.12.16 X -tempfile@3.15.0 X X -thin-vec@0.2.13 X X -thiserror@1.0.69 X X -thiserror@2.0.9 X X -thiserror-impl@1.0.69 X X -thiserror-impl@2.0.9 X X -time@0.3.37 X X -time-core@0.1.2 X X -time-macros@0.2.19 X X -tinystr@0.7.6 X -tokio@1.42.0 X -tokio-io-utility@0.7.6 X -tokio-macros@2.4.0 X -tokio-rustls@0.26.1 X X -tokio-util@0.7.13 X -tower@0.5.2 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.41 X -tracing-attributes@0.1.28 X -tracing-core@0.1.33 X -triomphe@0.1.14 X X -try-lock@0.2.5 X -typenum@1.17.0 X X -unicode-ident@1.0.14 X X X -unindent@0.2.3 X X -untrusted@0.9.0 X -url@2.5.4 X X -utf16_iter@1.0.5 X X -utf8_iter@1.0.4 X X -uuid@1.11.0 X X -vec-strings@0.4.8 X -version_check@0.9.5 X X -want@0.3.1 X -wasi@0.11.0+wasi-snapshot-preview1 X X X -wasm-bindgen@0.2.99 X X -wasm-bindgen-backend@0.2.99 X X -wasm-bindgen-futures@0.4.49 X X -wasm-bindgen-macro@0.2.99 X X -wasm-bindgen-macro-support@0.2.99 X X -wasm-bindgen-shared@0.2.99 X X -wasm-streams@0.4.2 X X -web-sys@0.3.76 X X -webpki-roots@0.26.7 X -windows-core@0.52.0 X X -windows-registry@0.2.0 X X -windows-result@0.2.0 X X -windows-strings@0.1.0 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-targets@0.52.6 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_msvc@0.52.6 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_msvc@0.52.6 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_msvc@0.52.6 X X -write16@1.0.0 X X -writeable@0.5.5 X -yoke@0.7.5 X -yoke-derive@0.7.5 X -zerocopy@0.7.35 X X X -zerocopy-derive@0.7.35 X X X -zerofrom@0.1.5 X -zerofrom-derive@0.1.5 X -zeroize@1.8.1 X X -zerovec@0.10.4 X -zerovec-derive@0.10.3 X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-DFS-2016 Unlicense Zlib +addr2line@0.22.0 X X +adler@1.0.2 X X X +aes@0.8.4 X X +android-tzdata@0.1.1 X X +android_system_properties@0.1.5 X X +anyhow@1.0.87 X X +arc-swap@1.7.1 X X +async-trait@0.1.83 X X +autocfg@1.3.0 X X +awaitable@0.4.0 X +awaitable-error@0.1.0 X +backon@1.2.0 X +backtrace@0.3.73 X X +base64@0.21.7 X X +base64@0.22.1 X X +base64ct@1.6.0 X X +bb8@0.8.5 X +bitflags@2.6.0 X X +block-buffer@0.10.4 X X +block-padding@0.3.3 X X +bumpalo@3.16.0 X X +byteorder@1.5.0 X X +bytes@1.7.1 X +cbc@0.1.2 X X +cc@1.1.17 X X +cfg-if@1.0.0 X X +chrono@0.4.38 X X +cipher@0.4.4 X X +concurrent_arena@0.1.8 X +const-oid@0.9.6 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.14 X X +crc32c@0.6.8 X X +crunchy@0.2.2 X +crypto-common@0.1.6 X X +der@0.7.9 X X +deranged@0.3.11 X X +derive_destructure2@0.1.3 X X +dict_derive@0.6.0 X +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 +fnv@1.0.7 X X +form_urlencoded@1.2.1 X X +futures@0.3.30 X X +futures-channel@0.3.30 X X +futures-core@0.3.30 X X +futures-executor@0.3.30 X X +futures-io@0.3.30 X X +futures-macro@0.3.30 X X +futures-sink@0.3.30 X X +futures-task@0.3.30 X X +futures-util@0.3.30 X X +generic-array@0.14.7 X +getrandom@0.2.15 X X +gimli@0.29.0 X X +gloo-timers@0.3.0 X X +hashbrown@0.14.5 X X +heck@0.5.0 X X +hermit-abi@0.3.9 X X +hex@0.4.3 X X +hmac@0.12.1 X X +home@0.5.9 X X +http@1.1.0 X X +http-body@1.0.1 X +http-body-util@0.1.2 X +httparse@1.9.4 X X +hyper@1.4.1 X +hyper-rustls@0.27.3 X X X +hyper-util@0.1.7 X +iana-time-zone@0.1.60 X X +iana-time-zone-haiku@0.1.2 X X +idna@0.5.0 X X +indoc@2.0.5 X X +inout@0.1.3 X X +ipnet@2.9.0 X X +itoa@1.0.11 X X +js-sys@0.3.70 X X +jsonwebtoken@9.3.0 X +lazy_static@1.5.0 X X +libc@0.2.158 X X +libm@0.2.8 X X +linux-raw-sys@0.4.14 X X X +lock_api@0.4.12 X X +log@0.4.22 X X +md-5@0.10.6 X X +memchr@2.7.4 X X +memoffset@0.9.1 X +mime@0.3.17 X X +miniz_oxide@0.7.4 X X X +mio@1.0.2 X +num-bigint@0.4.6 X X +num-bigint-dig@0.8.4 X X +num-conv@0.1.0 X X +num-derive@0.3.3 X X +num-integer@0.1.46 X X +num-iter@0.1.45 X X +num-traits@0.2.19 X X +object@0.36.4 X X +once_cell@1.19.0 X X +opendal@0.51.2 X +opendal-python@0.45.15 X +openssh@0.11.0 X 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 +parking_lot@0.12.3 X X +parking_lot_core@0.9.10 X X +pbkdf2@0.12.2 X X +pem@3.0.4 X +pem-rfc7468@0.7.0 X X +percent-encoding@2.3.1 X X +pin-project@1.1.5 X X +pin-project-internal@1.1.5 X X +pin-project-lite@0.2.14 X X +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.7.0 X X +powerfmt@0.2.0 X X +ppv-lite86@0.2.20 X X +proc-macro2@1.0.92 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.1 X +quote@1.0.37 X X +rand@0.8.5 X X +rand_chacha@0.3.1 X X +rand_core@0.6.4 X X +redox_syscall@0.5.3 X +reqsign@0.16.1 X +reqwest@0.12.7 X X +ring@0.17.8 X +rsa@0.9.6 X X +rust-ini@0.21.1 X +rustc-demangle@0.1.24 X X +rustc_version@0.4.1 X X +rustix@0.38.36 X X X +rustls@0.23.12 X X X +rustls-pemfile@2.1.3 X X X +rustls-pki-types@1.8.0 X X +rustls-webpki@0.102.7 X +ryu@1.0.18 X X +salsa20@0.10.2 X X +scopeguard@1.2.0 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_json@1.0.128 X X +serde_urlencoded@0.7.1 X X +sha1@0.10.6 X X +sha2@0.10.8 X X +shell-escape@0.1.5 X X +shlex@1.3.0 X X +signal-hook-registry@1.4.2 X X +signature@2.2.0 X X +simple_asn1@0.6.2 X +slab@0.4.9 X +smallvec@1.13.2 X X +socket2@0.5.7 X X +spin@0.9.8 X +spki@0.7.3 X X +ssh_format@0.14.1 X +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.90 X X +sync_wrapper@1.0.1 X +target-lexicon@0.12.16 X +tempfile@3.12.0 X X +thin-vec@0.2.13 X X +thiserror@1.0.63 X X +thiserror@2.0.7 X X +thiserror-impl@1.0.63 X X +thiserror-impl@2.0.7 X X +time@0.3.36 X X +time-core@0.1.2 X X +time-macros@0.2.18 X X +tiny-keccak@2.0.2 X +tinyvec@1.8.0 X X X +tinyvec_macros@0.1.1 X X X +tokio@1.40.0 X +tokio-io-utility@0.7.6 X +tokio-macros@2.4.0 X +tokio-rustls@0.26.0 X X +tokio-util@0.7.12 X +tower@0.4.13 X +tower-layer@0.3.3 X +tower-service@0.3.3 X +tracing@0.1.40 X +tracing-attributes@0.1.27 X +tracing-core@0.1.32 X +trim-in-place@0.1.7 X +triomphe@0.1.11 X X +try-lock@0.2.5 X +typenum@1.17.0 X X +unicode-bidi@0.3.15 X X +unicode-ident@1.0.12 X X X +unicode-normalization@0.1.23 X X +unindent@0.2.3 X X +untrusted@0.9.0 X +url@2.5.2 X X +uuid@1.10.0 X X +vec-strings@0.4.8 X +version_check@0.9.5 X X +want@0.3.1 X +wasi@0.11.0+wasi-snapshot-preview1 X X X +wasm-bindgen@0.2.93 X X +wasm-bindgen-backend@0.2.93 X X +wasm-bindgen-futures@0.4.43 X X +wasm-bindgen-macro@0.2.93 X X +wasm-bindgen-macro-support@0.2.93 X X +wasm-bindgen-shared@0.2.93 X X +wasm-streams@0.4.0 X X +web-sys@0.3.70 X X +webpki-roots@0.26.5 X +windows-core@0.52.0 X X +windows-registry@0.2.0 X X +windows-result@0.2.0 X X +windows-strings@0.1.0 X X +windows-sys@0.52.0 X X +windows-sys@0.59.0 X X +windows-targets@0.52.6 X X +windows_aarch64_gnullvm@0.52.6 X X +windows_aarch64_msvc@0.52.6 X X +windows_i686_gnu@0.52.6 X X +windows_i686_gnullvm@0.52.6 X X +windows_i686_msvc@0.52.6 X X +windows_x86_64_gnu@0.52.6 X X +windows_x86_64_gnullvm@0.52.6 X X +windows_x86_64_msvc@0.52.6 X X +zerocopy@0.7.35 X X X +zerocopy-derive@0.7.35 X X X +zeroize@1.8.1 X X diff --git a/bindings/ruby/DEPENDENCIES.rust.tsv b/bindings/ruby/DEPENDENCIES.rust.tsv index f274c04b3f18..5c996dc1b53d 100644 --- a/bindings/ruby/DEPENDENCIES.rust.tsv +++ b/bindings/ruby/DEPENDENCIES.rust.tsv @@ -1,231 +1,216 @@ -crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib -addr2line@0.24.2 X X -adler2@2.0.0 X X X -aes@0.8.4 X X -aho-corasick@1.1.3 X X -android-tzdata@0.1.1 X X -android_system_properties@0.1.5 X X -anyhow@1.0.95 X X -async-trait@0.1.85 X X -autocfg@1.4.0 X X -backon@1.3.0 X -backtrace@0.3.74 X X -base64@0.21.7 X X -base64@0.22.1 X X -base64ct@1.6.0 X X -bindgen@0.69.5 X -bitflags@2.6.0 X X -block-buffer@0.10.4 X X -block-padding@0.3.3 X X -bumpalo@3.16.0 X X -byteorder@1.5.0 X X -bytes@1.9.0 X -cbc@0.1.2 X X -cc@1.2.7 X X -cexpr@0.6.0 X X -cfg-if@1.0.0 X X -chrono@0.4.39 X X -cipher@0.4.4 X X -clang-sys@1.8.1 X -const-oid@0.9.6 X X -core-foundation-sys@0.8.7 X X -cpufeatures@0.2.16 X X -crc32c@0.6.8 X X -crypto-common@0.1.6 X X -der@0.7.9 X X -deranged@0.3.11 X X -digest@0.10.7 X X -displaydoc@0.2.5 X X -either@1.13.0 X X -fastrand@2.3.0 X X -fnv@1.0.7 X X -form_urlencoded@1.2.1 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-util@0.3.31 X X -generic-array@0.14.7 X -getrandom@0.2.15 X X -gimli@0.31.1 X X -glob@0.3.2 X X -gloo-timers@0.3.0 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.2.0 X X -http-body@1.0.1 X -http-body-util@0.1.2 X -httparse@1.9.5 X X -hyper@1.5.2 X -hyper-rustls@0.27.5 X X X -hyper-util@0.1.10 X -iana-time-zone@0.1.61 X X -iana-time-zone-haiku@0.1.2 X X -icu_collections@1.5.0 X -icu_locid@1.5.0 X -icu_locid_transform@1.5.0 X -icu_locid_transform_data@1.5.0 X -icu_normalizer@1.5.0 X -icu_normalizer_data@1.5.0 X -icu_properties@1.5.1 X -icu_properties_data@1.5.0 X -icu_provider@1.5.0 X -icu_provider_macros@1.5.0 X -idna@1.0.3 X X -idna_adapter@1.2.0 X X -inout@0.1.3 X X -ipnet@2.10.1 X X -itertools@0.12.1 X X -itoa@1.0.14 X X -js-sys@0.3.76 X X -jsonwebtoken@9.3.0 X -lazy_static@1.5.0 X X -lazycell@1.3.0 X X -libc@0.2.169 X X -libloading@0.8.6 X -libm@0.2.11 X X -litemap@0.7.4 X -log@0.4.22 X 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 -minimal-lexical@0.2.1 X X -miniz_oxide@0.8.2 X X X -mio@1.0.3 X -nom@7.1.3 X -num-bigint@0.4.6 X X -num-bigint-dig@0.8.4 X X -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 -object@0.36.7 X X -once_cell@1.20.2 X X -opendal@0.51.1 X -opendal-ruby@0.1.13 X -pbkdf2@0.12.2 X X -pem@3.0.4 X -pem-rfc7468@0.7.0 X X -percent-encoding@2.3.1 X X -pin-project-lite@0.2.16 X X -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 -powerfmt@0.2.0 X X -ppv-lite86@0.2.20 X X -proc-macro2@1.0.92 X X -quick-xml@0.35.0 X -quick-xml@0.36.2 X -quote@1.0.38 X X -rand@0.8.5 X X -rand_chacha@0.3.1 X X -rand_core@0.6.4 X X -rb-sys@0.9.106 X X -rb-sys-build@0.9.106 X X -rb-sys-env@0.1.2 X X -regex@1.11.1 X X -regex-automata@0.4.9 X X -regex-syntax@0.8.5 X X -reqsign@0.16.1 X -reqwest@0.12.12 X X -ring@0.17.8 X -rsa@0.9.7 X X -rustc-demangle@0.1.24 X X -rustc-hash@1.1.0 X X -rustc_version@0.4.1 X X -rustls@0.23.20 X X X -rustls-pemfile@2.2.0 X X X -rustls-pki-types@1.10.1 X X -rustls-webpki@0.102.8 X -ryu@1.0.18 X X -salsa20@0.10.2 X X -scrypt@0.11.0 X X -semver@1.0.24 X X -seq-macro@0.3.5 X X -serde@1.0.217 X X -serde_derive@1.0.217 X X -serde_json@1.0.135 X X -serde_urlencoded@0.7.1 X X -sha1@0.10.6 X X -sha2@0.10.8 X X -shell-words@1.1.0 X X -shlex@1.3.0 X X -signature@2.2.0 X X -simple_asn1@0.6.2 X -slab@0.4.9 X -smallvec@1.13.2 X X -socket2@0.5.8 X X -spin@0.9.8 X -spki@0.7.3 X X -stable_deref_trait@1.2.0 X X -subtle@2.6.1 X -syn@2.0.95 X X -sync_wrapper@1.0.2 X -synstructure@0.13.1 X -thiserror@1.0.69 X X -thiserror-impl@1.0.69 X X -time@0.3.37 X X -time-core@0.1.2 X X -time-macros@0.2.19 X X -tinystr@0.7.6 X -tokio@1.42.0 X -tokio-rustls@0.26.1 X X -tokio-util@0.7.13 X -tower@0.5.2 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.41 X -tracing-core@0.1.33 X -try-lock@0.2.5 X -typenum@1.17.0 X X -unicode-ident@1.0.14 X X X -untrusted@0.9.0 X -url@2.5.4 X X -utf16_iter@1.0.5 X X -utf8_iter@1.0.4 X X -uuid@1.11.0 X X -version_check@0.9.5 X X -want@0.3.1 X -wasi@0.11.0+wasi-snapshot-preview1 X X X -wasm-bindgen@0.2.99 X X -wasm-bindgen-backend@0.2.99 X X -wasm-bindgen-futures@0.4.49 X X -wasm-bindgen-macro@0.2.99 X X -wasm-bindgen-macro-support@0.2.99 X X -wasm-bindgen-shared@0.2.99 X X -wasm-streams@0.4.2 X X -web-sys@0.3.76 X X -webpki-roots@0.26.7 X -windows-core@0.52.0 X X -windows-registry@0.2.0 X X -windows-result@0.2.0 X X -windows-strings@0.1.0 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-targets@0.52.6 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_msvc@0.52.6 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_msvc@0.52.6 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_msvc@0.52.6 X X -write16@1.0.0 X X -writeable@0.5.5 X -yoke@0.7.5 X -yoke-derive@0.7.5 X -zerocopy@0.7.35 X X X -zerocopy-derive@0.7.35 X X X -zerofrom@0.1.5 X -zerofrom-derive@0.1.5 X -zeroize@1.8.1 X X -zerovec@0.10.4 X -zerovec-derive@0.10.3 X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-DFS-2016 Unlicense Zlib +addr2line@0.24.2 X X +adler2@2.0.0 X X X +aes@0.8.4 X X +aho-corasick@1.1.3 X X +android-tzdata@0.1.1 X X +android_system_properties@0.1.5 X X +anyhow@1.0.89 X X +async-trait@0.1.83 X X +autocfg@1.4.0 X X +backon@1.2.0 X +backtrace@0.3.74 X X +base64@0.21.7 X X +base64@0.22.1 X X +base64ct@1.6.0 X X +bindgen@0.69.4 X +bitflags@2.6.0 X X +block-buffer@0.10.4 X X +block-padding@0.3.3 X X +bumpalo@3.16.0 X X +byteorder@1.5.0 X X +bytes@1.7.2 X +cbc@0.1.2 X X +cc@1.1.28 X X +cexpr@0.6.0 X X +cfg-if@1.0.0 X X +chrono@0.4.38 X X +cipher@0.4.4 X X +clang-sys@1.8.1 X +const-oid@0.9.6 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.14 X X +crc32c@0.6.8 X X +crunchy@0.2.2 X +crypto-common@0.1.6 X X +der@0.7.9 X X +deranged@0.3.11 X X +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 +fnv@1.0.7 X X +form_urlencoded@1.2.1 X X +futures@0.3.31 X X +futures-channel@0.3.31 X X +futures-core@0.3.31 X X +futures-io@0.3.31 X X +futures-macro@0.3.31 X X +futures-sink@0.3.31 X X +futures-task@0.3.31 X X +futures-util@0.3.31 X X +generic-array@0.14.7 X +getrandom@0.2.15 X X +gimli@0.31.1 X X +glob@0.3.1 X X +gloo-timers@0.3.0 X X +hashbrown@0.14.5 X X +hermit-abi@0.3.9 X X +hex@0.4.3 X X +hmac@0.12.1 X X +home@0.5.9 X X +http@1.1.0 X X +http-body@1.0.1 X +http-body-util@0.1.2 X +httparse@1.9.5 X X +hyper@1.4.1 X +hyper-rustls@0.27.3 X X X +hyper-util@0.1.9 X +iana-time-zone@0.1.61 X X +iana-time-zone-haiku@0.1.2 X X +idna@0.5.0 X X +inout@0.1.3 X X +ipnet@2.10.1 X X +itertools@0.12.1 X X +itoa@1.0.11 X X +js-sys@0.3.70 X X +jsonwebtoken@9.3.0 X +lazy_static@1.5.0 X X +lazycell@1.3.0 X X +libc@0.2.159 X X +libloading@0.8.5 X +libm@0.2.8 X X +log@0.4.22 X 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 +minimal-lexical@0.2.1 X X +miniz_oxide@0.8.0 X X X +mio@1.0.2 X +nom@7.1.3 X +num-bigint@0.4.6 X X +num-bigint-dig@0.8.4 X X +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 +object@0.36.5 X X +once_cell@1.20.2 X X +opendal@0.51.2 X +opendal-ruby@0.0.0 X +ordered-multimap@0.7.3 X +pbkdf2@0.12.2 X X +pem@3.0.4 X +pem-rfc7468@0.7.0 X X +percent-encoding@2.3.1 X X +pin-project-lite@0.2.14 X X +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 +powerfmt@0.2.0 X X +ppv-lite86@0.2.20 X X +proc-macro2@1.0.86 X X +quick-xml@0.35.0 X +quick-xml@0.36.2 X +quote@1.0.37 X X +rand@0.8.5 X X +rand_chacha@0.3.1 X X +rand_core@0.6.4 X X +rb-sys@0.9.102 X X +rb-sys-build@0.9.102 X X +rb-sys-env@0.1.2 X X +regex@1.11.0 X X +regex-automata@0.4.8 X X +regex-syntax@0.8.5 X X +reqsign@0.16.1 X +reqwest@0.12.8 X X +ring@0.17.8 X +rsa@0.9.6 X X +rust-ini@0.21.1 X +rustc-demangle@0.1.24 X X +rustc-hash@1.1.0 X X +rustc_version@0.4.1 X X +rustls@0.23.14 X X X +rustls-pemfile@2.2.0 X X X +rustls-pki-types@1.9.0 X X +rustls-webpki@0.102.8 X +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.210 X X +serde_derive@1.0.210 X X +serde_json@1.0.128 X X +serde_urlencoded@0.7.1 X X +sha1@0.10.6 X X +sha2@0.10.8 X X +shell-words@1.1.0 X X +shlex@1.3.0 X X +signature@2.2.0 X X +simple_asn1@0.6.2 X +slab@0.4.9 X +smallvec@1.13.2 X X +socket2@0.5.7 X X +spin@0.9.8 X +spki@0.7.3 X X +subtle@2.6.1 X +syn@2.0.79 X X +sync_wrapper@1.0.1 X +thiserror@1.0.64 X X +thiserror-impl@1.0.64 X X +time@0.3.36 X X +time-core@0.1.2 X X +time-macros@0.2.18 X X +tiny-keccak@2.0.2 X +tinyvec@1.8.0 X X X +tinyvec_macros@0.1.1 X X X +tokio@1.40.0 X +tokio-rustls@0.26.0 X X +tokio-util@0.7.12 X +tower-service@0.3.3 X +tracing@0.1.40 X +tracing-core@0.1.32 X +trim-in-place@0.1.7 X +try-lock@0.2.5 X +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 +untrusted@0.9.0 X +url@2.5.2 X X +uuid@1.10.0 X X +version_check@0.9.5 X X +want@0.3.1 X +wasi@0.11.0+wasi-snapshot-preview1 X X X +wasm-bindgen@0.2.93 X X +wasm-bindgen-backend@0.2.93 X X +wasm-bindgen-futures@0.4.43 X X +wasm-bindgen-macro@0.2.93 X X +wasm-bindgen-macro-support@0.2.93 X X +wasm-bindgen-shared@0.2.93 X X +wasm-streams@0.4.1 X X +web-sys@0.3.70 X X +webpki-roots@0.26.6 X +windows-core@0.52.0 X X +windows-registry@0.2.0 X X +windows-result@0.2.0 X X +windows-strings@0.1.0 X X +windows-sys@0.52.0 X X +windows-targets@0.52.6 X X +windows_aarch64_gnullvm@0.52.6 X X +windows_aarch64_msvc@0.52.6 X X +windows_i686_gnu@0.52.6 X X +windows_i686_gnullvm@0.52.6 X X +windows_i686_msvc@0.52.6 X X +windows_x86_64_gnu@0.52.6 X X +windows_x86_64_gnullvm@0.52.6 X X +windows_x86_64_msvc@0.52.6 X X +zerocopy@0.7.35 X X X +zerocopy-derive@0.7.35 X X X +zeroize@1.8.1 X X diff --git a/core/Cargo.lock b/core/Cargo.lock index c593abffd480..31d09c9a8689 100644 --- a/core/Cargo.lock +++ b/core/Cargo.lock @@ -5129,7 +5129,7 @@ checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" [[package]] name = "opendal" -version = "0.51.1" +version = "0.51.2" dependencies = [ "anyhow", "async-backtrace", diff --git a/core/Cargo.toml b/core/Cargo.toml index 600b51303931..360ab98c5808 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.51.1" +version = "0.51.2" [lints.clippy] unused_async = "warn" diff --git a/core/DEPENDENCIES.rust.tsv b/core/DEPENDENCIES.rust.tsv index b00ac4fe58c6..9e739d2386f2 100644 --- a/core/DEPENDENCIES.rust.tsv +++ b/core/DEPENDENCIES.rust.tsv @@ -1,181 +1,190 @@ -crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib -addr2line@0.24.2 X X -adler2@2.0.0 X X X -android-tzdata@0.1.1 X X -android_system_properties@0.1.5 X X -anyhow@1.0.95 X X -async-trait@0.1.85 X X -atomic-waker@1.1.2 X X -autocfg@1.4.0 X X -backon@1.3.0 X -backtrace@0.3.74 X X -base64@0.22.1 X X -block-buffer@0.10.4 X X -bumpalo@3.16.0 X X -byteorder@1.5.0 X X -bytes@1.9.0 X -cc@1.2.7 X X -cfg-if@1.0.0 X X -chrono@0.4.39 X X -const-oid@0.9.6 X X -core-foundation-sys@0.8.7 X X -cpufeatures@0.2.16 X X -crc32c@0.6.8 X X -crypto-common@0.1.6 X X -digest@0.10.7 X X -displaydoc@0.2.5 X X -dotenvy@0.15.7 X -equivalent@1.0.1 X X -fastrand@2.3.0 X X -fnv@1.0.7 X X -form_urlencoded@1.2.1 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-util@0.3.31 X X -generic-array@0.14.7 X -getrandom@0.2.15 X X -gimli@0.31.1 X X -gloo-timers@0.3.0 X X -h2@0.4.7 X -hashbrown@0.15.2 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.2.0 X X -http-body@1.0.1 X -http-body-util@0.1.2 X -httparse@1.9.5 X X -httpdate@1.0.3 X X -hyper@1.5.2 X -hyper-rustls@0.27.5 X X X -hyper-util@0.1.10 X -iana-time-zone@0.1.61 X X -iana-time-zone-haiku@0.1.2 X X -icu_collections@1.5.0 X -icu_locid@1.5.0 X -icu_locid_transform@1.5.0 X -icu_locid_transform_data@1.5.0 X -icu_normalizer@1.5.0 X -icu_normalizer_data@1.5.0 X -icu_properties@1.5.1 X -icu_properties_data@1.5.0 X -icu_provider@1.5.0 X -icu_provider_macros@1.5.0 X -idna@1.0.3 X X -idna_adapter@1.2.0 X X -indexmap@2.7.0 X X -ipnet@2.10.1 X X -itoa@1.0.14 X X -js-sys@0.3.76 X X -libc@0.2.169 X X -litemap@0.7.4 X -log@0.4.22 X X -md-5@0.10.6 X X -memchr@2.7.4 X X -mime@0.3.17 X X -miniz_oxide@0.8.2 X X X -mio@1.0.3 X -num-traits@0.2.19 X X -object@0.36.7 X X -once_cell@1.20.2 X X -opendal@0.51.1 X -percent-encoding@2.3.1 X X -pin-project-lite@0.2.16 X X -pin-utils@0.1.0 X X -ppv-lite86@0.2.20 X X -proc-macro2@1.0.92 X X -quick-xml@0.35.0 X -quick-xml@0.36.2 X -quote@1.0.38 X X -rand@0.8.5 X X -rand_chacha@0.3.1 X X -rand_core@0.6.4 X X -reqsign@0.16.1 X -reqwest@0.12.12 X X -ring@0.17.8 X -rustc-demangle@0.1.24 X X -rustc_version@0.4.1 X X -rustls@0.23.20 X X X -rustls-pemfile@2.2.0 X X X -rustls-pki-types@1.10.1 X X -rustls-webpki@0.102.8 X -ryu@1.0.18 X X -semver@1.0.24 X X -serde@1.0.217 X X -serde_derive@1.0.217 X X -serde_json@1.0.135 X X -serde_urlencoded@0.7.1 X X -sha1@0.10.6 X X -sha2@0.10.8 X X -shlex@1.3.0 X X -slab@0.4.9 X -smallvec@1.13.2 X X -socket2@0.5.8 X X -spin@0.9.8 X -stable_deref_trait@1.2.0 X X -subtle@2.6.1 X -syn@2.0.95 X X -sync_wrapper@1.0.2 X -synstructure@0.13.1 X -tinystr@0.7.6 X -tokio@1.42.0 X -tokio-macros@2.4.0 X -tokio-rustls@0.26.1 X X -tokio-util@0.7.13 X -tower@0.5.2 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.41 X -tracing-attributes@0.1.28 X -tracing-core@0.1.33 X -try-lock@0.2.5 X -typenum@1.17.0 X X -unicode-ident@1.0.14 X X X -untrusted@0.9.0 X -url@2.5.4 X X -utf16_iter@1.0.5 X X -utf8_iter@1.0.4 X X -uuid@1.11.0 X X -version_check@0.9.5 X X -want@0.3.1 X -wasi@0.11.0+wasi-snapshot-preview1 X X X -wasm-bindgen@0.2.99 X X -wasm-bindgen-backend@0.2.99 X X -wasm-bindgen-futures@0.4.49 X X -wasm-bindgen-macro@0.2.99 X X -wasm-bindgen-macro-support@0.2.99 X X -wasm-bindgen-shared@0.2.99 X X -wasm-streams@0.4.2 X X -web-sys@0.3.76 X X -webpki-roots@0.26.7 X -windows-core@0.52.0 X X -windows-registry@0.2.0 X X -windows-result@0.2.0 X X -windows-strings@0.1.0 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-targets@0.52.6 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_msvc@0.52.6 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_msvc@0.52.6 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_msvc@0.52.6 X X -write16@1.0.0 X X -writeable@0.5.5 X -yoke@0.7.5 X -yoke-derive@0.7.5 X -zerocopy@0.7.35 X X X -zerocopy-derive@0.7.35 X X X -zerofrom@0.1.5 X -zerofrom-derive@0.1.5 X -zeroize@1.8.1 X X -zerovec@0.10.4 X -zerovec-derive@0.10.3 X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib +addr2line@0.24.2 X X +adler2@2.0.0 X X X +android-tzdata@0.1.1 X X +android_system_properties@0.1.5 X X +anyhow@1.0.95 X X +async-trait@0.1.85 X X +atomic-waker@1.1.2 X X +autocfg@1.4.0 X X +backon@1.3.0 X +backtrace@0.3.74 X X +base64@0.22.1 X X +block-buffer@0.10.4 X X +bumpalo@3.16.0 X X +byteorder@1.5.0 X X +bytes@1.9.0 X +cc@1.2.7 X X +cfg-if@1.0.0 X X +chrono@0.4.39 X X +const-oid@0.9.6 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.16 X X +crc32c@0.6.8 X X +crunchy@0.2.2 X +crypto-common@0.1.6 X X +digest@0.10.7 X X +displaydoc@0.2.5 X X +dlv-list@0.5.2 X X +dotenvy@0.15.7 X +equivalent@1.0.1 X X +fastrand@2.3.0 X X +fnv@1.0.7 X X +form_urlencoded@1.2.1 X X +futures@0.3.31 X X +futures-channel@0.3.31 X X +futures-core@0.3.31 X X +futures-io@0.3.31 X X +futures-macro@0.3.31 X X +futures-sink@0.3.31 X X +futures-task@0.3.31 X X +futures-util@0.3.31 X X +generic-array@0.14.7 X +getrandom@0.2.15 X X +gimli@0.31.1 X X +gloo-timers@0.3.0 X X +h2@0.4.7 X +hashbrown@0.14.5 X X +hashbrown@0.15.2 X X +hex@0.4.3 X X +hmac@0.12.1 X X +home@0.5.11 X X +http@1.2.0 X X +http-body@1.0.1 X +http-body-util@0.1.2 X +httparse@1.9.5 X X +httpdate@1.0.3 X X +hyper@1.5.2 X +hyper-rustls@0.27.5 X X X +hyper-util@0.1.10 X +iana-time-zone@0.1.61 X X +iana-time-zone-haiku@0.1.2 X X +icu_collections@1.5.0 X +icu_locid@1.5.0 X +icu_locid_transform@1.5.0 X +icu_locid_transform_data@1.5.0 X +icu_normalizer@1.5.0 X +icu_normalizer_data@1.5.0 X +icu_properties@1.5.1 X +icu_properties_data@1.5.0 X +icu_provider@1.5.0 X +icu_provider_macros@1.5.0 X +idna@1.0.3 X X +idna_adapter@1.2.0 X X +indexmap@2.7.0 X X +ipnet@2.10.1 X X +itoa@1.0.14 X X +js-sys@0.3.76 X X +libc@0.2.169 X X +litemap@0.7.4 X +log@0.4.22 X X +md-5@0.10.6 X X +memchr@2.7.4 X X +mime@0.3.17 X X +miniz_oxide@0.8.2 X X X +mio@1.0.3 X +num-traits@0.2.19 X X +object@0.36.7 X X +once_cell@1.20.2 X X +opendal@0.51.2 X +ordered-multimap@0.7.3 X +percent-encoding@2.3.1 X X +pin-project-lite@0.2.16 X X +pin-utils@0.1.0 X X +ppv-lite86@0.2.20 X X +proc-macro2@1.0.92 X X +quick-xml@0.35.0 X +quick-xml@0.36.2 X +quote@1.0.38 X X +rand@0.8.5 X X +rand_chacha@0.3.1 X X +rand_core@0.6.4 X X +reqsign@0.16.1 X +reqwest@0.12.12 X X +ring@0.17.8 X +rust-ini@0.21.1 X +rustc-demangle@0.1.24 X X +rustc_version@0.4.1 X X +rustls@0.23.20 X X X +rustls-pemfile@2.2.0 X X X +rustls-pki-types@1.10.1 X X +rustls-webpki@0.102.8 X +ryu@1.0.18 X X +semver@1.0.24 X X +serde@1.0.217 X X +serde_derive@1.0.217 X X +serde_json@1.0.135 X X +serde_urlencoded@0.7.1 X X +sha1@0.10.6 X X +sha2@0.10.8 X X +shlex@1.3.0 X X +slab@0.4.9 X +smallvec@1.13.2 X X +socket2@0.5.8 X X +spin@0.9.8 X +stable_deref_trait@1.2.0 X X +subtle@2.6.1 X +syn@2.0.95 X X +sync_wrapper@1.0.2 X +synstructure@0.13.1 X +tiny-keccak@2.0.2 X +tinystr@0.7.6 X +tokio@1.42.0 X +tokio-macros@2.4.0 X +tokio-rustls@0.26.1 X X +tokio-util@0.7.13 X +tower@0.5.2 X +tower-layer@0.3.3 X +tower-service@0.3.3 X +tracing@0.1.41 X +tracing-attributes@0.1.28 X +tracing-core@0.1.33 X +trim-in-place@0.1.7 X +try-lock@0.2.5 X +typenum@1.17.0 X X +unicode-ident@1.0.14 X X X +untrusted@0.9.0 X +url@2.5.4 X X +utf16_iter@1.0.5 X X +utf8_iter@1.0.4 X X +uuid@1.11.0 X X +version_check@0.9.5 X X +want@0.3.1 X +wasi@0.11.0+wasi-snapshot-preview1 X X X +wasm-bindgen@0.2.99 X X +wasm-bindgen-backend@0.2.99 X X +wasm-bindgen-futures@0.4.49 X X +wasm-bindgen-macro@0.2.99 X X +wasm-bindgen-macro-support@0.2.99 X X +wasm-bindgen-shared@0.2.99 X X +wasm-streams@0.4.2 X X +web-sys@0.3.76 X X +webpki-roots@0.26.7 X +windows-core@0.52.0 X X +windows-registry@0.2.0 X X +windows-result@0.2.0 X X +windows-strings@0.1.0 X X +windows-sys@0.52.0 X X +windows-sys@0.59.0 X X +windows-targets@0.52.6 X X +windows_aarch64_gnullvm@0.52.6 X X +windows_aarch64_msvc@0.52.6 X X +windows_i686_gnu@0.52.6 X X +windows_i686_gnullvm@0.52.6 X X +windows_i686_msvc@0.52.6 X X +windows_x86_64_gnu@0.52.6 X X +windows_x86_64_gnullvm@0.52.6 X X +windows_x86_64_msvc@0.52.6 X X +write16@1.0.0 X X +writeable@0.5.5 X +yoke@0.7.5 X +yoke-derive@0.7.5 X +zerocopy@0.7.35 X X X +zerocopy-derive@0.7.35 X X X +zerofrom@0.1.5 X +zerofrom-derive@0.1.5 X +zeroize@1.8.1 X X +zerovec@0.10.4 X +zerovec-derive@0.10.3 X diff --git a/dev/src/release/package.rs b/dev/src/release/package.rs index 42df68b08c0f..9d4061d09b80 100644 --- a/dev/src/release/package.rs +++ b/dev/src/release/package.rs @@ -60,32 +60,32 @@ fn make_package(path: &str, version: &str, dependencies: Vec) -> Packag /// List all packages that are ready for release. pub fn all_packages() -> Vec { - let core = make_package("core", "0.51.1", vec![]); + let core = make_package("core", "0.51.2", vec![]); // Integrations - let cloud_filter = make_package("integrations/cloud_filter", "0.0.4", vec![core.clone()]); - let compact = make_package("integrations/compat", "1.0.2", vec![core.clone()]); - let dav_server = make_package("integrations/dav-server", "0.3.0", vec![core.clone()]); - let fuse3 = make_package("integrations/fuse3", "0.0.11", vec![core.clone()]); - let object_store = make_package("integrations/object_store", "0.49.0", vec![core.clone()]); - let parquet = make_package("integrations/parquet", "0.3.0", vec![core.clone()]); - let unftp_sbe = make_package("integrations/unftp-sbe", "0.0.11", vec![core.clone()]); + let cloud_filter = make_package("integrations/cloud_filter", "0.0.5", vec![core.clone()]); + let compact = make_package("integrations/compat", "1.0.3", vec![core.clone()]); + let dav_server = make_package("integrations/dav-server", "0.3.1", vec![core.clone()]); + let fuse3 = make_package("integrations/fuse3", "0.0.12", vec![core.clone()]); + let object_store = make_package("integrations/object_store", "0.49.1", vec![core.clone()]); + let parquet = make_package("integrations/parquet", "0.3.1", vec![core.clone()]); + let unftp_sbe = make_package("integrations/unftp-sbe", "0.0.12", vec![core.clone()]); // Binaries - let oay = make_package("bin/oay", "0.41.15", vec![core.clone(), dav_server.clone()]); + let oay = make_package("bin/oay", "0.41.16", vec![core.clone(), dav_server.clone()]); let ofs = make_package( "bin/ofs", - "0.0.16", + "0.0.17", vec![core.clone(), fuse3.clone(), cloud_filter.clone()], ); - let oli = make_package("bin/oli", "0.41.15", vec![core.clone()]); + let oli = make_package("bin/oli", "0.41.16", vec![core.clone()]); // Bindings - let c = make_package("bindings/c", "0.45.3", vec![core.clone()]); - let cpp = make_package("bindings/cpp", "0.45.15", vec![core.clone()]); - let java = make_package("bindings/java", "0.47.7", vec![core.clone()]); - let nodejs = make_package("bindings/nodejs", "0.47.9", vec![core.clone()]); - let python = make_package("bindings/python", "0.45.14", vec![core.clone()]); + let c = make_package("bindings/c", "0.45.4", vec![core.clone()]); + let cpp = make_package("bindings/cpp", "0.45.16", vec![core.clone()]); + let java = make_package("bindings/java", "0.47.8", vec![core.clone()]); + let nodejs = make_package("bindings/nodejs", "0.47.10", vec![core.clone()]); + let python = make_package("bindings/python", "0.45.15", vec![core.clone()]); vec![ core, diff --git a/integrations/cloud_filter/Cargo.toml b/integrations/cloud_filter/Cargo.toml index 6a15011c9d86..4173951d02d6 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.4" +version = "0.0.5" [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.51.0", path = "../../core" } +opendal = { version = "0.51.2", path = "../../core" } serde = { version = "1.0.203", features = ["derive"] } [dev-dependencies] libtest-mimic = { version = "0.8.1" } logforth = { version = "0.21.0", default-features = false } -opendal = { version = "0.51.0", path = "../../core", features = [ +opendal = { version = "0.51.2", path = "../../core", features = [ "services-fs", "tests", ] } diff --git a/integrations/cloud_filter/DEPENDENCIES.rust.tsv b/integrations/cloud_filter/DEPENDENCIES.rust.tsv index fe932b62fa5e..94c18a4e2690 100644 --- a/integrations/cloud_filter/DEPENDENCIES.rust.tsv +++ b/integrations/cloud_filter/DEPENDENCIES.rust.tsv @@ -1,193 +1,202 @@ -crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib -addr2line@0.24.2 X X -adler2@2.0.0 X X X -android-tzdata@0.1.1 X X -android_system_properties@0.1.5 X X -anyhow@1.0.95 X X -async-trait@0.1.85 X X -autocfg@1.4.0 X X -backon@1.3.0 X -backtrace@0.3.74 X X -base64@0.22.1 X X -bincode@1.3.3 X -block-buffer@0.10.4 X X -bumpalo@3.16.0 X X -byteorder@1.5.0 X X -bytes@1.9.0 X -cc@1.2.7 X X -cfg-if@1.0.0 X X -chrono@0.4.39 X X -cloud-filter@0.0.5 X -cloud_filter_opendal@0.0.4 X -const-oid@0.9.6 X X -core-foundation-sys@0.8.7 X X -cpufeatures@0.2.16 X X -crc32c@0.6.8 X X -crypto-common@0.1.6 X X -deranged@0.3.11 X X -digest@0.10.7 X X -displaydoc@0.2.5 X X -dotenvy@0.15.7 X -fastrand@2.3.0 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 -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-executor@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-util@0.3.31 X X -generic-array@0.14.7 X -getrandom@0.2.15 X X -gimli@0.31.1 X X -gloo-timers@0.3.0 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.2.0 X X -http-body@1.0.1 X -http-body-util@0.1.2 X -httparse@1.9.5 X X -hyper@1.5.2 X -hyper-rustls@0.27.5 X X X -hyper-util@0.1.10 X -iana-time-zone@0.1.61 X X -iana-time-zone-haiku@0.1.2 X X -icu_collections@1.5.0 X -icu_locid@1.5.0 X -icu_locid_transform@1.5.0 X -icu_locid_transform_data@1.5.0 X -icu_normalizer@1.5.0 X -icu_normalizer_data@1.5.0 X -icu_properties@1.5.1 X -icu_properties_data@1.5.0 X -icu_provider@1.5.0 X -icu_provider_macros@1.5.0 X -idna@1.0.3 X X -idna_adapter@1.2.0 X X -ipnet@2.10.1 X X -itoa@1.0.14 X X -js-sys@0.3.76 X X -libc@0.2.169 X X -litemap@0.7.4 X -log@0.4.22 X X -md-5@0.10.6 X X -memchr@2.7.4 X X -memoffset@0.9.1 X -mime@0.3.17 X X -miniz_oxide@0.8.2 X X X -mio@1.0.3 X -nt-time@0.8.1 X X -num-conv@0.1.0 X X -num-traits@0.2.19 X X -object@0.36.7 X X -once_cell@1.20.2 X X -opendal@0.51.1 X -percent-encoding@2.3.1 X X -pin-project-lite@0.2.16 X X -pin-utils@0.1.0 X X -powerfmt@0.2.0 X X -ppv-lite86@0.2.20 X X -proc-macro2@1.0.92 X X -quick-xml@0.35.0 X -quick-xml@0.36.2 X -quote@1.0.38 X X -rand@0.8.5 X X -rand_chacha@0.3.1 X X -rand_core@0.6.4 X X -reqsign@0.16.1 X -reqwest@0.12.12 X X -ring@0.17.8 X -rustc-demangle@0.1.24 X X -rustc_version@0.4.1 X X -rustls@0.23.20 X X X -rustls-pemfile@2.2.0 X X X -rustls-pki-types@1.10.1 X X -rustls-webpki@0.102.8 X -ryu@1.0.18 X X -semver@1.0.24 X X -serde@1.0.217 X X -serde_derive@1.0.217 X X -serde_json@1.0.135 X X -serde_urlencoded@0.7.1 X X -sha1@0.10.6 X X -sha2@0.10.8 X X -shlex@1.3.0 X X -signal-hook-registry@1.4.2 X X -slab@0.4.9 X -smallvec@1.13.2 X X -socket2@0.5.8 X X -spin@0.9.8 X -stable_deref_trait@1.2.0 X X -subtle@2.6.1 X -syn@2.0.95 X X -sync_wrapper@1.0.2 X -synstructure@0.13.1 X -time@0.3.37 X X -time-core@0.1.2 X X -time-macros@0.2.19 X X -tinystr@0.7.6 X -tokio@1.42.0 X -tokio-macros@2.4.0 X -tokio-rustls@0.26.1 X X -tokio-util@0.7.13 X -tower@0.5.2 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.41 X -tracing-core@0.1.33 X -try-lock@0.2.5 X -typenum@1.17.0 X X -unicode-ident@1.0.14 X X X -untrusted@0.9.0 X -url@2.5.4 X X -utf16_iter@1.0.5 X X -utf8_iter@1.0.4 X X -uuid@1.11.0 X X -version_check@0.9.5 X X -want@0.3.1 X -wasi@0.11.0+wasi-snapshot-preview1 X X X -wasm-bindgen@0.2.99 X X -wasm-bindgen-backend@0.2.99 X X -wasm-bindgen-futures@0.4.49 X X -wasm-bindgen-macro@0.2.99 X X -wasm-bindgen-macro-support@0.2.99 X X -wasm-bindgen-shared@0.2.99 X X -wasm-streams@0.4.2 X X -web-sys@0.3.76 X X -webpki-roots@0.26.7 X -widestring@1.1.0 X X -windows@0.58.0 X X -windows-core@0.52.0 X X -windows-core@0.58.0 X X -windows-implement@0.58.0 X X -windows-interface@0.58.0 X X -windows-registry@0.2.0 X X -windows-result@0.2.0 X X -windows-strings@0.1.0 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-targets@0.52.6 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_msvc@0.52.6 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_msvc@0.52.6 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_msvc@0.52.6 X X -write16@1.0.0 X X -writeable@0.5.5 X -yoke@0.7.5 X -yoke-derive@0.7.5 X -zerocopy@0.7.35 X X X -zerocopy-derive@0.7.35 X X X -zerofrom@0.1.5 X -zerofrom-derive@0.1.5 X -zeroize@1.8.1 X X -zerovec@0.10.4 X -zerovec-derive@0.10.3 X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib +addr2line@0.24.2 X X +adler2@2.0.0 X X X +android-tzdata@0.1.1 X X +android_system_properties@0.1.5 X X +anyhow@1.0.95 X X +async-trait@0.1.83 X X +autocfg@1.4.0 X X +backon@1.3.0 X +backtrace@0.3.74 X X +base64@0.22.1 X X +bincode@1.3.3 X +block-buffer@0.10.4 X X +bumpalo@3.16.0 X X +byteorder@1.5.0 X X +bytes@1.9.0 X +cc@1.2.6 X X +cfg-if@1.0.0 X X +chrono@0.4.39 X X +cloud-filter@0.0.5 X +cloud_filter_opendal@0.0.5 X +const-oid@0.9.6 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.16 X X +crc32c@0.6.8 X X +crunchy@0.2.2 X +crypto-common@0.1.6 X X +deranged@0.3.11 X X +digest@0.10.7 X X +displaydoc@0.2.5 X X +dlv-list@0.5.2 X X +dotenvy@0.15.7 X +fastrand@2.3.0 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 +futures-channel@0.3.31 X X +futures-core@0.3.31 X X +futures-executor@0.3.31 X X +futures-io@0.3.31 X X +futures-macro@0.3.31 X X +futures-sink@0.3.31 X X +futures-task@0.3.31 X X +futures-util@0.3.31 X X +generic-array@0.14.7 X +getrandom@0.2.15 X X +gimli@0.31.1 X X +gloo-timers@0.3.0 X X +hashbrown@0.14.5 X X +hex@0.4.3 X X +hmac@0.12.1 X X +home@0.5.11 X X +http@1.2.0 X X +http-body@1.0.1 X +http-body-util@0.1.2 X +httparse@1.9.5 X X +hyper@1.5.2 X +hyper-rustls@0.27.5 X X X +hyper-util@0.1.10 X +iana-time-zone@0.1.61 X X +iana-time-zone-haiku@0.1.2 X X +icu_collections@1.5.0 X +icu_locid@1.5.0 X +icu_locid_transform@1.5.0 X +icu_locid_transform_data@1.5.0 X +icu_normalizer@1.5.0 X +icu_normalizer_data@1.5.0 X +icu_properties@1.5.1 X +icu_properties_data@1.5.0 X +icu_provider@1.5.0 X +icu_provider_macros@1.5.0 X +idna@1.0.3 X X +idna_adapter@1.2.0 X X +ipnet@2.10.1 X X +itoa@1.0.14 X X +js-sys@0.3.76 X X +libc@0.2.169 X X +litemap@0.7.4 X +log@0.4.22 X X +md-5@0.10.6 X X +memchr@2.7.4 X X +memoffset@0.9.1 X +mime@0.3.17 X X +miniz_oxide@0.8.2 X X X +mio@1.0.3 X +nt-time@0.8.1 X X +num-conv@0.1.0 X X +num-traits@0.2.19 X X +object@0.36.7 X X +once_cell@1.20.2 X X +opendal@0.51.2 X +ordered-multimap@0.7.3 X +percent-encoding@2.3.1 X X +pin-project-lite@0.2.15 X X +pin-utils@0.1.0 X X +powerfmt@0.2.0 X X +ppv-lite86@0.2.20 X X +proc-macro2@1.0.92 X X +quick-xml@0.35.0 X +quick-xml@0.36.2 X +quote@1.0.38 X X +rand@0.8.5 X X +rand_chacha@0.3.1 X X +rand_core@0.6.4 X X +reqsign@0.16.1 X +reqwest@0.12.10 X X +ring@0.17.8 X +rust-ini@0.21.1 X +rustc-demangle@0.1.24 X X +rustc_version@0.4.1 X X +rustls@0.23.20 X X X +rustls-pemfile@2.2.0 X X X +rustls-pki-types@1.10.1 X X +rustls-webpki@0.102.8 X +ryu@1.0.18 X X +semver@1.0.24 X X +serde@1.0.216 X X +serde_derive@1.0.216 X X +serde_json@1.0.134 X X +serde_urlencoded@0.7.1 X X +sha1@0.10.6 X X +sha2@0.10.8 X X +shlex@1.3.0 X X +signal-hook-registry@1.4.2 X X +slab@0.4.9 X +smallvec@1.13.2 X X +socket2@0.5.8 X X +spin@0.9.8 X +stable_deref_trait@1.2.0 X X +subtle@2.6.1 X +syn@2.0.92 X X +sync_wrapper@1.0.2 X +synstructure@0.13.1 X +time@0.3.37 X X +time-core@0.1.2 X X +time-macros@0.2.19 X X +tiny-keccak@2.0.2 X +tinystr@0.7.6 X +tokio@1.42.0 X +tokio-macros@2.4.0 X +tokio-rustls@0.26.1 X X +tokio-util@0.7.13 X +tower@0.5.2 X +tower-layer@0.3.3 X +tower-service@0.3.3 X +tracing@0.1.41 X +tracing-core@0.1.33 X +trim-in-place@0.1.7 X +try-lock@0.2.5 X +typenum@1.17.0 X X +unicode-ident@1.0.14 X X X +untrusted@0.9.0 X +url@2.5.4 X X +utf16_iter@1.0.5 X X +utf8_iter@1.0.4 X X +uuid@1.11.0 X X +version_check@0.9.5 X X +want@0.3.1 X +wasi@0.11.0+wasi-snapshot-preview1 X X X +wasm-bindgen@0.2.99 X X +wasm-bindgen-backend@0.2.99 X X +wasm-bindgen-futures@0.4.49 X X +wasm-bindgen-macro@0.2.99 X X +wasm-bindgen-macro-support@0.2.99 X X +wasm-bindgen-shared@0.2.99 X X +wasm-streams@0.4.2 X X +web-sys@0.3.76 X X +webpki-roots@0.26.7 X +widestring@1.1.0 X X +windows@0.58.0 X X +windows-core@0.52.0 X X +windows-core@0.58.0 X X +windows-implement@0.58.0 X X +windows-interface@0.58.0 X X +windows-registry@0.2.0 X X +windows-result@0.2.0 X X +windows-strings@0.1.0 X X +windows-sys@0.52.0 X X +windows-sys@0.59.0 X X +windows-targets@0.52.6 X X +windows_aarch64_gnullvm@0.52.6 X X +windows_aarch64_msvc@0.52.6 X X +windows_i686_gnu@0.52.6 X X +windows_i686_gnullvm@0.52.6 X X +windows_i686_msvc@0.52.6 X X +windows_x86_64_gnu@0.52.6 X X +windows_x86_64_gnullvm@0.52.6 X X +windows_x86_64_msvc@0.52.6 X X +write16@1.0.0 X X +writeable@0.5.5 X +yoke@0.7.5 X +yoke-derive@0.7.5 X +zerocopy@0.7.35 X X X +zerocopy-derive@0.7.35 X X X +zerofrom@0.1.5 X +zerofrom-derive@0.1.5 X +zeroize@1.8.1 X X +zerovec@0.10.4 X +zerovec-derive@0.10.3 X diff --git a/integrations/compat/Cargo.toml b/integrations/compat/Cargo.toml index c8578c49b65a..e29deb6adc43 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.2" +version = "1.0.3" [package.metadata.docs.rs] all-features = true diff --git a/integrations/compat/DEPENDENCIES.rust.tsv b/integrations/compat/DEPENDENCIES.rust.tsv index 151d7201c9bc..de9d1bf10cc5 100644 --- a/integrations/compat/DEPENDENCIES.rust.tsv +++ b/integrations/compat/DEPENDENCIES.rust.tsv @@ -1,7 +1,7 @@ crate Apache-2.0 MIT Unicode-3.0 async-trait@0.1.85 X X -opendal_compat@1.0.2 X -proc-macro2@1.0.92 X X +opendal_compat@1.0.3 X +proc-macro2@1.0.93 X X quote@1.0.38 X X -syn@2.0.95 X X -unicode-ident@1.0.14 X X X +syn@2.0.96 X X +unicode-ident@1.0.15 X X X diff --git a/integrations/dav-server/Cargo.toml b/integrations/dav-server/Cargo.toml index 1e49923d6d93..499505bd2d4b 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.3.0" +version = "0.3.1" 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.51.0", path = "../../core" } +opendal = { version = "0.51.2", path = "../../core" } [dev-dependencies] -opendal = { version = "0.51.0", path = "../../core", features = [ +opendal = { version = "0.51.2", 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 be1b080ff98c..a6ecf4b0137f 100644 --- a/integrations/dav-server/DEPENDENCIES.rust.tsv +++ b/integrations/dav-server/DEPENDENCIES.rust.tsv @@ -12,18 +12,18 @@ backon@1.3.0 X backtrace@0.3.74 X X base64@0.21.7 X X base64@0.22.1 X X -bitflags@2.6.0 X X +bitflags@2.8.0 X X block-buffer@0.10.4 X X bumpalo@3.16.0 X X bytes@1.9.0 X -cc@1.2.7 X X +cc@1.2.10 X X cfg-if@1.0.0 X X chrono@0.4.39 X X core-foundation-sys@0.8.7 X X -cpufeatures@0.2.16 X X +cpufeatures@0.2.17 X X crypto-common@0.1.6 X X dav-server@0.7.0 X -dav-server-opendalfs@0.3.0 X +dav-server-opendalfs@0.3.1 X deranged@0.3.11 X X digest@0.10.7 X X displaydoc@0.2.5 X X @@ -71,26 +71,26 @@ icu_provider@1.5.0 X icu_provider_macros@1.5.0 X idna@1.0.3 X X idna_adapter@1.2.0 X X -ipnet@2.10.1 X X +ipnet@2.11.0 X X itoa@1.0.14 X X -js-sys@0.3.76 X X +js-sys@0.3.77 X X lazy_static@1.5.0 X X libc@0.2.169 X X litemap@0.7.4 X lock_api@0.4.12 X X -log@0.4.22 X X +log@0.4.25 X X lru@0.12.5 X md-5@0.10.6 X X memchr@2.7.4 X X mime@0.3.17 X X mime_guess@2.0.5 X -miniz_oxide@0.8.2 X X X +miniz_oxide@0.8.3 X X X mio@1.0.3 X num-conv@0.1.0 X X num-traits@0.2.19 X X object@0.36.7 X X once_cell@1.20.2 X X -opendal@0.51.1 X +opendal@0.51.2 X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X percent-encoding@2.3.1 X X @@ -99,7 +99,7 @@ pin-project-internal@1.1.8 X X pin-project-lite@0.2.16 X X pin-utils@0.1.0 X X powerfmt@0.2.0 X X -proc-macro2@1.0.92 X X +proc-macro2@1.0.93 X X quick-xml@0.36.2 X quote@1.0.38 X X redox_syscall@0.5.8 X @@ -109,15 +109,16 @@ regex-syntax@0.8.5 X X reqwest@0.12.12 X X ring@0.17.8 X rustc-demangle@0.1.24 X X -rustls@0.23.20 X X X +rustls@0.23.21 X X X rustls-pemfile@2.2.0 X X X -rustls-pki-types@1.10.1 X X +rustls-pki-types@1.11.0 X X rustls-webpki@0.102.8 X +rustversion@1.0.19 X X ryu@1.0.18 X X scopeguard@1.2.0 X X serde@1.0.217 X X serde_derive@1.0.217 X X -serde_json@1.0.135 X X +serde_json@1.0.137 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X shlex@1.3.0 X X @@ -127,15 +128,15 @@ socket2@0.5.8 X X spin@0.9.8 X stable_deref_trait@1.2.0 X X subtle@2.6.1 X -syn@2.0.95 X X +syn@2.0.96 X X sync_wrapper@1.0.2 X synstructure@0.13.1 X time@0.3.37 X X time-core@0.1.2 X X time-macros@0.2.19 X X tinystr@0.7.6 X -tokio@1.42.0 X -tokio-macros@2.4.0 X +tokio@1.43.0 X +tokio-macros@2.5.0 X tokio-rustls@0.26.1 X X tokio-util@0.7.13 X tower@0.5.2 X @@ -146,23 +147,23 @@ tracing-core@0.1.33 X try-lock@0.2.5 X typenum@1.17.0 X X unicase@2.8.1 X X -unicode-ident@1.0.14 X X X +unicode-ident@1.0.15 X X X untrusted@0.9.0 X url@2.5.4 X X utf16_iter@1.0.5 X X utf8_iter@1.0.4 X X -uuid@1.11.0 X X +uuid@1.12.1 X X version_check@0.9.5 X X want@0.3.1 X wasi@0.11.0+wasi-snapshot-preview1 X X X -wasm-bindgen@0.2.99 X X -wasm-bindgen-backend@0.2.99 X X -wasm-bindgen-futures@0.4.49 X X -wasm-bindgen-macro@0.2.99 X X -wasm-bindgen-macro-support@0.2.99 X X -wasm-bindgen-shared@0.2.99 X X +wasm-bindgen@0.2.100 X X +wasm-bindgen-backend@0.2.100 X X +wasm-bindgen-futures@0.4.50 X X +wasm-bindgen-macro@0.2.100 X X +wasm-bindgen-macro-support@0.2.100 X X +wasm-bindgen-shared@0.2.100 X X wasm-streams@0.4.2 X X -web-sys@0.3.76 X X +web-sys@0.3.77 X X webpki-roots@0.26.7 X windows-core@0.52.0 X X windows-registry@0.2.0 X X diff --git a/integrations/fuse3/Cargo.toml b/integrations/fuse3/Cargo.toml index 0c0cf4a29acb..aec1d6e5d653 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.11" +version = "0.0.12" [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.51.0", path = "../../core" } +opendal = { version = "0.51.2", 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 5d31dfe33cd6..e1f7ec629739 100644 --- a/integrations/fuse3/DEPENDENCIES.rust.tsv +++ b/integrations/fuse3/DEPENDENCIES.rust.tsv @@ -11,11 +11,11 @@ backon@1.3.0 X backtrace@0.3.74 X X base64@0.22.1 X X bincode@1.3.3 X -bitflags@2.6.0 X X +bitflags@2.8.0 X X block-buffer@0.10.4 X X bumpalo@3.16.0 X X bytes@1.9.0 X -cc@1.2.7 X X +cc@1.2.10 X X cfg-if@1.0.0 X X cfg_aliases@0.2.1 X chrono@0.4.39 X X @@ -32,7 +32,7 @@ fastrand@2.3.0 X X fnv@1.0.7 X X form_urlencoded@1.2.1 X X fuse3@0.8.1 X -fuse3_opendal@0.0.11 X +fuse3_opendal@0.0.12 X futures@0.3.31 X X futures-channel@0.3.31 X X futures-core@0.3.31 X X @@ -67,44 +67,45 @@ icu_provider@1.5.0 X icu_provider_macros@1.5.0 X idna@1.0.3 X X idna_adapter@1.2.0 X X -ipnet@2.10.1 X X +ipnet@2.11.0 X X itoa@1.0.14 X X -js-sys@0.3.76 X X +js-sys@0.3.77 X X lazy_static@1.5.0 X X libc@0.2.169 X X linux-raw-sys@0.4.15 X X X litemap@0.7.4 X -log@0.4.22 X X +log@0.4.25 X X md-5@0.10.6 X X memchr@2.7.4 X X memoffset@0.9.1 X mime@0.3.17 X X -miniz_oxide@0.8.2 X X X +miniz_oxide@0.8.3 X X X mio@1.0.3 X nix@0.29.0 X num-traits@0.2.19 X X object@0.36.7 X X once_cell@1.20.2 X X -opendal@0.51.1 X +opendal@0.51.2 X parking@2.2.1 X X percent-encoding@2.3.1 X X pin-project-lite@0.2.16 X X pin-utils@0.1.0 X X -proc-macro2@1.0.92 X X +proc-macro2@1.0.93 X X quick-xml@0.36.2 X quote@1.0.38 X X reqwest@0.12.12 X X ring@0.17.8 X rustc-demangle@0.1.24 X X -rustix@0.38.43 X X X -rustls@0.23.20 X X X +rustix@0.38.44 X X X +rustls@0.23.21 X X X rustls-pemfile@2.2.0 X X X -rustls-pki-types@1.10.1 X X +rustls-pki-types@1.11.0 X X rustls-webpki@0.102.8 X +rustversion@1.0.19 X X ryu@1.0.18 X X serde@1.0.217 X X serde_derive@1.0.217 X X -serde_json@1.0.135 X X +serde_json@1.0.137 X X serde_urlencoded@0.7.1 X X sharded-slab@0.1.7 X shlex@1.3.0 X X @@ -115,12 +116,12 @@ socket2@0.5.8 X X spin@0.9.8 X stable_deref_trait@1.2.0 X X subtle@2.6.1 X -syn@2.0.95 X X +syn@2.0.96 X X sync_wrapper@1.0.2 X synstructure@0.13.1 X tinystr@0.7.6 X -tokio@1.42.0 X -tokio-macros@2.4.0 X +tokio@1.43.0 X +tokio-macros@2.5.0 X tokio-rustls@0.26.1 X X tokio-util@0.7.13 X tower@0.5.2 X @@ -132,23 +133,23 @@ tracing-core@0.1.33 X trait-make@0.1.0 X X try-lock@0.2.5 X typenum@1.17.0 X X -unicode-ident@1.0.14 X X X +unicode-ident@1.0.15 X X X untrusted@0.9.0 X url@2.5.4 X X utf16_iter@1.0.5 X X utf8_iter@1.0.4 X X -uuid@1.11.0 X X +uuid@1.12.1 X X version_check@0.9.5 X X want@0.3.1 X wasi@0.11.0+wasi-snapshot-preview1 X X X -wasm-bindgen@0.2.99 X X -wasm-bindgen-backend@0.2.99 X X -wasm-bindgen-futures@0.4.49 X X -wasm-bindgen-macro@0.2.99 X X -wasm-bindgen-macro-support@0.2.99 X X -wasm-bindgen-shared@0.2.99 X X +wasm-bindgen@0.2.100 X X +wasm-bindgen-backend@0.2.100 X X +wasm-bindgen-futures@0.4.50 X X +wasm-bindgen-macro@0.2.100 X X +wasm-bindgen-macro-support@0.2.100 X X +wasm-bindgen-shared@0.2.100 X X wasm-streams@0.4.2 X X -web-sys@0.3.76 X X +web-sys@0.3.77 X X webpki-roots@0.26.7 X which@6.0.3 X windows-core@0.52.0 X X diff --git a/integrations/object_store/Cargo.toml b/integrations/object_store/Cargo.toml index 47e02079d8be..d5aa1acabef5 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.49.0" +version = "0.49.1" [features] send_wrapper = ["dep:send_wrapper"] @@ -42,13 +42,13 @@ flagset = "0.4" futures = "0.3" futures-util = "0.3" object_store = "0.11" -opendal = { version = "0.51.0", path = "../../core", default-features = false } +opendal = { version = "0.51.2", path = "../../core", default-features = false } pin-project = "1.1" send_wrapper = { version = "0.6", features = ["futures"], optional = true } tokio = { version = "1", default-features = false } [dev-dependencies] -opendal = { version = "0.51.0", path = "../../core", features = [ +opendal = { version = "0.51.2", path = "../../core", features = [ "services-memory", "services-s3", "tests", @@ -59,4 +59,4 @@ anyhow = "1.0.86" libtest-mimic = "0.7.3" uuid = "1.11.0" datafusion = "44.0.0" -url = "2.5.2" \ No newline at end of file +url = "2.5.2" diff --git a/integrations/object_store/DEPENDENCIES.rust.tsv b/integrations/object_store/DEPENDENCIES.rust.tsv index 166f555ac7bb..cd0add81ded3 100644 --- a/integrations/object_store/DEPENDENCIES.rust.tsv +++ b/integrations/object_store/DEPENDENCIES.rust.tsv @@ -1,194 +1,210 @@ -crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib -addr2line@0.24.2 X X -adler2@2.0.0 X X X -android-tzdata@0.1.1 X X -android_system_properties@0.1.5 X X -anyhow@1.0.95 X X -async-trait@0.1.85 X X -autocfg@1.4.0 X X -backon@1.3.0 X -backtrace@0.3.74 X X -base64@0.22.1 X X -bitflags@2.6.0 X X -block-buffer@0.10.4 X X -bumpalo@3.16.0 X X -byteorder@1.5.0 X X -bytes@1.9.0 X -cc@1.2.7 X X -cfg-if@1.0.0 X X -chrono@0.4.39 X X -const-oid@0.9.6 X X -core-foundation-sys@0.8.7 X X -cpufeatures@0.2.16 X X -crc32c@0.6.8 X X -crypto-common@0.1.6 X X -digest@0.10.7 X X -displaydoc@0.2.5 X X -either@1.13.0 X X -fastrand@2.3.0 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 -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-executor@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-util@0.3.31 X X -generic-array@0.14.7 X -getrandom@0.2.15 X X -gimli@0.31.1 X X -gloo-timers@0.3.0 X X -heck@0.5.0 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.2.0 X X -http-body@1.0.1 X -http-body-util@0.1.2 X -httparse@1.9.5 X X -humantime@2.1.0 X X -hyper@1.5.2 X -hyper-rustls@0.27.5 X X X -hyper-util@0.1.10 X -iana-time-zone@0.1.61 X X -iana-time-zone-haiku@0.1.2 X X -icu_collections@1.5.0 X -icu_locid@1.5.0 X -icu_locid_transform@1.5.0 X -icu_locid_transform_data@1.5.0 X -icu_normalizer@1.5.0 X -icu_normalizer_data@1.5.0 X -icu_properties@1.5.1 X -icu_properties_data@1.5.0 X -icu_provider@1.5.0 X -icu_provider_macros@1.5.0 X -idna@1.0.3 X X -idna_adapter@1.2.0 X X -ipnet@2.10.1 X X -itertools@0.13.0 X X -itoa@1.0.14 X X -js-sys@0.3.76 X X -libc@0.2.169 X X -litemap@0.7.4 X -lock_api@0.4.12 X X -log@0.4.22 X X -md-5@0.10.6 X X -memchr@2.7.4 X X -mime@0.3.17 X X -miniz_oxide@0.8.2 X X X -mio@1.0.3 X -num-traits@0.2.19 X X -object@0.36.7 X X -object_store@0.11.2 X X -object_store_opendal@0.49.0 X -once_cell@1.20.2 X X -opendal@0.51.1 X -parking_lot@0.12.3 X X -parking_lot_core@0.9.10 X X -percent-encoding@2.3.1 X X -pin-project@1.1.8 X X -pin-project-internal@1.1.8 X X -pin-project-lite@0.2.16 X X -pin-utils@0.1.0 X X -ppv-lite86@0.2.20 X X -proc-macro2@1.0.92 X X -quick-xml@0.36.2 X -quote@1.0.38 X X -rand@0.8.5 X X -rand_chacha@0.3.1 X X -rand_core@0.6.4 X X -redox_syscall@0.5.8 X -reqsign@0.16.1 X -reqwest@0.12.12 X X -ring@0.17.8 X -rustc-demangle@0.1.24 X X -rustc_version@0.4.1 X X -rustls@0.23.20 X X X -rustls-pemfile@2.2.0 X X X -rustls-pki-types@1.10.1 X X -rustls-webpki@0.102.8 X -ryu@1.0.18 X X -same-file@1.0.6 X X -scopeguard@1.2.0 X X -semver@1.0.24 X X -serde@1.0.217 X X -serde_derive@1.0.217 X X -serde_json@1.0.135 X X -serde_urlencoded@0.7.1 X X -sha1@0.10.6 X X -sha2@0.10.8 X X -shlex@1.3.0 X X -slab@0.4.9 X -smallvec@1.13.2 X X -snafu@0.8.5 X X -snafu-derive@0.8.5 X X -socket2@0.5.8 X X -spin@0.9.8 X -stable_deref_trait@1.2.0 X X -subtle@2.6.1 X -syn@2.0.95 X X -sync_wrapper@1.0.2 X -synstructure@0.13.1 X -tinystr@0.7.6 X -tokio@1.42.0 X -tokio-macros@2.4.0 X -tokio-rustls@0.26.1 X X -tokio-util@0.7.13 X -tower@0.5.2 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.41 X -tracing-attributes@0.1.28 X -tracing-core@0.1.33 X -try-lock@0.2.5 X -typenum@1.17.0 X X -unicode-ident@1.0.14 X X X -untrusted@0.9.0 X -url@2.5.4 X X -utf16_iter@1.0.5 X X -utf8_iter@1.0.4 X X -uuid@1.11.0 X X -version_check@0.9.5 X X -walkdir@2.5.0 X X -want@0.3.1 X -wasi@0.11.0+wasi-snapshot-preview1 X X X -wasm-bindgen@0.2.99 X X -wasm-bindgen-backend@0.2.99 X X -wasm-bindgen-futures@0.4.49 X X -wasm-bindgen-macro@0.2.99 X X -wasm-bindgen-macro-support@0.2.99 X X -wasm-bindgen-shared@0.2.99 X X -wasm-streams@0.4.2 X X -web-sys@0.3.76 X X -webpki-roots@0.26.7 X -winapi-util@0.1.9 X X -windows-core@0.52.0 X X -windows-registry@0.2.0 X X -windows-result@0.2.0 X X -windows-strings@0.1.0 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-targets@0.52.6 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_msvc@0.52.6 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_msvc@0.52.6 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_msvc@0.52.6 X X -write16@1.0.0 X X -writeable@0.5.5 X -yoke@0.7.5 X -yoke-derive@0.7.5 X -zerocopy@0.7.35 X X X -zerocopy-derive@0.7.35 X X X -zerofrom@0.1.5 X -zerofrom-derive@0.1.5 X -zeroize@1.8.1 X X -zerovec@0.10.4 X -zerovec-derive@0.10.3 X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 ISC MIT MPL-2.0 OpenSSL Unicode-3.0 Unlicense Zlib +addr2line@0.24.2 X X +adler2@2.0.0 X X X +ahash@0.8.11 X X +allocator-api2@0.2.21 X X +android-tzdata@0.1.1 X X +android_system_properties@0.1.5 X X +anyhow@1.0.95 X X +async-trait@0.1.85 X X +autocfg@1.4.0 X X +backon@1.3.0 X +backtrace@0.3.74 X X +base64@0.22.1 X X +bitflags@2.8.0 X X +block-buffer@0.10.4 X X +bumpalo@3.16.0 X X +byteorder@1.5.0 X X +bytes@1.9.0 X +cc@1.2.10 X X +cfg-if@1.0.0 X X +chrono@0.4.39 X X +const-oid@0.9.6 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.17 X X +crc32c@0.6.8 X X +crunchy@0.2.3 X +crypto-common@0.1.6 X X +digest@0.10.7 X X +displaydoc@0.2.5 X X +dlv-list@0.5.2 X X +dotenvy@0.15.7 X +either@1.13.0 X X +fastrand@2.3.0 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 +futures-channel@0.3.31 X X +futures-core@0.3.31 X X +futures-executor@0.3.31 X X +futures-io@0.3.31 X X +futures-macro@0.3.31 X X +futures-sink@0.3.31 X X +futures-task@0.3.31 X X +futures-util@0.3.31 X X +generic-array@0.14.7 X +getrandom@0.2.15 X X +gimli@0.31.1 X X +gloo-timers@0.3.0 X X +hashbrown@0.14.5 X X +heck@0.5.0 X X +hex@0.4.3 X X +hmac@0.12.1 X X +home@0.5.11 X X +http@1.2.0 X X +http-body@1.0.1 X +http-body-util@0.1.2 X +httparse@1.9.5 X X +humantime@2.1.0 X X +hyper@1.5.2 X +hyper-rustls@0.27.5 X X X +hyper-util@0.1.10 X +iana-time-zone@0.1.61 X X +iana-time-zone-haiku@0.1.2 X X +icu_collections@1.5.0 X +icu_locid@1.5.0 X +icu_locid_transform@1.5.0 X +icu_locid_transform_data@1.5.0 X +icu_normalizer@1.5.0 X +icu_normalizer_data@1.5.0 X +icu_properties@1.5.1 X +icu_properties_data@1.5.0 X +icu_provider@1.5.0 X +icu_provider_macros@1.5.0 X +idna@1.0.3 X X +idna_adapter@1.2.0 X X +ipnet@2.11.0 X X +itertools@0.13.0 X X +itoa@1.0.14 X X +jobserver@0.1.32 X X +js-sys@0.3.77 X X +libc@0.2.169 X X +libm@0.2.11 X X +litemap@0.7.4 X +lock_api@0.4.12 X X +log@0.4.25 X X +md-5@0.10.6 X X +memchr@2.7.4 X X +mime@0.3.17 X X +miniz_oxide@0.8.3 X X X +mio@1.0.3 X +num-traits@0.2.19 X X +object@0.36.7 X X +object_store@0.11.2 X X +object_store_opendal@0.49.1 X +once_cell@1.20.2 X X +opendal@0.51.2 X +ordered-multimap@0.7.3 X +parking_lot@0.12.3 X X +parking_lot_core@0.9.10 X X +percent-encoding@2.3.1 X X +pin-project@1.1.8 X X +pin-project-internal@1.1.8 X X +pin-project-lite@0.2.16 X X +pin-utils@0.1.0 X X +ppv-lite86@0.2.20 X X +proc-macro2@1.0.93 X X +quick-xml@0.35.0 X +quick-xml@0.36.2 X +quote@1.0.38 X X +rand@0.8.5 X X +rand_chacha@0.3.1 X X +rand_core@0.6.4 X X +redox_syscall@0.5.8 X +reqsign@0.16.1 X +reqwest@0.12.12 X X +ring@0.17.8 X +rust-ini@0.21.1 X +rustc-demangle@0.1.24 X X +rustc_version@0.4.1 X X +rustls@0.23.21 X X X +rustls-pemfile@2.2.0 X X X +rustls-pki-types@1.11.0 X X +rustls-webpki@0.102.8 X +rustversion@1.0.19 X X +ryu@1.0.18 X X +same-file@1.0.6 X X +scopeguard@1.2.0 X X +semver@1.0.25 X X +serde@1.0.217 X X +serde_derive@1.0.217 X X +serde_json@1.0.137 X X +serde_urlencoded@0.7.1 X X +sha1@0.10.6 X X +sha2@0.10.8 X X +shlex@1.3.0 X X +slab@0.4.9 X +smallvec@1.13.2 X X +snafu@0.8.5 X X +snafu-derive@0.8.5 X X +socket2@0.5.8 X X +spin@0.9.8 X +stable_deref_trait@1.2.0 X X +subtle@2.6.1 X +syn@2.0.96 X X +sync_wrapper@1.0.2 X +synstructure@0.13.1 X +tiny-keccak@2.0.2 X +tinystr@0.7.6 X +tokio@1.43.0 X +tokio-macros@2.5.0 X +tokio-rustls@0.26.1 X X +tokio-util@0.7.13 X +tower@0.5.2 X +tower-layer@0.3.3 X +tower-service@0.3.3 X +tracing@0.1.41 X +tracing-attributes@0.1.28 X +tracing-core@0.1.33 X +trim-in-place@0.1.7 X +try-lock@0.2.5 X +typenum@1.17.0 X X +unicode-ident@1.0.15 X X X +untrusted@0.9.0 X +url@2.5.4 X X +utf16_iter@1.0.5 X X +utf8_iter@1.0.4 X X +uuid@1.12.1 X X +version_check@0.9.5 X X +walkdir@2.5.0 X X +want@0.3.1 X +wasi@0.11.0+wasi-snapshot-preview1 X X X +wasm-bindgen@0.2.100 X X +wasm-bindgen-backend@0.2.100 X X +wasm-bindgen-futures@0.4.50 X X +wasm-bindgen-macro@0.2.100 X X +wasm-bindgen-macro-support@0.2.100 X X +wasm-bindgen-shared@0.2.100 X X +wasm-streams@0.4.2 X X +web-sys@0.3.77 X X +webpki-roots@0.26.7 X +winapi-util@0.1.9 X X +windows-core@0.52.0 X X +windows-registry@0.2.0 X X +windows-result@0.2.0 X X +windows-strings@0.1.0 X X +windows-sys@0.52.0 X X +windows-sys@0.59.0 X X +windows-targets@0.52.6 X X +windows_aarch64_gnullvm@0.52.6 X X +windows_aarch64_msvc@0.52.6 X X +windows_i686_gnu@0.52.6 X X +windows_i686_gnullvm@0.52.6 X X +windows_i686_msvc@0.52.6 X X +windows_x86_64_gnu@0.52.6 X X +windows_x86_64_gnullvm@0.52.6 X X +windows_x86_64_msvc@0.52.6 X X +write16@1.0.0 X X +writeable@0.5.5 X +yoke@0.7.5 X +yoke-derive@0.7.5 X +zerocopy@0.7.35 X X X +zerocopy-derive@0.7.35 X X X +zerofrom@0.1.5 X +zerofrom-derive@0.1.5 X +zeroize@1.8.1 X X +zerovec@0.10.4 X +zerovec-derive@0.10.3 X diff --git a/integrations/parquet/Cargo.toml b/integrations/parquet/Cargo.toml index 8222918621d6..d2a730c78fbb 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.3.0" +version = "0.3.1" [dependencies] async-trait = "0.1" bytes = "1" futures = "0.3" -opendal = { version = "0.51.0", path = "../../core" } +opendal = { version = "0.51.2", 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.51.0", path = "../../core", features = [ +opendal = { version = "0.51.2", path = "../../core", features = [ "services-memory", "services-s3", ] } diff --git a/integrations/parquet/DEPENDENCIES.rust.tsv b/integrations/parquet/DEPENDENCIES.rust.tsv index 6ac933d83956..ef3a5c20a3c3 100644 --- a/integrations/parquet/DEPENDENCIES.rust.tsv +++ b/integrations/parquet/DEPENDENCIES.rust.tsv @@ -5,13 +5,13 @@ ahash@0.8.11 X X android-tzdata@0.1.1 X X android_system_properties@0.1.5 X X anyhow@1.0.95 X X -arrow-array@53.3.0 X -arrow-buffer@53.3.0 X -arrow-cast@53.3.0 X -arrow-data@53.3.0 X -arrow-ipc@53.3.0 X -arrow-schema@53.3.0 X -arrow-select@53.3.0 X +arrow-array@53.4.0 X +arrow-buffer@53.4.0 X +arrow-cast@53.4.0 X +arrow-data@53.4.0 X +arrow-ipc@53.4.0 X +arrow-schema@53.4.0 X +arrow-select@53.4.0 X async-trait@0.1.85 X X atoi@2.0.0 X autocfg@1.4.0 X X @@ -23,16 +23,16 @@ block-buffer@0.10.4 X X bumpalo@3.16.0 X X byteorder@1.5.0 X X bytes@1.9.0 X -cc@1.2.7 X X +cc@1.2.10 X X cfg-if@1.0.0 X X chrono@0.4.39 X X const-oid@0.9.6 X X const-random@0.1.18 X X const-random-macro@0.1.16 X X core-foundation-sys@0.8.7 X X -cpufeatures@0.2.16 X X +cpufeatures@0.2.17 X X crc32c@0.6.8 X X -crunchy@0.2.2 X +crunchy@0.2.3 X crypto-common@0.1.6 X X digest@0.10.7 X X displaydoc@0.2.5 X X @@ -80,9 +80,9 @@ icu_provider_macros@1.5.0 X idna@1.0.3 X X idna_adapter@1.2.0 X X integer-encoding@3.0.4 X -ipnet@2.10.1 X X +ipnet@2.11.0 X X itoa@1.0.14 X X -js-sys@0.3.76 X X +js-sys@0.3.77 X X lexical-core@1.0.5 X X lexical-parse-float@1.0.5 X X lexical-parse-integer@1.0.5 X X @@ -92,11 +92,11 @@ lexical-write-integer@1.0.5 X X libc@0.2.169 X X libm@0.2.11 X X litemap@0.7.4 X -log@0.4.22 X X +log@0.4.25 X X md-5@0.10.6 X X memchr@2.7.4 X X mime@0.3.17 X X -miniz_oxide@0.8.2 X X X +miniz_oxide@0.8.3 X X X mio@1.0.3 X num@0.4.3 X X num-bigint@0.4.6 X X @@ -107,16 +107,16 @@ num-rational@0.4.2 X X num-traits@0.2.19 X X object@0.36.7 X X once_cell@1.20.2 X X -opendal@0.51.1 X +opendal@0.51.2 X ordered-float@2.10.1 X -parquet@53.3.0 X -parquet_opendal@0.3.0 X +parquet@53.4.0 X +parquet_opendal@0.3.1 X paste@1.0.15 X X percent-encoding@2.3.1 X X pin-project-lite@0.2.16 X X pin-utils@0.1.0 X X ppv-lite86@0.2.20 X X -proc-macro2@1.0.92 X X +proc-macro2@1.0.93 X X quick-xml@0.36.2 X quote@1.0.38 X X rand@0.8.5 X X @@ -127,16 +127,17 @@ reqwest@0.12.12 X X ring@0.17.8 X rustc-demangle@0.1.24 X X rustc_version@0.4.1 X X -rustls@0.23.20 X X X +rustls@0.23.21 X X X rustls-pemfile@2.2.0 X X X -rustls-pki-types@1.10.1 X X +rustls-pki-types@1.11.0 X X rustls-webpki@0.102.8 X +rustversion@1.0.19 X X ryu@1.0.18 X X -semver@1.0.24 X X +semver@1.0.25 X X seq-macro@0.3.5 X X serde@1.0.217 X X serde_derive@1.0.217 X X -serde_json@1.0.135 X X +serde_json@1.0.137 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X sha2@0.10.8 X X @@ -148,14 +149,14 @@ spin@0.9.8 X stable_deref_trait@1.2.0 X X static_assertions@1.1.0 X X subtle@2.6.1 X -syn@2.0.95 X X +syn@2.0.96 X X sync_wrapper@1.0.2 X synstructure@0.13.1 X thrift@0.17.0 X tiny-keccak@2.0.2 X tinystr@0.7.6 X -tokio@1.42.0 X -tokio-macros@2.4.0 X +tokio@1.43.0 X +tokio-macros@2.5.0 X tokio-rustls@0.26.1 X X tokio-util@0.7.13 X tower@0.5.2 X @@ -166,23 +167,23 @@ tracing-core@0.1.33 X try-lock@0.2.5 X twox-hash@1.6.3 X typenum@1.17.0 X X -unicode-ident@1.0.14 X X X +unicode-ident@1.0.15 X X X untrusted@0.9.0 X url@2.5.4 X X utf16_iter@1.0.5 X X utf8_iter@1.0.4 X X -uuid@1.11.0 X X +uuid@1.12.1 X X version_check@0.9.5 X X want@0.3.1 X wasi@0.11.0+wasi-snapshot-preview1 X X X -wasm-bindgen@0.2.99 X X -wasm-bindgen-backend@0.2.99 X X -wasm-bindgen-futures@0.4.49 X X -wasm-bindgen-macro@0.2.99 X X -wasm-bindgen-macro-support@0.2.99 X X -wasm-bindgen-shared@0.2.99 X X +wasm-bindgen@0.2.100 X X +wasm-bindgen-backend@0.2.100 X X +wasm-bindgen-futures@0.4.50 X X +wasm-bindgen-macro@0.2.100 X X +wasm-bindgen-macro-support@0.2.100 X X +wasm-bindgen-shared@0.2.100 X X wasm-streams@0.4.2 X X -web-sys@0.3.76 X X +web-sys@0.3.77 X X webpki-roots@0.26.7 X windows-core@0.52.0 X X windows-registry@0.2.0 X X diff --git a/integrations/unftp-sbe/Cargo.toml b/integrations/unftp-sbe/Cargo.toml index 2daf77dcba57..858f5f782792 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.11" +version = "0.0.12" [dependencies] async-trait = "0.1.80" libunftp = "0.20.0" -opendal = { version = "0.51.0", path = "../../core" } +opendal = { version = "0.51.2", 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.51.0", path = "../../core", features = [ +opendal = { version = "0.51.2", 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 3f63899508ed..081d3d50ac8e 100644 --- a/integrations/unftp-sbe/DEPENDENCIES.rust.tsv +++ b/integrations/unftp-sbe/DEPENDENCIES.rust.tsv @@ -10,18 +10,18 @@ asn1-rs-derive@0.5.1 X X asn1-rs-impl@0.2.0 X X async-trait@0.1.85 X X autocfg@1.4.0 X X -aws-lc-rs@1.12.0 X X -aws-lc-sys@0.24.1 X X X +aws-lc-rs@1.12.2 X X +aws-lc-sys@0.25.0 X X X backon@1.3.0 X backtrace@0.3.74 X X base64@0.22.1 X X bindgen@0.69.5 X -bitflags@2.6.0 X X +bitflags@2.8.0 X X block-buffer@0.10.4 X X bumpalo@3.16.0 X X byteorder@1.5.0 X X bytes@1.9.0 X -cc@1.2.7 X X +cc@1.2.10 X X cexpr@0.6.0 X X cfg-if@1.0.0 X X cfg_aliases@0.2.1 X @@ -31,14 +31,14 @@ cmake@0.1.52 X X const-oid@0.9.6 X X convert_case@0.4.0 X core-foundation-sys@0.8.7 X X -cpufeatures@0.2.16 X X +cpufeatures@0.2.17 X X crc32c@0.6.8 X X crossbeam-channel@0.5.14 X X crossbeam-epoch@0.9.18 X X crossbeam-utils@0.8.21 X X crypto-common@0.1.6 X X dashmap@5.5.3 X -data-encoding@2.6.0 X +data-encoding@2.7.0 X der-parser@9.0.0 X X deranged@0.3.11 X X derive_more@0.99.18 X @@ -91,11 +91,11 @@ icu_provider@1.5.0 X icu_provider_macros@1.5.0 X idna@1.0.3 X X idna_adapter@1.2.0 X X -ipnet@2.10.1 X X +ipnet@2.11.0 X X itertools@0.12.1 X X itoa@1.0.14 X X jobserver@0.1.32 X X -js-sys@0.3.76 X X +js-sys@0.3.77 X X lazy_static@1.5.0 X X lazycell@1.3.0 X X libc@0.2.169 X X @@ -104,14 +104,14 @@ libunftp@0.20.3 X linux-raw-sys@0.4.15 X X X litemap@0.7.4 X lock_api@0.4.12 X X -log@0.4.22 X X +log@0.4.25 X X loom@0.7.2 X matchers@0.1.0 X md-5@0.10.6 X X memchr@2.7.4 X X mime@0.3.17 X X minimal-lexical@0.2.1 X X -miniz_oxide@0.8.2 X X X +miniz_oxide@0.8.3 X X X mio@1.0.3 X moka@0.12.10 X X nix@0.29.0 X @@ -124,7 +124,7 @@ num-traits@0.2.19 X X object@0.36.7 X X oid-registry@0.7.1 X X once_cell@1.20.2 X X -opendal@0.51.1 X +opendal@0.51.2 X overload@0.1.1 X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X @@ -135,8 +135,8 @@ pin-utils@0.1.0 X X portable-atomic@1.10.0 X X powerfmt@0.2.0 X X ppv-lite86@0.2.20 X X -prettyplease@0.2.27 X X -proc-macro2@1.0.92 X X +prettyplease@0.2.29 X X +proc-macro2@1.0.93 X X prometheus@0.13.4 X proxy-protocol@0.5.0 X X quick-xml@0.36.2 X @@ -157,19 +157,19 @@ rustc-demangle@0.1.24 X X rustc-hash@1.1.0 X X rustc_version@0.4.1 X X rusticata-macros@4.1.0 X X -rustix@0.38.43 X X X -rustls@0.23.20 X X X +rustix@0.38.44 X X X +rustls@0.23.21 X X X rustls-pemfile@2.2.0 X X X -rustls-pki-types@1.10.1 X X +rustls-pki-types@1.11.0 X X rustls-webpki@0.102.8 X rustversion@1.0.19 X X ryu@1.0.18 X X scoped-tls@1.0.1 X X scopeguard@1.2.0 X X -semver@1.0.24 X X +semver@1.0.25 X X serde@1.0.217 X X serde_derive@1.0.217 X X -serde_json@1.0.135 X X +serde_json@1.0.137 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X sha2@0.10.8 X X @@ -188,7 +188,7 @@ spin@0.9.8 X stable_deref_trait@1.2.0 X X subtle@2.6.1 X syn@1.0.109 X X -syn@2.0.95 X X +syn@2.0.96 X X sync_wrapper@1.0.2 X synstructure@0.13.1 X tagptr@0.2.0 X X @@ -199,8 +199,8 @@ time@0.3.37 X X time-core@0.1.2 X X time-macros@0.2.19 X X tinystr@0.7.6 X -tokio@1.42.0 X -tokio-macros@2.4.0 X +tokio@1.43.0 X +tokio-macros@2.5.0 X tokio-rustls@0.26.1 X X tokio-util@0.7.13 X tower@0.5.2 X @@ -213,24 +213,24 @@ tracing-log@0.2.0 X tracing-subscriber@0.3.19 X try-lock@0.2.5 X typenum@1.17.0 X X -unftp-sbe-opendal@0.0.11 X -unicode-ident@1.0.14 X X X +unftp-sbe-opendal@0.0.12 X +unicode-ident@1.0.15 X X X untrusted@0.9.0 X url@2.5.4 X X utf16_iter@1.0.5 X X utf8_iter@1.0.4 X X -uuid@1.11.0 X X +uuid@1.12.1 X X version_check@0.9.5 X X want@0.3.1 X wasi@0.11.0+wasi-snapshot-preview1 X X X -wasm-bindgen@0.2.99 X X -wasm-bindgen-backend@0.2.99 X X -wasm-bindgen-futures@0.4.49 X X -wasm-bindgen-macro@0.2.99 X X -wasm-bindgen-macro-support@0.2.99 X X -wasm-bindgen-shared@0.2.99 X X +wasm-bindgen@0.2.100 X X +wasm-bindgen-backend@0.2.100 X X +wasm-bindgen-futures@0.4.50 X X +wasm-bindgen-macro@0.2.100 X X +wasm-bindgen-macro-support@0.2.100 X X +wasm-bindgen-shared@0.2.100 X X wasm-streams@0.4.2 X X -web-sys@0.3.76 X X +web-sys@0.3.77 X X webpki-roots@0.26.7 X which@4.4.2 X winapi@0.3.9 X X diff --git a/integrations/virtiofs/Cargo.toml b/integrations/virtiofs/Cargo.toml index dd99608716ad..4f649846f573 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.51.0", path = "../../core" } +opendal = { version = "0.51.2", 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 c4e3d0efc4b3..64da7eb3660c 100644 --- a/integrations/virtiofs/DEPENDENCIES.rust.tsv +++ b/integrations/virtiofs/DEPENDENCIES.rust.tsv @@ -11,11 +11,11 @@ backon@1.3.0 X backtrace@0.3.74 X X base64@0.22.1 X X bitflags@1.3.2 X X -bitflags@2.6.0 X X +bitflags@2.8.0 X X block-buffer@0.10.4 X X bumpalo@3.16.0 X X bytes@1.9.0 X -cc@1.2.7 X X +cc@1.2.10 X X cfg-if@1.0.0 X X chrono@0.4.39 X X core-foundation-sys@0.8.7 X X @@ -59,39 +59,40 @@ icu_provider@1.5.0 X icu_provider_macros@1.5.0 X idna@1.0.3 X X idna_adapter@1.2.0 X X -ipnet@2.10.1 X X +ipnet@2.11.0 X X itoa@1.0.14 X X -js-sys@0.3.76 X X +js-sys@0.3.77 X X lazy_static@1.5.0 X X libc@0.2.169 X X litemap@0.7.4 X -log@0.4.22 X X +log@0.4.25 X X md-5@0.10.6 X X memchr@2.7.4 X X mime@0.3.17 X X -miniz_oxide@0.8.2 X X X +miniz_oxide@0.8.3 X X X mio@1.0.3 X num-traits@0.2.19 X X object@0.36.7 X X once_cell@1.20.2 X X -opendal@0.51.1 X +opendal@0.51.2 X percent-encoding@2.3.1 X X pin-project-lite@0.2.16 X X pin-utils@0.1.0 X X -proc-macro2@1.0.92 X X +proc-macro2@1.0.93 X X quick-xml@0.36.2 X quote@1.0.38 X X reqwest@0.12.12 X X ring@0.17.8 X rustc-demangle@0.1.24 X X -rustls@0.23.20 X X X +rustls@0.23.21 X X X rustls-pemfile@2.2.0 X X X -rustls-pki-types@1.10.1 X X +rustls-pki-types@1.11.0 X X rustls-webpki@0.102.8 X +rustversion@1.0.19 X X ryu@1.0.18 X X serde@1.0.217 X X serde_derive@1.0.217 X X -serde_json@1.0.135 X X +serde_json@1.0.137 X X serde_urlencoded@0.7.1 X X sharded-slab@0.1.7 X shlex@1.3.0 X X @@ -103,13 +104,13 @@ socket2@0.5.8 X X spin@0.9.8 X stable_deref_trait@1.2.0 X X subtle@2.6.1 X -syn@2.0.95 X X +syn@2.0.96 X X sync_wrapper@1.0.2 X synstructure@0.13.1 X thiserror@1.0.69 X X thiserror-impl@1.0.69 X X tinystr@0.7.6 X -tokio@1.42.0 X +tokio@1.43.0 X tokio-rustls@0.26.1 X X tokio-util@0.7.13 X tower@0.5.2 X @@ -119,12 +120,12 @@ tracing@0.1.41 X tracing-core@0.1.33 X try-lock@0.2.5 X typenum@1.17.0 X X -unicode-ident@1.0.14 X X X +unicode-ident@1.0.15 X X X untrusted@0.9.0 X url@2.5.4 X X utf16_iter@1.0.5 X X utf8_iter@1.0.4 X X -uuid@1.11.0 X X +uuid@1.12.1 X X version_check@0.9.5 X X vhost@0.10.0 X X vhost-user-backend@0.13.1 X @@ -135,14 +136,14 @@ vm-memory@0.14.1 X X vmm-sys-util@0.12.1 X want@0.3.1 X wasi@0.11.0+wasi-snapshot-preview1 X X X -wasm-bindgen@0.2.99 X X -wasm-bindgen-backend@0.2.99 X X -wasm-bindgen-futures@0.4.49 X X -wasm-bindgen-macro@0.2.99 X X -wasm-bindgen-macro-support@0.2.99 X X -wasm-bindgen-shared@0.2.99 X X +wasm-bindgen@0.2.100 X X +wasm-bindgen-backend@0.2.100 X X +wasm-bindgen-futures@0.4.50 X X +wasm-bindgen-macro@0.2.100 X X +wasm-bindgen-macro-support@0.2.100 X X +wasm-bindgen-shared@0.2.100 X X wasm-streams@0.4.2 X X -web-sys@0.3.76 X X +web-sys@0.3.77 X X webpki-roots@0.26.7 X winapi@0.3.9 X X winapi-i686-pc-windows-gnu@0.4.0 X X