From b0c6ea25c789f74d757993839efb3c4bd33e1a88 Mon Sep 17 00:00:00 2001 From: Liuqing Yue Date: Tue, 26 Dec 2023 20:05:00 +0800 Subject: [PATCH] chore: Bump to v0.44.0 to start release process (#3819) * chore: Bump to v0.43.0 to start release process * fix: fix typo * fix: make typos check happy * chore: update dependencies list * chore: update changelog * chore: update 0.44 date in changelog --- CHANGELOG.md | 82 +++ Cargo.lock | 22 +- Cargo.toml | 4 +- bin/oay/DEPENDENCIES.rust.tsv | 14 +- bin/ofs/DEPENDENCIES.rust.tsv | 12 +- bin/oli/DEPENDENCIES.rust.tsv | 12 +- bindings/c/DEPENDENCIES.rust.tsv | 12 +- bindings/cpp/CMakeLists.txt | 2 +- bindings/cpp/DEPENDENCIES.rust.tsv | 12 +- bindings/dotnet/DEPENDENCIES.rust.tsv | 10 +- bindings/haskell/DEPENDENCIES.rust.tsv | 12 +- bindings/haskell/opendal.cabal | 2 +- bindings/java/DEPENDENCIES.rust.tsv | 12 +- bindings/java/pom.xml | 2 +- bindings/java/upgrade.md | 2 +- bindings/lua/DEPENDENCIES.rust.tsv | 10 +- bindings/nodejs/DEPENDENCIES.rust.tsv | 12 +- 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/nodejs/upgrade.md | 2 +- bindings/ocaml/Cargo.lock | 2 +- bindings/ocaml/DEPENDENCIES.rust.tsv | 458 +++++++------- bindings/php/Cargo.lock | 2 +- bindings/php/DEPENDENCIES.rust.tsv | 570 +++++++++--------- bindings/python/DEPENDENCIES.rust.tsv | 29 +- bindings/python/upgrade.md | 2 +- bindings/ruby/DEPENDENCIES.rust.tsv | 486 +++++++-------- core/DEPENDENCIES.rust.tsv | 10 +- core/src/docs/upgrade.md | 2 +- integrations/dav-server/DEPENDENCIES.rust.tsv | 12 +- .../object_store/DEPENDENCIES.rust.tsv | 12 +- 37 files changed, 909 insertions(+), 928 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03067a0488bc..be821d95cb52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,88 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## [v0.44.0] - 2023-12-26 + +### Added +* feat(core): service add HuggingFace file system by @morristai in https://github.com/apache/incubator-opendal/pull/3670 +* feat(service/moka): bump moka from 0.10.4 to 0.12.1 by @G-XD in https://github.com/apache/incubator-opendal/pull/3711 +* feat: add operator.list support for OCaml binding by @Young-Flash in https://github.com/apache/incubator-opendal/pull/3706 +* feat(test): add Huggingface behavior test by @morristai in https://github.com/apache/incubator-opendal/pull/3712 +* feat: Add list prefix support by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3728 +* feat: Implement ConcurrentFutures to remove the dependences on tokio by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3746 +* feat(services): add seafile support by @hoslo in https://github.com/apache/incubator-opendal/pull/3771 +* RFC-3734: Buffered reader by @WenyXu in https://github.com/apache/incubator-opendal/pull/3734 +* feat: Add content range support for RpRead by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3777 +* feat: Add presign_stat_with support by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3778 +* feat: Add project layout for ofs by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3779 +* feat(binding/nodejs): align list api by @suyanhanx in https://github.com/apache/incubator-opendal/pull/3784 +* feat: Make OpenDAL available under wasm32 arch by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3796 +* feat(services): add upyun support by @hoslo in https://github.com/apache/incubator-opendal/pull/3790 +* feat: Add edge test s3_read_on_wasm by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3802 +* feat(services/azblob): available under wasm32 arch by @suyanhanx in https://github.com/apache/incubator-opendal/pull/3806 +* feat: make services-gdrive compile for wasm target by @Young-Flash in https://github.com/apache/incubator-opendal/pull/3808 +* feat(core): Make gcs available on wasm32 arch by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3816 +### Changed +* refactor(service/etcd): use EtcdConfig in from_map by @G-XD in https://github.com/apache/incubator-opendal/pull/3703 +* refactor(object_store): upgrade object_store to 0.7. by @youngsofun in https://github.com/apache/incubator-opendal/pull/3713 +* refactor: List must support list without recursive by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3721 +* refactor: replace ftp tls impl as rustls by @oowl in https://github.com/apache/incubator-opendal/pull/3760 +* refactor: Remove never used Stream poll_reset API by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3774 +* refactor: Polish operator read_with by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3775 +* refactor: Migrate gcs builder to config based by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3786 +* refactor(service/hdfs): Add HdfsConfig to implement ConfigDeserializer by @shbhmrzd in https://github.com/apache/incubator-opendal/pull/3800 +* refactor(raw): add parse_header_to_str fn by @hoslo in https://github.com/apache/incubator-opendal/pull/3804 +* refactor(raw): refactor APIs like parse_content_disposition by @hoslo in https://github.com/apache/incubator-opendal/pull/3815 +* refactor: Polish http_util parse headers by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3817 +### Fixed +* fix(oli): Fix cp -r command returns invalid path error by @kebe7jun in https://github.com/apache/incubator-opendal/pull/3687 +* fix(website): folder name mismatch by @suyanhanx in https://github.com/apache/incubator-opendal/pull/3707 +* fix(binding/java): fix SPECIAL_DIR_NAME by @G-XD in https://github.com/apache/incubator-opendal/pull/3715 +* fix(services/dropbox): Workaround for dropbox limitations for create_folder by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3719 +* fix(ocaml_binding): sort `actual` & `expected` to pass ci by @Young-Flash in https://github.com/apache/incubator-opendal/pull/3733 +* fix(ci): Make sure merge_local_staging handles all subdir by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3788 +* fix(services/gdrive): fix return value of `get_file_id_by_path` by @G-XD in https://github.com/apache/incubator-opendal/pull/3801 +* fix(core): List root should not return itself by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3824 +### Docs +* docs: add maturity model check by @suyanhanx in https://github.com/apache/incubator-opendal/pull/3680 +* docs(website): show maturity model by @suyanhanx in https://github.com/apache/incubator-opendal/pull/3709 +* docs(website): only VOTEs from PPMC members are binding by @G-XD in https://github.com/apache/incubator-opendal/pull/3710 +* doc: add 0.43.0 release link to download.md by @G-XD in https://github.com/apache/incubator-opendal/pull/3729 +* docs: Add process on nominating committers and ppmc members by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3740 +* docs: Deploy website to nightlies for every tags by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3739 +* docs: Remove not released bindings docs from top level header by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3741 +* docs: Add dependencies list for all packages by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3743 +* docs: Update maturity docs by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3750 +* docs: update the RFC doc by @suyanhanx in https://github.com/apache/incubator-opendal/pull/3748 +* docs(website): polish deploy to nightlies by @suyanhanx in https://github.com/apache/incubator-opendal/pull/3753 +* docs: add event calendar in community page by @dqhl76 in https://github.com/apache/incubator-opendal/pull/3767 +* docs(community): polish events by @suyanhanx in https://github.com/apache/incubator-opendal/pull/3768 +* docs(bindings/ruby): reflect test framework refactor by @tisonkun in https://github.com/apache/incubator-opendal/pull/3798 +* docs(website): add service Huggingface to website by @morristai in https://github.com/apache/incubator-opendal/pull/3812 +* docs: update release docs to add cargo-deny setup by @dqhl76 in https://github.com/apache/incubator-opendal/pull/3821 +### CI +* build(deps): bump cacache from 11.7.1 to 12.0.0 by @dependabot in https://github.com/apache/incubator-opendal/pull/3690 +* build(deps): bump prometheus-client from 0.21.2 to 0.22.0 by @dependabot in https://github.com/apache/incubator-opendal/pull/3694 +* build(deps): bump github/issue-labeler from 3.2 to 3.3 by @dependabot in https://github.com/apache/incubator-opendal/pull/3698 +* ci: Add behavior test for b2 by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3714 +* ci(cargo): Add frame pointer support in build flag by @Zheaoli in https://github.com/apache/incubator-opendal/pull/3772 +* ci: Workaround ring 0.17 build issue, bring aarch64 and armv7l back by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3781 +* ci: Support CI test for s3_read_on_wasm by @Zheaoli in https://github.com/apache/incubator-opendal/pull/3813 +### Chore +* chore: bump aws-sdk-s3 from 0.38.0 to 1.4.0 by @memoryFade in https://github.com/apache/incubator-opendal/pull/3704 +* chore: Disable obs test for workaround by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3717 +* chore: Fix bindings CI by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3722 +* chore(binding/nodejs,website): Replace yarn with pnpm by @suyanhanx in https://github.com/apache/incubator-opendal/pull/3730 +* chore: Bring persy CI back by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3751 +* chore(bindings/python): upgrade pyo3 to 0.20 by @messense in https://github.com/apache/incubator-opendal/pull/3758 +* chore: remove unused binding feature file by @tisonkun in https://github.com/apache/incubator-opendal/pull/3757 +* chore: Bump governor from 0.5.1 to 0.6.0 by @G-XD in https://github.com/apache/incubator-opendal/pull/3761 +* chore: Split bindings/ocaml to separate workspace by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3792 +* chore: Split bindings/ruby to separate workspace by @ho-229 in https://github.com/apache/incubator-opendal/pull/3794 +* chore(bindings/php): bump ext-php-rs to support latest php & separate workspace by @suyanhanx in https://github.com/apache/incubator-opendal/pull/3799 +* chore: Address comments from hackernews by @Xuanwo in https://github.com/apache/incubator-opendal/pull/3805 +* chore(bindings/ocaml): dep opendal point to core by @suyanhanx in https://github.com/apache/incubator-opendal/pull/3814 + ## [v0.43.0] - 2023-11-30 ### Added diff --git a/Cargo.lock b/Cargo.lock index 50641efae6a9..de7e426d365e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2036,7 +2036,7 @@ dependencies = [ [[package]] name = "dav-server-opendalfs" -version = "0.43.0" +version = "0.44.0" dependencies = [ "anyhow", "bytes", @@ -4421,7 +4421,7 @@ dependencies = [ [[package]] name = "oay" -version = "0.43.0" +version = "0.44.0" dependencies = [ "anyhow", "axum", @@ -4478,7 +4478,7 @@ dependencies = [ [[package]] name = "object_store_opendal" -version = "0.43.0" +version = "0.44.0" dependencies = [ "async-trait", "bytes", @@ -4497,7 +4497,7 @@ dependencies = [ [[package]] name = "oli" -version = "0.43.0" +version = "0.44.0" dependencies = [ "anyhow", "assert_cmd", @@ -4529,7 +4529,7 @@ checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" [[package]] name = "opendal" -version = "0.43.0" +version = "0.44.0" dependencies = [ "anyhow", "async-backtrace", @@ -4635,7 +4635,7 @@ dependencies = [ [[package]] name = "opendal-c" -version = "0.43.0" +version = "0.44.0" dependencies = [ "bytes", "cbindgen", @@ -4646,7 +4646,7 @@ dependencies = [ [[package]] name = "opendal-cpp" -version = "0.43.0" +version = "0.44.0" dependencies = [ "anyhow", "chrono", @@ -4679,7 +4679,7 @@ dependencies = [ [[package]] name = "opendal-hs" -version = "0.43.0" +version = "0.44.0" dependencies = [ "chrono", "log", @@ -4688,7 +4688,7 @@ dependencies = [ [[package]] name = "opendal-java" -version = "0.43.0" +version = "0.44.0" dependencies = [ "anyhow", "jni", @@ -4708,7 +4708,7 @@ dependencies = [ [[package]] name = "opendal-nodejs" -version = "0.43.0" +version = "0.44.0" dependencies = [ "futures", "napi", @@ -4720,7 +4720,7 @@ dependencies = [ [[package]] name = "opendal-python" -version = "0.43.0" +version = "0.44.0" dependencies = [ "futures", "opendal", diff --git a/Cargo.toml b/Cargo.toml index bdd99355b499..8a5d65b148e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,10 +55,10 @@ homepage = "https://opendal.apache.org/" license = "Apache-2.0" repository = "https://github.com/apache/incubator-opendal" rust-version = "1.67" -version = "0.43.0" +version = "0.44.0" [workspace.dependencies] -opendal = { version = "0.43", path = "core" } +opendal = { version = "0.44", path = "core" } [profile.bench] debug = true diff --git a/bin/oay/DEPENDENCIES.rust.tsv b/bin/oay/DEPENDENCIES.rust.tsv index 0f6d1d6b0906..56ff8423d8a4 100644 --- a/bin/oay/DEPENDENCIES.rust.tsv +++ b/bin/oay/DEPENDENCIES.rust.tsv @@ -48,7 +48,7 @@ cpufeatures@0.2.11 X X crunchy@0.2.2 X crypto-common@0.1.6 X X dav-server@0.5.7 X -dav-server-opendalfs@0.43.0 X +dav-server-opendalfs@0.44.0 X der@0.7.8 X X deranged@0.3.9 X X derive_destructure2@0.1.2 X X @@ -101,8 +101,8 @@ instant@0.1.12 X ipnet@2.9.0 X X itoa@1.0.9 X X jobserver@0.1.27 X X -js-sys@0.3.65 X X -jsonwebtoken@9.1.0 X +js-sys@0.3.66 X X +jsonwebtoken@9.2.0 X lazy_static@1.4.0 X X libc@0.2.150 X X libm@0.2.8 X X @@ -127,10 +127,10 @@ num-integer@0.1.45 X X num-iter@0.1.43 X X num-traits@0.2.17 X X num_cpus@1.16.0 X X -oay@0.43.0 X +oay@0.44.0 X object@0.32.1 X X once_cell@1.18.0 X X -opendal@0.43.0 X +opendal@0.44.0 X openssh@0.10.1 X X openssh-sftp-client@0.14.1 X openssh-sftp-client-lowlevel@0.6.0 X @@ -168,7 +168,7 @@ regex-automata@0.1.10 X X regex-automata@0.4.3 X X regex-syntax@0.6.29 X X regex-syntax@0.8.2 X X -reqsign@0.14.4 X +reqsign@0.14.6 X reqwest@0.11.22 X X ring@0.17.5 X rsa@0.9.4 X X @@ -263,7 +263,7 @@ want@0.3.1 X wasi@0.11.0+wasi-snapshot-preview1 X X X wasm-bindgen@0.2.89 X X wasm-bindgen-backend@0.2.89 X X -wasm-bindgen-futures@0.4.38 X X +wasm-bindgen-futures@0.4.39 X X wasm-bindgen-macro@0.2.89 X X wasm-bindgen-macro-support@0.2.89 X X wasm-bindgen-shared@0.2.89 X X diff --git a/bin/ofs/DEPENDENCIES.rust.tsv b/bin/ofs/DEPENDENCIES.rust.tsv index 6ac59ea60d39..2f2a8d3350e2 100644 --- a/bin/ofs/DEPENDENCIES.rust.tsv +++ b/bin/ofs/DEPENDENCIES.rust.tsv @@ -81,8 +81,8 @@ instant@0.1.12 X ipnet@2.9.0 X X itoa@1.0.9 X X jobserver@0.1.27 X X -js-sys@0.3.65 X X -jsonwebtoken@9.1.0 X +js-sys@0.3.66 X X +jsonwebtoken@9.2.0 X lazy_static@1.4.0 X X libc@0.2.150 X X libm@0.2.8 X X @@ -103,9 +103,9 @@ num-iter@0.1.43 X X num-traits@0.2.17 X X num_cpus@1.16.0 X X object@0.32.1 X X -ofs@0.43.0 X +ofs@0.0.1 X once_cell@1.18.0 X X -opendal@0.43.0 X +opendal@0.44.0 X openssh@0.10.1 X X openssh-sftp-client@0.14.1 X openssh-sftp-client-lowlevel@0.6.0 X @@ -137,7 +137,7 @@ rand_chacha@0.3.1 X X rand_core@0.6.4 X X redox_syscall@0.4.1 X redox_users@0.4.4 X -reqsign@0.14.4 X +reqsign@0.14.6 X reqwest@0.11.22 X X ring@0.17.5 X rsa@0.9.4 X X @@ -215,7 +215,7 @@ want@0.3.1 X wasi@0.11.0+wasi-snapshot-preview1 X X X wasm-bindgen@0.2.89 X X wasm-bindgen-backend@0.2.89 X X -wasm-bindgen-futures@0.4.38 X X +wasm-bindgen-futures@0.4.39 X X wasm-bindgen-macro@0.2.89 X X wasm-bindgen-macro-support@0.2.89 X X wasm-bindgen-shared@0.2.89 X X diff --git a/bin/oli/DEPENDENCIES.rust.tsv b/bin/oli/DEPENDENCIES.rust.tsv index fbc35c1d4a4a..2f7fef1037ee 100644 --- a/bin/oli/DEPENDENCIES.rust.tsv +++ b/bin/oli/DEPENDENCIES.rust.tsv @@ -96,8 +96,8 @@ ipnet@2.9.0 X X is-terminal@0.4.9 X itoa@1.0.9 X X jobserver@0.1.27 X X -js-sys@0.3.65 X X -jsonwebtoken@9.1.0 X +js-sys@0.3.66 X X +jsonwebtoken@9.2.0 X lazy_static@1.4.0 X X libc@0.2.150 X X libm@0.2.8 X X @@ -118,9 +118,9 @@ num-iter@0.1.43 X X num-traits@0.2.17 X X num_cpus@1.16.0 X X object@0.32.1 X X -oli@0.43.0 X +oli@0.44.0 X once_cell@1.18.0 X X -opendal@0.43.0 X +opendal@0.44.0 X openssh@0.10.1 X X openssh-sftp-client@0.14.1 X openssh-sftp-client-lowlevel@0.6.0 X @@ -155,7 +155,7 @@ redox_users@0.4.4 X regex@1.10.2 X X regex-automata@0.4.3 X X regex-syntax@0.8.2 X X -reqsign@0.14.4 X +reqsign@0.14.6 X reqwest@0.11.22 X X ring@0.17.5 X rsa@0.9.4 X X @@ -240,7 +240,7 @@ want@0.3.1 X wasi@0.11.0+wasi-snapshot-preview1 X X X wasm-bindgen@0.2.89 X X wasm-bindgen-backend@0.2.89 X X -wasm-bindgen-futures@0.4.38 X X +wasm-bindgen-futures@0.4.39 X X wasm-bindgen-macro@0.2.89 X X wasm-bindgen-macro-support@0.2.89 X X wasm-bindgen-shared@0.2.89 X X diff --git a/bindings/c/DEPENDENCIES.rust.tsv b/bindings/c/DEPENDENCIES.rust.tsv index f0c589df55a6..a00eb14d0498 100644 --- a/bindings/c/DEPENDENCIES.rust.tsv +++ b/bindings/c/DEPENDENCIES.rust.tsv @@ -89,8 +89,8 @@ instant@0.1.12 X ipnet@2.9.0 X X itoa@1.0.9 X X jobserver@0.1.27 X X -js-sys@0.3.65 X X -jsonwebtoken@9.1.0 X +js-sys@0.3.66 X X +jsonwebtoken@9.2.0 X lazy_static@1.4.0 X X libc@0.2.150 X X libm@0.2.8 X X @@ -112,8 +112,8 @@ num-traits@0.2.17 X X num_cpus@1.16.0 X X object@0.32.1 X X once_cell@1.18.0 X X -opendal@0.43.0 X -opendal-c@0.43.0 X +opendal@0.44.0 X +opendal-c@0.44.0 X openssh@0.10.1 X X openssh-sftp-client@0.14.1 X openssh-sftp-client-lowlevel@0.6.0 X @@ -146,7 +146,7 @@ rand_chacha@0.3.1 X X rand_core@0.6.4 X X redox_syscall@0.4.1 X redox_users@0.4.4 X -reqsign@0.14.4 X +reqsign@0.14.6 X reqwest@0.11.22 X X ring@0.17.5 X rsa@0.9.4 X X @@ -228,7 +228,7 @@ want@0.3.1 X wasi@0.11.0+wasi-snapshot-preview1 X X X wasm-bindgen@0.2.89 X X wasm-bindgen-backend@0.2.89 X X -wasm-bindgen-futures@0.4.38 X X +wasm-bindgen-futures@0.4.39 X X wasm-bindgen-macro@0.2.89 X X wasm-bindgen-macro-support@0.2.89 X X wasm-bindgen-shared@0.2.89 X X diff --git a/bindings/cpp/CMakeLists.txt b/bindings/cpp/CMakeLists.txt index dfa057b78e89..22bff4f46c1b 100644 --- a/bindings/cpp/CMakeLists.txt +++ b/bindings/cpp/CMakeLists.txt @@ -16,7 +16,7 @@ # under the License. cmake_minimum_required(VERSION 3.10) -project(opendal-cpp VERSION 0.43.0 LANGUAGES CXX) +project(opendal-cpp VERSION 0.44.0 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) diff --git a/bindings/cpp/DEPENDENCIES.rust.tsv b/bindings/cpp/DEPENDENCIES.rust.tsv index 7bf74e4f2c4b..049a6361bfee 100644 --- a/bindings/cpp/DEPENDENCIES.rust.tsv +++ b/bindings/cpp/DEPENDENCIES.rust.tsv @@ -86,8 +86,8 @@ instant@0.1.12 X ipnet@2.9.0 X X itoa@1.0.9 X X jobserver@0.1.27 X X -js-sys@0.3.65 X X -jsonwebtoken@9.1.0 X +js-sys@0.3.66 X X +jsonwebtoken@9.2.0 X lazy_static@1.4.0 X X libc@0.2.150 X X libm@0.2.8 X X @@ -110,8 +110,8 @@ num-traits@0.2.17 X X num_cpus@1.16.0 X X object@0.32.1 X X once_cell@1.18.0 X X -opendal@0.43.0 X -opendal-cpp@0.43.0 X +opendal@0.44.0 X +opendal-cpp@0.44.0 X openssh@0.10.1 X X openssh-sftp-client@0.14.1 X openssh-sftp-client-lowlevel@0.6.0 X @@ -143,7 +143,7 @@ rand_chacha@0.3.1 X X rand_core@0.6.4 X X redox_syscall@0.4.1 X redox_users@0.4.4 X -reqsign@0.14.4 X +reqsign@0.14.6 X reqwest@0.11.22 X X ring@0.17.5 X rsa@0.9.4 X X @@ -224,7 +224,7 @@ want@0.3.1 X wasi@0.11.0+wasi-snapshot-preview1 X X X wasm-bindgen@0.2.89 X X wasm-bindgen-backend@0.2.89 X X -wasm-bindgen-futures@0.4.38 X X +wasm-bindgen-futures@0.4.39 X X wasm-bindgen-macro@0.2.89 X X wasm-bindgen-macro-support@0.2.89 X X wasm-bindgen-shared@0.2.89 X X diff --git a/bindings/dotnet/DEPENDENCIES.rust.tsv b/bindings/dotnet/DEPENDENCIES.rust.tsv index 1b5aeb784aea..b039f32cbf66 100644 --- a/bindings/dotnet/DEPENDENCIES.rust.tsv +++ b/bindings/dotnet/DEPENDENCIES.rust.tsv @@ -81,8 +81,8 @@ instant@0.1.12 X ipnet@2.9.0 X X itoa@1.0.9 X X jobserver@0.1.27 X X -js-sys@0.3.65 X X -jsonwebtoken@9.1.0 X +js-sys@0.3.66 X X +jsonwebtoken@9.2.0 X lazy_static@1.4.0 X X libc@0.2.150 X X libm@0.2.8 X X @@ -104,7 +104,7 @@ num-traits@0.2.17 X X num_cpus@1.16.0 X X object@0.32.1 X X once_cell@1.18.0 X X -opendal@0.43.0 X +opendal@0.44.0 X opendal-dotnet@0.1.0 X openssh@0.10.1 X X openssh-sftp-client@0.14.1 X @@ -137,7 +137,7 @@ rand_chacha@0.3.1 X X rand_core@0.6.4 X X redox_syscall@0.4.1 X redox_users@0.4.4 X -reqsign@0.14.4 X +reqsign@0.14.6 X reqwest@0.11.22 X X ring@0.17.5 X rsa@0.9.4 X X @@ -215,7 +215,7 @@ want@0.3.1 X wasi@0.11.0+wasi-snapshot-preview1 X X X wasm-bindgen@0.2.89 X X wasm-bindgen-backend@0.2.89 X X -wasm-bindgen-futures@0.4.38 X X +wasm-bindgen-futures@0.4.39 X X wasm-bindgen-macro@0.2.89 X X wasm-bindgen-macro-support@0.2.89 X X wasm-bindgen-shared@0.2.89 X X diff --git a/bindings/haskell/DEPENDENCIES.rust.tsv b/bindings/haskell/DEPENDENCIES.rust.tsv index 7b725d5f0ef7..ccc81d7ba3d7 100644 --- a/bindings/haskell/DEPENDENCIES.rust.tsv +++ b/bindings/haskell/DEPENDENCIES.rust.tsv @@ -81,8 +81,8 @@ instant@0.1.12 X ipnet@2.9.0 X X itoa@1.0.9 X X jobserver@0.1.27 X X -js-sys@0.3.65 X X -jsonwebtoken@9.1.0 X +js-sys@0.3.66 X X +jsonwebtoken@9.2.0 X lazy_static@1.4.0 X X libc@0.2.150 X X libm@0.2.8 X X @@ -104,8 +104,8 @@ num-traits@0.2.17 X X num_cpus@1.16.0 X X object@0.32.1 X X once_cell@1.18.0 X X -opendal@0.43.0 X -opendal-hs@0.43.0 X +opendal@0.44.0 X +opendal-hs@0.44.0 X openssh@0.10.1 X X openssh-sftp-client@0.14.1 X openssh-sftp-client-lowlevel@0.6.0 X @@ -137,7 +137,7 @@ rand_chacha@0.3.1 X X rand_core@0.6.4 X X redox_syscall@0.4.1 X redox_users@0.4.4 X -reqsign@0.14.4 X +reqsign@0.14.6 X reqwest@0.11.22 X X ring@0.17.5 X rsa@0.9.4 X X @@ -215,7 +215,7 @@ want@0.3.1 X wasi@0.11.0+wasi-snapshot-preview1 X X X wasm-bindgen@0.2.89 X X wasm-bindgen-backend@0.2.89 X X -wasm-bindgen-futures@0.4.38 X X +wasm-bindgen-futures@0.4.39 X X wasm-bindgen-macro@0.2.89 X X wasm-bindgen-macro-support@0.2.89 X X wasm-bindgen-shared@0.2.89 X X diff --git a/bindings/haskell/opendal.cabal b/bindings/haskell/opendal.cabal index 898f5316827a..f8ea7e166654 100644 --- a/bindings/haskell/opendal.cabal +++ b/bindings/haskell/opendal.cabal @@ -41,7 +41,7 @@ source-repository head source-repository this type: git location: https://github.com/apache/incubator-opendal - tag: v0.43.0 + tag: v0.44.0 subdir: bindings/haskell common base diff --git a/bindings/java/DEPENDENCIES.rust.tsv b/bindings/java/DEPENDENCIES.rust.tsv index b85f808d5c2f..fc8d965f9e51 100644 --- a/bindings/java/DEPENDENCIES.rust.tsv +++ b/bindings/java/DEPENDENCIES.rust.tsv @@ -85,8 +85,8 @@ itoa@1.0.9 X X jni@0.21.1 X X jni-sys@0.3.0 X X jobserver@0.1.27 X X -js-sys@0.3.65 X X -jsonwebtoken@9.1.0 X +js-sys@0.3.66 X X +jsonwebtoken@9.2.0 X lazy_static@1.4.0 X X libc@0.2.150 X X libm@0.2.8 X X @@ -108,8 +108,8 @@ num-traits@0.2.17 X X num_cpus@1.16.0 X X object@0.32.1 X X once_cell@1.18.0 X X -opendal@0.43.0 X -opendal-java@0.43.0 X +opendal@0.44.0 X +opendal-java@0.44.0 X openssh@0.10.1 X X openssh-sftp-client@0.14.1 X openssh-sftp-client-lowlevel@0.6.0 X @@ -141,7 +141,7 @@ rand_chacha@0.3.1 X X rand_core@0.6.4 X X redox_syscall@0.4.1 X redox_users@0.4.4 X -reqsign@0.14.4 X +reqsign@0.14.6 X reqwest@0.11.22 X X ring@0.17.5 X rsa@0.9.4 X X @@ -221,7 +221,7 @@ want@0.3.1 X wasi@0.11.0+wasi-snapshot-preview1 X X X wasm-bindgen@0.2.89 X X wasm-bindgen-backend@0.2.89 X X -wasm-bindgen-futures@0.4.38 X X +wasm-bindgen-futures@0.4.39 X X wasm-bindgen-macro@0.2.89 X X wasm-bindgen-macro-support@0.2.89 X X wasm-bindgen-shared@0.2.89 X X diff --git a/bindings/java/pom.xml b/bindings/java/pom.xml index f0049dc4eee5..f821f132a469 100644 --- a/bindings/java/pom.xml +++ b/bindings/java/pom.xml @@ -32,7 +32,7 @@ org.apache.opendal opendal-java - 0.43.0 + 0.44.0 https://opendal.apache.org diff --git a/bindings/java/upgrade.md b/bindings/java/upgrade.md index 528e82971f61..e3845b9da544 100644 --- a/bindings/java/upgrade.md +++ b/bindings/java/upgrade.md @@ -1,4 +1,4 @@ -# Unreleased +# Upgrade to v0.44 ## Breaking change diff --git a/bindings/lua/DEPENDENCIES.rust.tsv b/bindings/lua/DEPENDENCIES.rust.tsv index 013226f83d09..44a081b281e3 100644 --- a/bindings/lua/DEPENDENCIES.rust.tsv +++ b/bindings/lua/DEPENDENCIES.rust.tsv @@ -82,8 +82,8 @@ instant@0.1.12 X ipnet@2.9.0 X X itoa@1.0.9 X X jobserver@0.1.27 X X -js-sys@0.3.65 X X -jsonwebtoken@9.1.0 X +js-sys@0.3.66 X X +jsonwebtoken@9.2.0 X lazy_static@1.4.0 X X libc@0.2.150 X X libm@0.2.8 X X @@ -107,7 +107,7 @@ num-traits@0.2.17 X X num_cpus@1.16.0 X X object@0.32.1 X X once_cell@1.18.0 X X -opendal@0.43.0 X +opendal@0.44.0 X opendal-lua@0.1.0 X openssh@0.10.1 X X openssh-sftp-client@0.14.1 X @@ -141,7 +141,7 @@ rand_chacha@0.3.1 X X rand_core@0.6.4 X X redox_syscall@0.4.1 X redox_users@0.4.4 X -reqsign@0.14.4 X +reqsign@0.14.6 X reqwest@0.11.22 X X ring@0.17.5 X rsa@0.9.4 X X @@ -220,7 +220,7 @@ want@0.3.1 X wasi@0.11.0+wasi-snapshot-preview1 X X X wasm-bindgen@0.2.89 X X wasm-bindgen-backend@0.2.89 X X -wasm-bindgen-futures@0.4.38 X X +wasm-bindgen-futures@0.4.39 X X wasm-bindgen-macro@0.2.89 X X wasm-bindgen-macro-support@0.2.89 X X wasm-bindgen-shared@0.2.89 X X diff --git a/bindings/nodejs/DEPENDENCIES.rust.tsv b/bindings/nodejs/DEPENDENCIES.rust.tsv index ec23bfd34364..d9bd0393894a 100644 --- a/bindings/nodejs/DEPENDENCIES.rust.tsv +++ b/bindings/nodejs/DEPENDENCIES.rust.tsv @@ -84,8 +84,8 @@ instant@0.1.12 X ipnet@2.9.0 X X itoa@1.0.9 X X jobserver@0.1.27 X X -js-sys@0.3.65 X X -jsonwebtoken@9.1.0 X +js-sys@0.3.66 X X +jsonwebtoken@9.2.0 X lazy_static@1.4.0 X X libc@0.2.150 X X libloading@0.8.1 X @@ -113,8 +113,8 @@ num-traits@0.2.17 X X num_cpus@1.16.0 X X object@0.32.1 X X once_cell@1.18.0 X X -opendal@0.43.0 X -opendal-nodejs@0.43.0 X +opendal@0.44.0 X +opendal-nodejs@0.44.0 X openssh@0.10.1 X X openssh-sftp-client@0.14.1 X openssh-sftp-client-lowlevel@0.6.0 X @@ -149,7 +149,7 @@ redox_users@0.4.4 X regex@1.10.2 X X regex-automata@0.4.3 X X regex-syntax@0.8.2 X X -reqsign@0.14.4 X +reqsign@0.14.6 X reqwest@0.11.22 X X ring@0.17.5 X rsa@0.9.4 X X @@ -229,7 +229,7 @@ want@0.3.1 X wasi@0.11.0+wasi-snapshot-preview1 X X X wasm-bindgen@0.2.89 X X wasm-bindgen-backend@0.2.89 X X -wasm-bindgen-futures@0.4.38 X X +wasm-bindgen-futures@0.4.39 X X wasm-bindgen-macro@0.2.89 X X wasm-bindgen-macro-support@0.2.89 X X wasm-bindgen-shared@0.2.89 X X diff --git a/bindings/nodejs/npm/darwin-arm64/package.json b/bindings/nodejs/npm/darwin-arm64/package.json index db20b4931d54..dfeb685b6130 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/incubator-opendal.git", - "version": "0.43.0", + "version": "0.44.0", "os": [ "darwin" ], diff --git a/bindings/nodejs/npm/darwin-x64/package.json b/bindings/nodejs/npm/darwin-x64/package.json index 2862116f6252..adfd78716e6b 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.43.0", + "version": "0.44.0", "repository": "git@github.com/apache/incubator-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 d2a9fc8b78c7..c4898f99e8fe 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.43.0", + "version": "0.44.0", "repository": "git@github.com/apache/incubator-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 376b57f4b185..ca39d96c5bbd 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.43.0", + "version": "0.44.0", "repository": "git@github.com/apache/incubator-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 4895609bdc9f..65f11d4e9890 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.43.0", + "version": "0.44.0", "repository": "git@github.com/apache/incubator-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 487ba465ff33..54af5e6648de 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.43.0", + "version": "0.44.0", "repository": "git@github.com/apache/incubator-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 e83c8ca7c4d9..f70565b1965a 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.43.0", + "version": "0.44.0", "repository": "git@github.com/apache/incubator-opendal.git", "os": [ "win32" diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json index 179e4006b66c..b67227b0b88a 100644 --- a/bindings/nodejs/package.json +++ b/bindings/nodejs/package.json @@ -1,7 +1,7 @@ { "name": "opendal", "author": "OpenDAL Contributors ", - "version": "0.43.0", + "version": "0.44.0", "license": "Apache-2.0", "main": "index.js", "types": "index.d.ts", diff --git a/bindings/nodejs/upgrade.md b/bindings/nodejs/upgrade.md index f697f599c480..8c323cdf2307 100644 --- a/bindings/nodejs/upgrade.md +++ b/bindings/nodejs/upgrade.md @@ -1,4 +1,4 @@ -# Unreleased +# Upgrade to v0.44 ## Breaking change diff --git a/bindings/ocaml/Cargo.lock b/bindings/ocaml/Cargo.lock index 1a836c842485..c54749c7b3d7 100644 --- a/bindings/ocaml/Cargo.lock +++ b/bindings/ocaml/Cargo.lock @@ -870,7 +870,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "opendal" -version = "0.43.0" +version = "0.44.0" dependencies = [ "anyhow", "async-compat", diff --git a/bindings/ocaml/DEPENDENCIES.rust.tsv b/bindings/ocaml/DEPENDENCIES.rust.tsv index 9e835f119e58..bdf430761672 100644 --- a/bindings/ocaml/DEPENDENCIES.rust.tsv +++ b/bindings/ocaml/DEPENDENCIES.rust.tsv @@ -1,248 +1,210 @@ -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.21.0 X X -adler@1.0.2 X X X -ahash@0.8.6 X X -allocator-api2@0.2.16 X X -android-tzdata@0.1.1 X X -android_system_properties@0.1.5 X X -anyhow@1.0.75 X X -arc-swap@1.6.0 X X -async-compat@0.2.3 X X -async-trait@0.1.74 X X -autocfg@1.1.0 X X -awaitable@0.4.0 X -awaitable-error@0.1.0 X -backon@0.4.1 X -backtrace@0.3.69 X X -base64@0.21.5 X X -base64ct@1.6.0 X X -bitflags@1.3.2 X X -bitflags@2.4.1 X X -block-buffer@0.10.4 X X -bumpalo@3.14.0 X X -byteorder@1.5.0 X X -bytes@1.5.0 X -cc@1.0.83 X X -cfg-if@1.0.0 X X -chrono@0.4.31 X X -concurrent_arena@0.1.8 X -const-oid@0.9.5 X X -const-random@0.1.17 X X -const-random-macro@0.1.16 X X -core-foundation@0.9.3 X X -core-foundation-sys@0.8.4 X X -cpufeatures@0.2.11 X X -crunchy@0.2.2 X -crypto-common@0.1.6 X X -cty@0.2.2 X X -der@0.7.8 X X -deranged@0.3.9 X X -derive_destructure2@0.1.2 X X -digest@0.10.7 X X -dirs@5.0.1 X X -dirs-sys@0.4.1 X X -dlv-list@0.5.2 X X -dotenvy@0.15.7 X -encoding_rs@0.8.33 X X X -equivalent@1.0.1 X X -fastrand@1.9.0 X X -fastrand@2.0.1 X X -flagset@0.4.4 X -fnv@1.0.7 X X -form_urlencoded@1.2.0 X X -futures@0.3.29 X X -futures-channel@0.3.29 X X -futures-core@0.3.29 X X -futures-executor@0.3.29 X X -futures-io@0.3.29 X X -futures-macro@0.3.29 X X -futures-sink@0.3.29 X X -futures-task@0.3.29 X X -futures-util@0.3.29 X X -generic-array@0.14.7 X -getrandom@0.2.11 X X -gimli@0.28.0 X X -h2@0.3.22 X -hashbrown@0.14.2 X X -hermit-abi@0.3.3 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.5 X X -http@0.2.11 X X -http-body@0.4.5 X -httparse@1.8.0 X X -httpdate@1.0.3 X X -hyper@0.14.27 X -hyper-rustls@0.24.2 X X X -iana-time-zone@0.1.58 X X -iana-time-zone-haiku@0.1.2 X X -idna@0.4.0 X X -indexmap@2.1.0 X X -instant@0.1.12 X -ipnet@2.9.0 X X -itoa@1.0.9 X X -jobserver@0.1.27 X X -js-sys@0.3.65 X X -jsonwebtoken@9.1.0 X -lazy_static@1.4.0 X X -libc@0.2.150 X X -libm@0.2.8 X X -libredox@0.0.1 X -linux-raw-sys@0.4.11 X X X -lock_api@0.4.11 X X -log@0.4.20 X X -md-5@0.10.6 X X -memchr@2.6.4 X X -mime@0.3.17 X X -miniz_oxide@0.7.1 X X X -mio@0.8.9 X -num-bigint@0.4.4 X X -num-bigint-dig@0.8.4 X X -num-derive@0.3.3 X X -num-integer@0.1.45 X X -num-iter@0.1.43 X X -num-traits@0.2.17 X X -num_cpus@1.16.0 X X -object@0.32.1 X X -ocaml@1.0.0-beta.5 X -ocaml-boxroot-sys@0.2.0 X -ocaml-build@1.0.0-beta.4 X -ocaml-derive@1.0.0-beta.5 X -ocaml-interop@0.8.8 X -ocaml-sys@0.22.3 X -ocaml-sys@0.23.0 X -once_cell@1.18.0 X X -opendal@0.43.0 X -opendal-ocaml@0.43.0 X -openssh@0.10.1 X X -openssh-sftp-client@0.14.1 X -openssh-sftp-client-lowlevel@0.6.0 X -openssh-sftp-error@0.4.0 X -openssh-sftp-protocol@0.24.0 X -openssh-sftp-protocol-error@0.1.0 X -openssl-probe@0.1.5 X X -option-ext@0.2.0 X -ordered-multimap@0.7.0 X -parking_lot@0.12.1 X X -parking_lot_core@0.9.9 X X -pem@3.0.2 X -pem-rfc7468@0.7.0 X X -percent-encoding@2.3.0 X X -pin-project@1.1.3 X X -pin-project-internal@1.1.3 X X -pin-project-lite@0.2.13 X X -pin-utils@0.1.0 X X -pkcs1@0.7.5 X X -pkcs8@0.10.2 X X -powerfmt@0.2.0 X X -ppv-lite86@0.2.17 X X -proc-macro2@1.0.69 X X -quick-xml@0.30.0 X -quick-xml@0.31.0 X -quote@1.0.33 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.4.1 X -redox_users@0.4.4 X -reqsign@0.14.4 X -reqwest@0.11.22 X X -ring@0.17.5 X -rsa@0.9.4 X X -rust-ini@0.20.0 X -rustc-demangle@0.1.23 X X -rustix@0.38.25 X X X -rustls@0.21.9 X X X -rustls-native-certs@0.6.3 X X X -rustls-pemfile@1.0.4 X X X -rustls-webpki@0.101.7 X -ryu@1.0.15 X X -schannel@0.1.22 X -scopeguard@1.2.0 X X -sct@0.7.1 X X X -security-framework@2.9.2 X X -security-framework-sys@2.9.1 X X -serde@1.0.193 X X -serde_derive@1.0.193 X X -serde_json@1.0.108 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 -signal-hook-registry@1.4.1 X X -signature@2.2.0 X X -simple_asn1@0.6.2 X -slab@0.4.9 X -smallvec@1.11.2 X X -socket2@0.4.10 X X -socket2@0.5.5 X X -spin@0.5.2 X -spin@0.9.8 X -spki@0.7.2 X X -ssh_format@0.14.1 X -ssh_format_error@0.1.0 X -stable_deref_trait@1.2.0 X X -static_assertions@1.1.0 X X -subtle@2.5.0 X -syn@1.0.109 X X -syn@2.0.39 X X -system-configuration@0.5.1 X X -system-configuration-sys@0.5.0 X X -tempfile@3.8.1 X X -thin-vec@0.2.12 X X -thiserror@1.0.50 X X -thiserror-impl@1.0.50 X X -time@0.3.30 X X -time-core@0.1.2 X X -time-macros@0.2.15 X X -tiny-keccak@2.0.2 X -tinyvec@1.6.0 X X X -tinyvec_macros@0.1.1 X X X -tokio@1.34.0 X -tokio-io-utility@0.7.6 X -tokio-macros@2.2.0 X -tokio-pipe@0.2.12 X X -tokio-rustls@0.24.1 X X -tokio-util@0.7.10 X -tower-service@0.3.2 X -tracing@0.1.40 X -tracing-attributes@0.1.27 X -tracing-core@0.1.32 X -triomphe@0.1.9 X X -try-lock@0.2.4 X -typenum@1.17.0 X X -unicode-bidi@0.3.13 X X -unicode-ident@1.0.12 X X X -unicode-normalization@0.1.22 X X -untrusted@0.9.0 X -url@2.4.1 X X -uuid@1.6.1 X X -valuable@0.1.0 X -vec-strings@0.4.8 X -version_check@0.9.4 X X -want@0.3.1 X -wasi@0.11.0+wasi-snapshot-preview1 X X X -wasm-bindgen@0.2.89 X X -wasm-bindgen-backend@0.2.89 X X -wasm-bindgen-futures@0.4.38 X X -wasm-bindgen-macro@0.2.89 X X -wasm-bindgen-macro-support@0.2.89 X X -wasm-bindgen-shared@0.2.89 X X -wasm-streams@0.3.0 X X -web-sys@0.3.65 X 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.51.1 X X -windows-sys@0.48.0 X X -windows-targets@0.48.5 X X -windows_aarch64_gnullvm@0.48.5 X X -windows_aarch64_msvc@0.48.5 X X -windows_i686_gnu@0.48.5 X X -windows_i686_msvc@0.48.5 X X -windows_x86_64_gnu@0.48.5 X X -windows_x86_64_gnullvm@0.48.5 X X -windows_x86_64_msvc@0.48.5 X X -winreg@0.50.0 X -zerocopy@0.7.26 X X X -zeroize@1.7.0 X X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-3-Clause BSL-1.0 CC0-1.0 ISC MIT OpenSSL Unicode-DFS-2016 Unlicense Zlib +addr2line@0.21.0 X X +adler@1.0.2 X X X +android-tzdata@0.1.1 X X +android_system_properties@0.1.5 X X +anyhow@1.0.76 X X +async-compat@0.2.3 X X +async-trait@0.1.75 X X +autocfg@1.1.0 X X +backon@0.4.1 X +backtrace@0.3.69 X X +base64@0.21.5 X X +base64ct@1.6.0 X X +bitflags@1.3.2 X X +block-buffer@0.10.4 X X +bumpalo@3.14.0 X X +byteorder@1.5.0 X X +bytes@1.5.0 X +cc@1.0.83 X X +cfg-if@1.0.0 X X +chrono@0.4.31 X X +const-oid@0.9.6 X X +const-random@0.1.17 X X +const-random-macro@0.1.16 X X +core-foundation@0.9.4 X X +core-foundation-sys@0.8.6 X X +cpufeatures@0.2.11 X X +crunchy@0.2.2 X +crypto-common@0.1.6 X X +cty@0.2.2 X X +der@0.7.8 X X +deranged@0.3.10 X X +digest@0.10.7 X X +dlv-list@0.5.2 X X +encoding_rs@0.8.33 X X X +equivalent@1.0.1 X X +fastrand@1.9.0 X X +flagset@0.4.4 X +fnv@1.0.7 X X +form_urlencoded@1.2.1 X X +futures@0.3.29 X X +futures-channel@0.3.29 X X +futures-core@0.3.29 X X +futures-io@0.3.29 X X +futures-macro@0.3.29 X X +futures-sink@0.3.29 X X +futures-task@0.3.29 X X +futures-util@0.3.29 X X +generic-array@0.14.7 X +getrandom@0.2.11 X X +gimli@0.28.1 X X +h2@0.3.22 X +hashbrown@0.14.3 X X +hex@0.4.3 X X +hmac@0.12.1 X X +home@0.5.9 X X +http@0.2.11 X X +http-body@0.4.6 X +httparse@1.8.0 X X +httpdate@1.0.3 X X +hyper@0.14.28 X +hyper-rustls@0.24.2 X X X +iana-time-zone@0.1.58 X X +iana-time-zone-haiku@0.1.2 X X +idna@0.5.0 X X +indexmap@2.1.0 X X +instant@0.1.12 X +ipnet@2.9.0 X X +itoa@1.0.10 X X +js-sys@0.3.66 X X +jsonwebtoken@9.2.0 X +lazy_static@1.4.0 X X +libc@0.2.151 X X +libm@0.2.8 X X +lock_api@0.4.11 X X +log@0.4.20 X X +md-5@0.10.6 X X +memchr@2.6.4 X X +mime@0.3.17 X X +miniz_oxide@0.7.1 X X X +mio@0.8.10 X +num-bigint@0.4.4 X X +num-bigint-dig@0.8.4 X X +num-integer@0.1.45 X X +num-iter@0.1.43 X X +num-traits@0.2.17 X X +object@0.32.2 X X +ocaml@1.0.0-beta.5 X +ocaml-boxroot-sys@0.2.0 X +ocaml-build@1.0.0-beta.4 X +ocaml-derive@1.0.0-beta.5 X +ocaml-interop@0.8.8 X +ocaml-sys@0.22.3 X +ocaml-sys@0.23.0 X +once_cell@1.19.0 X X +opendal@0.44.0 X +opendal-ocaml@0.0.0 X +openssl-probe@0.1.5 X X +ordered-multimap@0.7.1 X +parking_lot@0.12.1 X X +parking_lot_core@0.9.9 X X +pem@3.0.3 X +pem-rfc7468@0.7.0 X X +percent-encoding@2.3.1 X X +pin-project@1.1.3 X X +pin-project-internal@1.1.3 X X +pin-project-lite@0.2.13 X X +pin-utils@0.1.0 X X +pkcs1@0.7.5 X X +pkcs8@0.10.2 X X +powerfmt@0.2.0 X X +ppv-lite86@0.2.17 X X +proc-macro2@1.0.71 X X +quick-xml@0.30.0 X +quick-xml@0.31.0 X +quote@1.0.33 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.4.1 X +reqsign@0.14.6 X +reqwest@0.11.23 X X +ring@0.17.7 X +rsa@0.9.6 X X +rust-ini@0.20.0 X +rustc-demangle@0.1.23 X X +rustls@0.21.10 X X X +rustls-native-certs@0.6.3 X X X +rustls-pemfile@1.0.4 X X X +rustls-webpki@0.101.7 X +ryu@1.0.16 X X +schannel@0.1.22 X +scopeguard@1.2.0 X X +sct@0.7.1 X X X +security-framework@2.9.2 X X +security-framework-sys@2.9.1 X X +serde@1.0.193 X X +serde_derive@1.0.193 X X +serde_json@1.0.108 X X +serde_urlencoded@0.7.1 X X +sha1@0.10.6 X X +sha2@0.10.8 X X +signature@2.2.0 X X +simple_asn1@0.6.2 X +slab@0.4.9 X +smallvec@1.11.2 X X +socket2@0.5.5 X X +spin@0.5.2 X +spin@0.9.8 X +spki@0.7.3 X X +static_assertions@1.1.0 X X +subtle@2.5.0 X +syn@1.0.109 X X +syn@2.0.42 X X +system-configuration@0.5.1 X X +system-configuration-sys@0.5.0 X X +thiserror@1.0.51 X X +thiserror-impl@1.0.51 X X +time@0.3.31 X X +time-core@0.1.2 X X +time-macros@0.2.16 X X +tiny-keccak@2.0.2 X +tinyvec@1.6.0 X X X +tinyvec_macros@0.1.1 X X X +tokio@1.35.1 X +tokio-rustls@0.24.1 X X +tokio-util@0.7.10 X +tower-service@0.3.2 X +tracing@0.1.40 X +tracing-core@0.1.32 X +try-lock@0.2.5 X +typenum@1.17.0 X X +unicode-bidi@0.3.14 X X +unicode-ident@1.0.12 X X X +unicode-normalization@0.1.22 X X +untrusted@0.9.0 X +url@2.5.0 X X +uuid@1.6.1 X X +version_check@0.9.4 X X +want@0.3.1 X +wasi@0.11.0+wasi-snapshot-preview1 X X X +wasm-bindgen@0.2.89 X X +wasm-bindgen-backend@0.2.89 X X +wasm-bindgen-futures@0.4.39 X X +wasm-bindgen-macro@0.2.89 X X +wasm-bindgen-macro-support@0.2.89 X X +wasm-bindgen-shared@0.2.89 X X +wasm-streams@0.3.0 X X +web-sys@0.3.66 X X +windows-core@0.51.1 X X +windows-sys@0.48.0 X X +windows-sys@0.52.0 X X +windows-targets@0.48.5 X X +windows-targets@0.52.0 X X +windows_aarch64_gnullvm@0.48.5 X X +windows_aarch64_gnullvm@0.52.0 X X +windows_aarch64_msvc@0.48.5 X X +windows_aarch64_msvc@0.52.0 X X +windows_i686_gnu@0.48.5 X X +windows_i686_gnu@0.52.0 X X +windows_i686_msvc@0.48.5 X X +windows_i686_msvc@0.52.0 X X +windows_x86_64_gnu@0.48.5 X X +windows_x86_64_gnu@0.52.0 X X +windows_x86_64_gnullvm@0.48.5 X X +windows_x86_64_gnullvm@0.52.0 X X +windows_x86_64_msvc@0.48.5 X X +windows_x86_64_msvc@0.52.0 X X +winreg@0.50.0 X +zeroize@1.7.0 X X diff --git a/bindings/php/Cargo.lock b/bindings/php/Cargo.lock index 2cc494905235..8fc56cba2750 100644 --- a/bindings/php/Cargo.lock +++ b/bindings/php/Cargo.lock @@ -1166,7 +1166,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "opendal" -version = "0.43.0" +version = "0.44.0" dependencies = [ "anyhow", "async-compat", diff --git a/bindings/php/DEPENDENCIES.rust.tsv b/bindings/php/DEPENDENCIES.rust.tsv index 297c26efd98d..6028a5856c45 100644 --- a/bindings/php/DEPENDENCIES.rust.tsv +++ b/bindings/php/DEPENDENCIES.rust.tsv @@ -1,300 +1,270 @@ -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.21.0 X X -adler@1.0.2 X X X -aes@0.8.3 X X -ahash@0.8.6 X X -aho-corasick@1.1.2 X X -allocator-api2@0.2.16 X X -android-tzdata@0.1.1 X X -android_system_properties@0.1.5 X X -anyhow@1.0.75 X X -arc-swap@1.6.0 X X -async-compat@0.2.3 X X -async-trait@0.1.74 X X -autocfg@1.1.0 X X -awaitable@0.4.0 X -awaitable-error@0.1.0 X -backon@0.4.1 X -backtrace@0.3.69 X X -base64@0.21.5 X X -base64ct@1.6.0 X X -bindgen@0.68.1 X -bitflags@1.3.2 X X -bitflags@2.4.1 X X -block-buffer@0.10.4 X X -bumpalo@3.14.0 X X -bytecount@0.6.7 X X -byteorder@1.5.0 X X -bytes@1.5.0 X -bzip2@0.4.4 X X -bzip2-sys@0.1.11+1.0.8 X X -camino@1.1.6 X X -cargo-platform@0.1.5 X X -cargo_metadata@0.14.2 X -cc@1.0.83 X X -cexpr@0.6.0 X X -cfg-if@1.0.0 X X -chrono@0.4.31 X X -cipher@0.4.4 X X -clang-sys@1.6.1 X -concurrent_arena@0.1.8 X -const-oid@0.9.5 X X -const-random@0.1.17 X X -const-random-macro@0.1.16 X X -constant_time_eq@0.1.5 X -core-foundation@0.9.3 X X -core-foundation-sys@0.8.4 X X -cpufeatures@0.2.11 X X -crc32fast@1.3.2 X X -crossbeam-utils@0.8.16 X X -crunchy@0.2.2 X -crypto-common@0.1.6 X X -darling@0.14.4 X -darling_core@0.14.4 X -darling_macro@0.14.4 X -der@0.7.8 X X -deranged@0.3.9 X X -derive_destructure2@0.1.2 X X -digest@0.10.7 X X -dirs@5.0.1 X X -dirs-sys@0.4.1 X X -dlv-list@0.5.2 X X -dotenvy@0.15.7 X -either@1.9.0 X X -encoding_rs@0.8.33 X X X -equivalent@1.0.1 X X -error-chain@0.12.4 X X -ext-php-rs@0.10.4 X X -ext-php-rs-derive@0.10.1 X X -fastrand@1.9.0 X X -fastrand@2.0.1 X X -flagset@0.4.4 X -flate2@1.0.28 X X -fnv@1.0.7 X X -foreign-types@0.3.2 X X -foreign-types-shared@0.1.1 X X -form_urlencoded@1.2.0 X X -futures@0.3.29 X X -futures-channel@0.3.29 X X -futures-core@0.3.29 X X -futures-executor@0.3.29 X X -futures-io@0.3.29 X X -futures-macro@0.3.29 X X -futures-sink@0.3.29 X X -futures-task@0.3.29 X X -futures-util@0.3.29 X X -generic-array@0.14.7 X -getrandom@0.2.11 X X -gimli@0.28.0 X X -glob@0.3.1 X X -h2@0.3.22 X -hashbrown@0.14.2 X X -hermit-abi@0.3.3 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.5 X X -http@0.2.11 X X -http-body@0.4.5 X -httparse@1.8.0 X X -httpdate@1.0.3 X X -hyper@0.14.27 X -hyper-rustls@0.24.2 X X X -iana-time-zone@0.1.58 X X -iana-time-zone-haiku@0.1.2 X X -ident_case@1.0.1 X X -idna@0.4.0 X X -indexmap@2.1.0 X X -inout@0.1.3 X X -instant@0.1.12 X -ipnet@2.9.0 X X -itoa@1.0.9 X X -jobserver@0.1.27 X X -js-sys@0.3.65 X X -jsonwebtoken@9.1.0 X -lazy_static@1.4.0 X X -lazycell@1.3.0 X X -libc@0.2.150 X X -libloading@0.7.4 X -libm@0.2.8 X X -libredox@0.0.1 X -linux-raw-sys@0.4.11 X X X -lock_api@0.4.11 X X -log@0.4.20 X X -md-5@0.10.6 X X -memchr@2.6.4 X X -mime@0.3.17 X X -minimal-lexical@0.2.1 X X -miniz_oxide@0.7.1 X X X -mio@0.8.9 X -native-tls@0.2.11 X X -nom@7.1.3 X -num-bigint@0.4.4 X X -num-bigint-dig@0.8.4 X X -num-derive@0.3.3 X X -num-integer@0.1.45 X X -num-iter@0.1.43 X X -num-traits@0.2.17 X X -num_cpus@1.16.0 X X -object@0.32.1 X X -once_cell@1.18.0 X X -opendal@0.43.0 X -opendal-php@0.1.0 X -openssh@0.10.1 X X -openssh-sftp-client@0.14.1 X -openssh-sftp-client-lowlevel@0.6.0 X -openssh-sftp-error@0.4.0 X -openssh-sftp-protocol@0.24.0 X -openssh-sftp-protocol-error@0.1.0 X -openssl@0.10.59 X -openssl-macros@0.1.1 X X -openssl-probe@0.1.5 X X -openssl-sys@0.9.95 X -option-ext@0.2.0 X -ordered-multimap@0.7.0 X -parking_lot@0.12.1 X X -parking_lot_core@0.9.9 X X -password-hash@0.4.2 X X -pbkdf2@0.11.0 X X -peeking_take_while@0.1.2 X X -pem@3.0.2 X -pem-rfc7468@0.7.0 X X -percent-encoding@2.3.0 X X -pin-project@1.1.3 X X -pin-project-internal@1.1.3 X X -pin-project-lite@0.2.13 X X -pin-utils@0.1.0 X X -pkcs1@0.7.5 X X -pkcs8@0.10.2 X X -pkg-config@0.3.27 X X -powerfmt@0.2.0 X X -ppv-lite86@0.2.17 X X -prettyplease@0.2.15 X X -proc-macro2@1.0.69 X X -pulldown-cmark@0.9.3 X -quick-xml@0.30.0 X -quick-xml@0.31.0 X -quote@1.0.33 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.4.1 X -redox_users@0.4.4 X -regex@1.10.2 X X -regex-automata@0.4.3 X X -regex-syntax@0.8.2 X X -reqsign@0.14.4 X -reqwest@0.11.22 X X -ring@0.17.5 X -rsa@0.9.4 X X -rust-ini@0.20.0 X -rustc-demangle@0.1.23 X X -rustc-hash@1.1.0 X X -rustix@0.38.25 X X X -rustls@0.21.9 X X X -rustls-native-certs@0.6.3 X X X -rustls-pemfile@1.0.4 X X X -rustls-webpki@0.101.7 X -ryu@1.0.15 X X -same-file@1.0.6 X X -schannel@0.1.22 X -scopeguard@1.2.0 X X -sct@0.7.1 X X X -security-framework@2.9.2 X X -security-framework-sys@2.9.1 X X -semver@1.0.20 X X -serde@1.0.193 X X -serde_derive@1.0.193 X X -serde_json@1.0.108 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.2.0 X X -signal-hook-registry@1.4.1 X X -signature@2.2.0 X X -simple_asn1@0.6.2 X -skeptic@0.13.7 X X -slab@0.4.9 X -smallvec@1.11.2 X X -socket2@0.4.10 X X -socket2@0.5.5 X X -spin@0.5.2 X -spin@0.9.8 X -spki@0.7.2 X X -ssh_format@0.14.1 X -ssh_format_error@0.1.0 X -stable_deref_trait@1.2.0 X X -strsim@0.10.0 X -subtle@2.5.0 X -syn@1.0.109 X X -syn@2.0.39 X X -system-configuration@0.5.1 X X -system-configuration-sys@0.5.0 X X -tempfile@3.8.1 X X -thin-vec@0.2.12 X X -thiserror@1.0.50 X X -thiserror-impl@1.0.50 X X -time@0.3.30 X X -time-core@0.1.2 X X -time-macros@0.2.15 X X -tiny-keccak@2.0.2 X -tinyvec@1.6.0 X X X -tinyvec_macros@0.1.1 X X X -tokio@1.34.0 X -tokio-io-utility@0.7.6 X -tokio-macros@2.2.0 X -tokio-pipe@0.2.12 X X -tokio-rustls@0.24.1 X X -tokio-util@0.7.10 X -tower-service@0.3.2 X -tracing@0.1.40 X -tracing-attributes@0.1.27 X -tracing-core@0.1.32 X -triomphe@0.1.9 X X -try-lock@0.2.4 X -typenum@1.17.0 X X -unicase@2.7.0 X X -unicode-bidi@0.3.13 X X -unicode-ident@1.0.12 X X X -unicode-normalization@0.1.22 X X -untrusted@0.9.0 X -ureq@2.9.0 X X -url@2.4.1 X X -uuid@1.6.1 X X -valuable@0.1.0 X -vcpkg@0.2.15 X X -vec-strings@0.4.8 X -version_check@0.9.4 X X -walkdir@2.4.0 X X -want@0.3.1 X -wasi@0.11.0+wasi-snapshot-preview1 X X X -wasm-bindgen@0.2.89 X X -wasm-bindgen-backend@0.2.89 X X -wasm-bindgen-futures@0.4.38 X X -wasm-bindgen-macro@0.2.89 X X -wasm-bindgen-macro-support@0.2.89 X X -wasm-bindgen-shared@0.2.89 X X -wasm-streams@0.3.0 X X -web-sys@0.3.65 X X -which@4.4.2 X -winapi@0.3.9 X X -winapi-i686-pc-windows-gnu@0.4.0 X X -winapi-util@0.1.6 X X -winapi-x86_64-pc-windows-gnu@0.4.0 X X -windows-core@0.51.1 X X -windows-sys@0.48.0 X X -windows-targets@0.48.5 X X -windows_aarch64_gnullvm@0.48.5 X X -windows_aarch64_msvc@0.48.5 X X -windows_i686_gnu@0.48.5 X X -windows_i686_msvc@0.48.5 X X -windows_x86_64_gnu@0.48.5 X X -windows_x86_64_gnullvm@0.48.5 X X -windows_x86_64_msvc@0.48.5 X X -winreg@0.50.0 X -zerocopy@0.7.26 X X X -zeroize@1.7.0 X X -zip@0.6.6 X -zstd@0.11.2+zstd.1.5.2 X -zstd-safe@5.0.2+zstd.1.5.2 X X -zstd-sys@2.0.9+zstd.1.5.5 X X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-3-Clause BSL-1.0 CC0-1.0 ISC MIT OpenSSL Unicode-DFS-2016 Unlicense Zlib +addr2line@0.21.0 X X +adler@1.0.2 X X X +aes@0.8.3 X X +android-tzdata@0.1.1 X X +android_system_properties@0.1.5 X X +anyhow@1.0.76 X X +async-compat@0.2.3 X X +async-trait@0.1.75 X X +autocfg@1.1.0 X X +backon@0.4.1 X +backtrace@0.3.69 X X +base64@0.21.5 X X +base64ct@1.6.0 X X +bindgen@0.68.1 X +bitflags@1.3.2 X X +bitflags@2.4.1 X X +block-buffer@0.10.4 X X +bumpalo@3.14.0 X X +bytecount@0.6.7 X X +byteorder@1.5.0 X X +bytes@1.5.0 X +bzip2@0.4.4 X X +bzip2-sys@0.1.11+1.0.8 X X +camino@1.1.6 X X +cargo-platform@0.1.5 X X +cargo_metadata@0.14.2 X +cc@1.0.83 X X +cexpr@0.6.0 X X +cfg-if@1.0.0 X X +chrono@0.4.31 X X +cipher@0.4.4 X X +clang-sys@1.6.1 X +const-oid@0.9.6 X X +const-random@0.1.17 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.6 X X +cpufeatures@0.2.11 X X +crc32fast@1.3.2 X X +crossbeam-utils@0.8.17 X X +crunchy@0.2.2 X +crypto-common@0.1.6 X X +darling@0.14.4 X +darling_core@0.14.4 X +darling_macro@0.14.4 X +der@0.7.8 X X +deranged@0.3.10 X X +digest@0.10.7 X X +dlv-list@0.5.2 X X +either@1.9.0 X X +encoding_rs@0.8.33 X X X +equivalent@1.0.1 X X +error-chain@0.12.4 X X +ext-php-rs@0.11.2 X X +ext-php-rs-derive@0.10.1 X X +fastrand@1.9.0 X X +fastrand@2.0.1 X X +flagset@0.4.4 X +flate2@1.0.28 X X +fnv@1.0.7 X X +foreign-types@0.3.2 X X +foreign-types-shared@0.1.1 X X +form_urlencoded@1.2.1 X X +futures@0.3.29 X X +futures-channel@0.3.29 X X +futures-core@0.3.29 X X +futures-io@0.3.29 X X +futures-macro@0.3.29 X X +futures-sink@0.3.29 X X +futures-task@0.3.29 X X +futures-util@0.3.29 X X +generic-array@0.14.7 X +getrandom@0.2.11 X X +gimli@0.28.1 X X +glob@0.3.1 X X +h2@0.3.22 X +hashbrown@0.14.3 X X +hex@0.4.3 X X +hmac@0.12.1 X X +home@0.5.9 X X +http@0.2.11 X X +http-body@0.4.6 X +httparse@1.8.0 X X +httpdate@1.0.3 X X +hyper@0.14.28 X +hyper-rustls@0.24.2 X X X +iana-time-zone@0.1.58 X X +iana-time-zone-haiku@0.1.2 X X +ident_case@1.0.1 X X +idna@0.5.0 X X +indexmap@2.1.0 X X +inout@0.1.3 X X +instant@0.1.12 X +ipnet@2.9.0 X X +itoa@1.0.10 X X +jobserver@0.1.27 X X +js-sys@0.3.66 X X +jsonwebtoken@9.2.0 X +lazy_static@1.4.0 X X +lazycell@1.3.0 X X +libc@0.2.151 X X +libloading@0.7.4 X +libm@0.2.8 X X +linux-raw-sys@0.4.12 X X X +lock_api@0.4.11 X X +log@0.4.20 X X +md-5@0.10.6 X X +memchr@2.6.4 X X +mime@0.3.17 X X +minimal-lexical@0.2.1 X X +miniz_oxide@0.7.1 X X X +mio@0.8.10 X +native-tls@0.2.11 X X +nom@7.1.3 X +num-bigint@0.4.4 X X +num-bigint-dig@0.8.4 X X +num-integer@0.1.45 X X +num-iter@0.1.43 X X +num-traits@0.2.17 X X +object@0.32.1 X X +once_cell@1.19.0 X X +opendal@0.44.0 X +opendal-php@0.1.0 X +openssl@0.10.61 X +openssl-macros@0.1.1 X X +openssl-probe@0.1.5 X X +openssl-sys@0.9.97 X +ordered-multimap@0.7.1 X +parking_lot@0.12.1 X X +parking_lot_core@0.9.9 X X +password-hash@0.4.2 X X +pbkdf2@0.11.0 X X +peeking_take_while@0.1.2 X X +pem@3.0.3 X +pem-rfc7468@0.7.0 X X +percent-encoding@2.3.1 X X +pin-project@1.1.3 X X +pin-project-internal@1.1.3 X X +pin-project-lite@0.2.13 X X +pin-utils@0.1.0 X X +pkcs1@0.7.5 X X +pkcs8@0.10.2 X X +pkg-config@0.3.28 X X +powerfmt@0.2.0 X X +ppv-lite86@0.2.17 X X +prettyplease@0.2.15 X X +proc-macro2@1.0.71 X X +pulldown-cmark@0.9.3 X +quick-xml@0.30.0 X +quick-xml@0.31.0 X +quote@1.0.33 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.4.1 X +regex@1.10.2 X X +regex-automata@0.4.3 X X +regex-syntax@0.8.2 X X +reqsign@0.14.6 X +reqwest@0.11.23 X X +ring@0.17.7 X +rsa@0.9.6 X X +rust-ini@0.20.0 X +rustc-demangle@0.1.23 X X +rustc-hash@1.1.0 X X +rustix@0.38.28 X X X +rustls@0.21.10 X X X +rustls-native-certs@0.6.3 X X X +rustls-pemfile@1.0.4 X X X +rustls-webpki@0.101.7 X +ryu@1.0.16 X X +same-file@1.0.6 X X +schannel@0.1.22 X +scopeguard@1.2.0 X X +sct@0.7.1 X X X +security-framework@2.9.2 X X +security-framework-sys@2.9.1 X X +semver@1.0.20 X X +serde@1.0.193 X X +serde_derive@1.0.193 X X +serde_json@1.0.108 X X +serde_urlencoded@0.7.1 X X +sha1@0.10.6 X X +sha2@0.10.8 X X +shlex@1.2.0 X X +signature@2.2.0 X X +simple_asn1@0.6.2 X +skeptic@0.13.7 X X +slab@0.4.9 X +smallvec@1.11.2 X X +socket2@0.5.5 X X +spin@0.5.2 X +spin@0.9.8 X +spki@0.7.3 X X +strsim@0.10.0 X +subtle@2.5.0 X +syn@1.0.109 X X +syn@2.0.42 X X +system-configuration@0.5.1 X X +system-configuration-sys@0.5.0 X X +tempfile@3.8.1 X X +thiserror@1.0.51 X X +thiserror-impl@1.0.51 X X +time@0.3.31 X X +time-core@0.1.2 X X +time-macros@0.2.16 X X +tiny-keccak@2.0.2 X +tinyvec@1.6.0 X X X +tinyvec_macros@0.1.1 X X X +tokio@1.35.1 X +tokio-rustls@0.24.1 X X +tokio-util@0.7.10 X +tower-service@0.3.2 X +tracing@0.1.40 X +tracing-core@0.1.32 X +try-lock@0.2.5 X +typenum@1.17.0 X X +unicase@2.7.0 X X +unicode-bidi@0.3.14 X X +unicode-ident@1.0.12 X X X +unicode-normalization@0.1.22 X X +untrusted@0.9.0 X +ureq@2.9.1 X X +url@2.5.0 X X +uuid@1.6.1 X X +vcpkg@0.2.15 X X +version_check@0.9.4 X X +walkdir@2.4.0 X X +want@0.3.1 X +wasi@0.11.0+wasi-snapshot-preview1 X X X +wasm-bindgen@0.2.89 X X +wasm-bindgen-backend@0.2.89 X X +wasm-bindgen-futures@0.4.39 X X +wasm-bindgen-macro@0.2.89 X X +wasm-bindgen-macro-support@0.2.89 X X +wasm-bindgen-shared@0.2.89 X X +wasm-streams@0.3.0 X X +web-sys@0.3.66 X X +which@4.4.2 X +winapi@0.3.9 X X +winapi-i686-pc-windows-gnu@0.4.0 X X +winapi-util@0.1.6 X X +winapi-x86_64-pc-windows-gnu@0.4.0 X X +windows-core@0.51.1 X X +windows-sys@0.48.0 X X +windows-sys@0.52.0 X X +windows-targets@0.48.5 X X +windows-targets@0.52.0 X X +windows_aarch64_gnullvm@0.48.5 X X +windows_aarch64_gnullvm@0.52.0 X X +windows_aarch64_msvc@0.48.5 X X +windows_aarch64_msvc@0.52.0 X X +windows_i686_gnu@0.48.5 X X +windows_i686_gnu@0.52.0 X X +windows_i686_msvc@0.48.5 X X +windows_i686_msvc@0.52.0 X X +windows_x86_64_gnu@0.48.5 X X +windows_x86_64_gnu@0.52.0 X X +windows_x86_64_gnullvm@0.48.5 X X +windows_x86_64_gnullvm@0.52.0 X X +windows_x86_64_msvc@0.48.5 X X +windows_x86_64_msvc@0.52.0 X X +winreg@0.50.0 X +zeroize@1.7.0 X X +zip@0.6.6 X +zstd@0.11.2+zstd.1.5.2 X +zstd-safe@5.0.2+zstd.1.5.2 X X +zstd-sys@2.0.9+zstd.1.5.5 X X diff --git a/bindings/python/DEPENDENCIES.rust.tsv b/bindings/python/DEPENDENCIES.rust.tsv index b1e3a6f4346b..d1e500317a79 100644 --- a/bindings/python/DEPENDENCIES.rust.tsv +++ b/bindings/python/DEPENDENCIES.rust.tsv @@ -63,6 +63,7 @@ getrandom@0.2.11 X X gimli@0.28.0 X X h2@0.3.22 X hashbrown@0.14.2 X X +heck@0.4.1 X X hermit-abi@0.3.3 X X hex@0.4.3 X X hmac@0.12.1 X X @@ -77,13 +78,13 @@ iana-time-zone@0.1.58 X X iana-time-zone-haiku@0.1.2 X X idna@0.4.0 X X indexmap@2.1.0 X X -indoc@1.0.9 X X +indoc@2.0.4 X X instant@0.1.12 X ipnet@2.9.0 X X itoa@1.0.9 X X jobserver@0.1.27 X X -js-sys@0.3.65 X X -jsonwebtoken@9.1.0 X +js-sys@0.3.66 X X +jsonwebtoken@9.2.0 X lazy_static@1.4.0 X X libc@0.2.150 X X libm@0.2.8 X X @@ -106,8 +107,8 @@ num-traits@0.2.17 X X num_cpus@1.16.0 X X object@0.32.1 X X once_cell@1.18.0 X X -opendal@0.43.0 X -opendal-python@0.43.0 X +opendal@0.44.0 X +opendal-python@0.44.0 X openssh@0.10.1 X X openssh-sftp-client@0.14.1 X openssh-sftp-client-lowlevel@0.6.0 X @@ -131,12 +132,12 @@ pkcs8@0.10.2 X X powerfmt@0.2.0 X X ppv-lite86@0.2.17 X X proc-macro2@1.0.69 X X -pyo3@0.19.2 X -pyo3-asyncio@0.19.0 X -pyo3-build-config@0.19.2 X -pyo3-ffi@0.19.2 X -pyo3-macros@0.19.2 X -pyo3-macros-backend@0.19.2 X +pyo3@0.20.0 X X +pyo3-asyncio@0.20.0 X +pyo3-build-config@0.20.0 X X +pyo3-ffi@0.20.0 X X +pyo3-macros@0.20.0 X X +pyo3-macros-backend@0.20.0 X X quick-xml@0.30.0 X quick-xml@0.31.0 X quote@1.0.33 X X @@ -145,7 +146,7 @@ rand_chacha@0.3.1 X X rand_core@0.6.4 X X redox_syscall@0.4.1 X redox_users@0.4.4 X -reqsign@0.14.4 X +reqsign@0.14.6 X reqwest@0.11.22 X X ring@0.17.5 X rsa@0.9.4 X X @@ -214,7 +215,7 @@ typenum@1.17.0 X X unicode-bidi@0.3.13 X X unicode-ident@1.0.12 X X X unicode-normalization@0.1.22 X X -unindent@0.1.11 X X +unindent@0.2.3 X X untrusted@0.9.0 X url@2.4.1 X X uuid@1.6.1 X X @@ -225,7 +226,7 @@ want@0.3.1 X wasi@0.11.0+wasi-snapshot-preview1 X X X wasm-bindgen@0.2.89 X X wasm-bindgen-backend@0.2.89 X X -wasm-bindgen-futures@0.4.38 X X +wasm-bindgen-futures@0.4.39 X X wasm-bindgen-macro@0.2.89 X X wasm-bindgen-macro-support@0.2.89 X X wasm-bindgen-shared@0.2.89 X X diff --git a/bindings/python/upgrade.md b/bindings/python/upgrade.md index 60866f7eb005..f87cbfeb57c0 100644 --- a/bindings/python/upgrade.md +++ b/bindings/python/upgrade.md @@ -1,4 +1,4 @@ -# Unreleased +# Upgrade to v0.44 ## Breaking change diff --git a/bindings/ruby/DEPENDENCIES.rust.tsv b/bindings/ruby/DEPENDENCIES.rust.tsv index 1ec3b524ba36..b36b864303dc 100644 --- a/bindings/ruby/DEPENDENCIES.rust.tsv +++ b/bindings/ruby/DEPENDENCIES.rust.tsv @@ -1,260 +1,226 @@ -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.21.0 X X -adler@1.0.2 X X X -ahash@0.8.6 X X -aho-corasick@1.1.2 X X -allocator-api2@0.2.16 X X -android-tzdata@0.1.1 X X -android_system_properties@0.1.5 X X -anyhow@1.0.75 X X -arc-swap@1.6.0 X X -async-compat@0.2.3 X X -async-trait@0.1.74 X X -autocfg@1.1.0 X X -awaitable@0.4.0 X -awaitable-error@0.1.0 X -backon@0.4.1 X -backtrace@0.3.69 X X -base64@0.21.5 X X -base64ct@1.6.0 X X -bindgen@0.69.1 X -bitflags@1.3.2 X X -bitflags@2.4.1 X X -block-buffer@0.10.4 X X -bumpalo@3.14.0 X X -byteorder@1.5.0 X X -bytes@1.5.0 X -cc@1.0.83 X X -cexpr@0.6.0 X X -cfg-if@1.0.0 X X -chrono@0.4.31 X X -clang-sys@1.6.1 X -concurrent_arena@0.1.8 X -const-oid@0.9.5 X X -const-random@0.1.17 X X -const-random-macro@0.1.16 X X -core-foundation@0.9.3 X X -core-foundation-sys@0.8.4 X X -cpufeatures@0.2.11 X X -crunchy@0.2.2 X -crypto-common@0.1.6 X X -der@0.7.8 X X -deranged@0.3.9 X X -derive_destructure2@0.1.2 X X -digest@0.10.7 X X -dirs@5.0.1 X X -dirs-sys@0.4.1 X X -dlv-list@0.5.2 X X -dotenvy@0.15.7 X -encoding_rs@0.8.33 X X X -equivalent@1.0.1 X X -fastrand@1.9.0 X X -fastrand@2.0.1 X X -flagset@0.4.4 X -fnv@1.0.7 X X -form_urlencoded@1.2.0 X X -futures@0.3.29 X X -futures-channel@0.3.29 X X -futures-core@0.3.29 X X -futures-executor@0.3.29 X X -futures-io@0.3.29 X X -futures-macro@0.3.29 X X -futures-sink@0.3.29 X X -futures-task@0.3.29 X X -futures-util@0.3.29 X X -generic-array@0.14.7 X -getrandom@0.2.11 X X -gimli@0.28.0 X X -glob@0.3.1 X X -h2@0.3.22 X -hashbrown@0.14.2 X X -hermit-abi@0.3.3 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.5 X X -http@0.2.11 X X -http-body@0.4.5 X -httparse@1.8.0 X X -httpdate@1.0.3 X X -hyper@0.14.27 X -hyper-rustls@0.24.2 X X X -iana-time-zone@0.1.58 X X -iana-time-zone-haiku@0.1.2 X X -idna@0.4.0 X X -indexmap@2.1.0 X X -instant@0.1.12 X -ipnet@2.9.0 X X -itoa@1.0.9 X X -jobserver@0.1.27 X X -js-sys@0.3.65 X X -jsonwebtoken@9.1.0 X -lazy_static@1.4.0 X X -lazycell@1.3.0 X X -libc@0.2.150 X X -libloading@0.7.4 X -libm@0.2.8 X X -libredox@0.0.1 X -linux-raw-sys@0.4.11 X X X -lock_api@0.4.11 X X -log@0.4.20 X X -magnus@0.5.5 X -magnus-macros@0.4.1 X -md-5@0.10.6 X X -memchr@2.6.4 X X -mime@0.3.17 X X -minimal-lexical@0.2.1 X X -miniz_oxide@0.7.1 X X X -mio@0.8.9 X -nom@7.1.3 X -num-bigint@0.4.4 X X -num-bigint-dig@0.8.4 X X -num-derive@0.3.3 X X -num-integer@0.1.45 X X -num-iter@0.1.43 X X -num-traits@0.2.17 X X -num_cpus@1.16.0 X X -object@0.32.1 X X -once_cell@1.18.0 X X -opendal@0.43.0 X -opendal-ruby@0.1.0 X -openssh@0.10.1 X X -openssh-sftp-client@0.14.1 X -openssh-sftp-client-lowlevel@0.6.0 X -openssh-sftp-error@0.4.0 X -openssh-sftp-protocol@0.24.0 X -openssh-sftp-protocol-error@0.1.0 X -openssl-probe@0.1.5 X X -option-ext@0.2.0 X -ordered-multimap@0.7.0 X -parking_lot@0.12.1 X X -parking_lot_core@0.9.9 X X -peeking_take_while@0.1.2 X X -pem@3.0.2 X -pem-rfc7468@0.7.0 X X -percent-encoding@2.3.0 X X -pin-project@1.1.3 X X -pin-project-internal@1.1.3 X X -pin-project-lite@0.2.13 X X -pin-utils@0.1.0 X X -pkcs1@0.7.5 X X -pkcs8@0.10.2 X X -powerfmt@0.2.0 X X -ppv-lite86@0.2.17 X X -proc-macro2@1.0.69 X X -quick-xml@0.30.0 X -quick-xml@0.31.0 X -quote@1.0.33 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.83 X X -rb-sys-build@0.9.83 X X -rb-sys-env@0.1.2 X X -redox_syscall@0.4.1 X -redox_users@0.4.4 X -regex@1.10.2 X X -regex-automata@0.4.3 X X -regex-syntax@0.8.2 X X -reqsign@0.14.4 X -reqwest@0.11.22 X X -ring@0.17.5 X -rsa@0.9.4 X X -rust-ini@0.20.0 X -rustc-demangle@0.1.23 X X -rustc-hash@1.1.0 X X -rustix@0.38.25 X X X -rustls@0.21.9 X X X -rustls-native-certs@0.6.3 X X X -rustls-pemfile@1.0.4 X X X -rustls-webpki@0.101.7 X -ryu@1.0.15 X X -schannel@0.1.22 X -scopeguard@1.2.0 X X -sct@0.7.1 X X X -security-framework@2.9.2 X X -security-framework-sys@2.9.1 X X -serde@1.0.193 X X -serde_derive@1.0.193 X X -serde_json@1.0.108 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 -shell-words@1.1.0 X X -shlex@1.2.0 X X -signal-hook-registry@1.4.1 X X -signature@2.2.0 X X -simple_asn1@0.6.2 X -slab@0.4.9 X -smallvec@1.11.2 X X -socket2@0.4.10 X X -socket2@0.5.5 X X -spin@0.5.2 X -spin@0.9.8 X -spki@0.7.2 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.5.0 X -syn@1.0.109 X X -syn@2.0.39 X X -system-configuration@0.5.1 X X -system-configuration-sys@0.5.0 X X -tempfile@3.8.1 X X -thin-vec@0.2.12 X X -thiserror@1.0.50 X X -thiserror-impl@1.0.50 X X -time@0.3.30 X X -time-core@0.1.2 X X -time-macros@0.2.15 X X -tiny-keccak@2.0.2 X -tinyvec@1.6.0 X X X -tinyvec_macros@0.1.1 X X X -tokio@1.34.0 X -tokio-io-utility@0.7.6 X -tokio-macros@2.2.0 X -tokio-pipe@0.2.12 X X -tokio-rustls@0.24.1 X X -tokio-util@0.7.10 X -tower-service@0.3.2 X -tracing@0.1.40 X -tracing-attributes@0.1.27 X -tracing-core@0.1.32 X -triomphe@0.1.9 X X -try-lock@0.2.4 X -typenum@1.17.0 X X -unicode-bidi@0.3.13 X X -unicode-ident@1.0.12 X X X -unicode-normalization@0.1.22 X X -untrusted@0.9.0 X -url@2.4.1 X X -uuid@1.6.1 X X -valuable@0.1.0 X -vec-strings@0.4.8 X -version_check@0.9.4 X X -want@0.3.1 X -wasi@0.11.0+wasi-snapshot-preview1 X X X -wasm-bindgen@0.2.89 X X -wasm-bindgen-backend@0.2.89 X X -wasm-bindgen-futures@0.4.38 X X -wasm-bindgen-macro@0.2.89 X X -wasm-bindgen-macro-support@0.2.89 X X -wasm-bindgen-shared@0.2.89 X X -wasm-streams@0.3.0 X X -web-sys@0.3.65 X 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.51.1 X X -windows-sys@0.48.0 X X -windows-targets@0.48.5 X X -windows_aarch64_gnullvm@0.48.5 X X -windows_aarch64_msvc@0.48.5 X X -windows_i686_gnu@0.48.5 X X -windows_i686_msvc@0.48.5 X X -windows_x86_64_gnu@0.48.5 X X -windows_x86_64_gnullvm@0.48.5 X X -windows_x86_64_msvc@0.48.5 X X -winreg@0.50.0 X -zerocopy@0.7.26 X X X -zeroize@1.7.0 X X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-3-Clause BSL-1.0 CC0-1.0 ISC MIT OpenSSL Unicode-DFS-2016 Unlicense Zlib +addr2line@0.21.0 X X +adler@1.0.2 X X X +aho-corasick@1.1.2 X X +android-tzdata@0.1.1 X X +android_system_properties@0.1.5 X X +anyhow@1.0.76 X X +async-compat@0.2.3 X X +async-trait@0.1.75 X X +autocfg@1.1.0 X X +backon@0.4.1 X +backtrace@0.3.69 X X +base64@0.21.5 X X +base64ct@1.6.0 X X +bindgen@0.69.1 X +bitflags@1.3.2 X X +bitflags@2.4.1 X X +block-buffer@0.10.4 X X +bumpalo@3.14.0 X X +byteorder@1.5.0 X X +bytes@1.5.0 X +cc@1.0.83 X X +cexpr@0.6.0 X X +cfg-if@1.0.0 X X +chrono@0.4.31 X X +clang-sys@1.6.1 X +const-oid@0.9.6 X X +const-random@0.1.17 X X +const-random-macro@0.1.16 X X +core-foundation@0.9.4 X X +core-foundation-sys@0.8.6 X X +cpufeatures@0.2.11 X X +crunchy@0.2.2 X +crypto-common@0.1.6 X X +der@0.7.8 X X +deranged@0.3.10 X X +digest@0.10.7 X X +dlv-list@0.5.2 X X +encoding_rs@0.8.33 X X X +equivalent@1.0.1 X X +fastrand@1.9.0 X X +flagset@0.4.4 X +fnv@1.0.7 X X +form_urlencoded@1.2.1 X X +futures@0.3.29 X X +futures-channel@0.3.29 X X +futures-core@0.3.29 X X +futures-io@0.3.29 X X +futures-macro@0.3.29 X X +futures-sink@0.3.29 X X +futures-task@0.3.29 X X +futures-util@0.3.29 X X +generic-array@0.14.7 X +getrandom@0.2.11 X X +gimli@0.28.1 X X +glob@0.3.1 X X +h2@0.3.22 X +hashbrown@0.14.3 X X +hex@0.4.3 X X +hmac@0.12.1 X X +home@0.5.9 X X +http@0.2.11 X X +http-body@0.4.6 X +httparse@1.8.0 X X +httpdate@1.0.3 X X +hyper@0.14.28 X +hyper-rustls@0.24.2 X X X +iana-time-zone@0.1.58 X X +iana-time-zone-haiku@0.1.2 X X +idna@0.5.0 X X +indexmap@2.1.0 X X +instant@0.1.12 X +ipnet@2.9.0 X X +itoa@1.0.10 X X +js-sys@0.3.66 X X +jsonwebtoken@9.2.0 X +lazy_static@1.4.0 X X +lazycell@1.3.0 X X +libc@0.2.151 X X +libloading@0.7.4 X +libm@0.2.8 X X +lock_api@0.4.11 X X +log@0.4.20 X X +magnus@0.5.5 X +magnus-macros@0.4.1 X +md-5@0.10.6 X X +memchr@2.6.4 X X +mime@0.3.17 X X +minimal-lexical@0.2.1 X X +miniz_oxide@0.7.1 X X X +mio@0.8.10 X +nom@7.1.3 X +num-bigint@0.4.4 X X +num-bigint-dig@0.8.4 X X +num-integer@0.1.45 X X +num-iter@0.1.43 X X +num-traits@0.2.17 X X +object@0.32.1 X X +once_cell@1.19.0 X X +opendal@0.43.0 X +opendal-ruby@0.1.0 X +openssl-probe@0.1.5 X X +ordered-multimap@0.7.1 X +parking_lot@0.12.1 X X +parking_lot_core@0.9.9 X X +peeking_take_while@0.1.2 X X +pem@3.0.3 X +pem-rfc7468@0.7.0 X X +percent-encoding@2.3.1 X X +pin-project@1.1.3 X X +pin-project-internal@1.1.3 X X +pin-project-lite@0.2.13 X X +pin-utils@0.1.0 X X +pkcs1@0.7.5 X X +pkcs8@0.10.2 X X +powerfmt@0.2.0 X X +ppv-lite86@0.2.17 X X +proc-macro2@1.0.70 X X +quick-xml@0.30.0 X +quick-xml@0.31.0 X +quote@1.0.33 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.84 X X +rb-sys-build@0.9.84 X X +rb-sys-env@0.1.2 X X +redox_syscall@0.4.1 X +regex@1.10.2 X X +regex-automata@0.4.3 X X +regex-syntax@0.8.2 X X +reqsign@0.14.5 X +reqwest@0.11.23 X X +ring@0.17.7 X +rsa@0.9.6 X X +rust-ini@0.20.0 X +rustc-demangle@0.1.23 X X +rustc-hash@1.1.0 X X +rustls@0.21.10 X X X +rustls-native-certs@0.6.3 X X X +rustls-pemfile@1.0.4 X X X +rustls-webpki@0.101.7 X +ryu@1.0.16 X X +schannel@0.1.22 X +scopeguard@1.2.0 X X +sct@0.7.1 X X X +security-framework@2.9.2 X X +security-framework-sys@2.9.1 X X +serde@1.0.193 X X +serde_derive@1.0.193 X X +serde_json@1.0.108 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.2.0 X X +signature@2.2.0 X X +simple_asn1@0.6.2 X +slab@0.4.9 X +smallvec@1.11.2 X X +socket2@0.5.5 X X +spin@0.5.2 X +spin@0.9.8 X +spki@0.7.3 X X +subtle@2.5.0 X +syn@1.0.109 X X +syn@2.0.42 X X +system-configuration@0.5.1 X X +system-configuration-sys@0.5.0 X X +thiserror@1.0.51 X X +thiserror-impl@1.0.51 X X +time@0.3.31 X X +time-core@0.1.2 X X +time-macros@0.2.16 X X +tiny-keccak@2.0.2 X +tinyvec@1.6.0 X X X +tinyvec_macros@0.1.1 X X X +tokio@1.35.1 X +tokio-rustls@0.24.1 X X +tokio-util@0.7.10 X +tower-service@0.3.2 X +tracing@0.1.40 X +tracing-core@0.1.32 X +try-lock@0.2.5 X +typenum@1.17.0 X X +unicode-bidi@0.3.14 X X +unicode-ident@1.0.12 X X X +unicode-normalization@0.1.22 X X +untrusted@0.9.0 X +url@2.5.0 X X +uuid@1.6.1 X X +version_check@0.9.4 X X +want@0.3.1 X +wasi@0.11.0+wasi-snapshot-preview1 X X X +wasm-bindgen@0.2.89 X X +wasm-bindgen-backend@0.2.89 X X +wasm-bindgen-futures@0.4.39 X X +wasm-bindgen-macro@0.2.89 X X +wasm-bindgen-macro-support@0.2.89 X X +wasm-bindgen-shared@0.2.89 X X +wasm-streams@0.3.0 X X +web-sys@0.3.66 X 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.51.1 X X +windows-sys@0.48.0 X X +windows-sys@0.52.0 X X +windows-targets@0.48.5 X X +windows-targets@0.52.0 X X +windows_aarch64_gnullvm@0.48.5 X X +windows_aarch64_gnullvm@0.52.0 X X +windows_aarch64_msvc@0.48.5 X X +windows_aarch64_msvc@0.52.0 X X +windows_i686_gnu@0.48.5 X X +windows_i686_gnu@0.52.0 X X +windows_i686_msvc@0.48.5 X X +windows_i686_msvc@0.52.0 X X +windows_x86_64_gnu@0.48.5 X X +windows_x86_64_gnu@0.52.0 X X +windows_x86_64_gnullvm@0.48.5 X X +windows_x86_64_gnullvm@0.52.0 X X +windows_x86_64_msvc@0.48.5 X X +windows_x86_64_msvc@0.52.0 X X +winreg@0.50.0 X +zeroize@1.7.0 X X diff --git a/core/DEPENDENCIES.rust.tsv b/core/DEPENDENCIES.rust.tsv index 671edd6f8938..69b1e72ce5ff 100644 --- a/core/DEPENDENCIES.rust.tsv +++ b/core/DEPENDENCIES.rust.tsv @@ -81,8 +81,8 @@ instant@0.1.12 X ipnet@2.9.0 X X itoa@1.0.9 X X jobserver@0.1.27 X X -js-sys@0.3.65 X X -jsonwebtoken@9.1.0 X +js-sys@0.3.66 X X +jsonwebtoken@9.2.0 X lazy_static@1.4.0 X X libc@0.2.150 X X libm@0.2.8 X X @@ -104,7 +104,7 @@ num-traits@0.2.17 X X num_cpus@1.16.0 X X object@0.32.1 X X once_cell@1.18.0 X X -opendal@0.43.0 X +opendal@0.44.0 X openssh@0.10.1 X X openssh-sftp-client@0.14.1 X openssh-sftp-client-lowlevel@0.6.0 X @@ -136,7 +136,7 @@ rand_chacha@0.3.1 X X rand_core@0.6.4 X X redox_syscall@0.4.1 X redox_users@0.4.4 X -reqsign@0.14.4 X +reqsign@0.14.6 X reqwest@0.11.22 X X ring@0.17.5 X rsa@0.9.4 X X @@ -214,7 +214,7 @@ want@0.3.1 X wasi@0.11.0+wasi-snapshot-preview1 X X X wasm-bindgen@0.2.89 X X wasm-bindgen-backend@0.2.89 X X -wasm-bindgen-futures@0.4.38 X X +wasm-bindgen-futures@0.4.39 X X wasm-bindgen-macro@0.2.89 X X wasm-bindgen-macro-support@0.2.89 X X wasm-bindgen-shared@0.2.89 X X diff --git a/core/src/docs/upgrade.md b/core/src/docs/upgrade.md index d5d8c9d7de8d..6afa2dc901fb 100644 --- a/core/src/docs/upgrade.md +++ b/core/src/docs/upgrade.md @@ -1,4 +1,4 @@ -# Unreleased +# Upgrade to v0.44 ## Public API diff --git a/integrations/dav-server/DEPENDENCIES.rust.tsv b/integrations/dav-server/DEPENDENCIES.rust.tsv index 345016eafd2c..f684344a97e1 100644 --- a/integrations/dav-server/DEPENDENCIES.rust.tsv +++ b/integrations/dav-server/DEPENDENCIES.rust.tsv @@ -36,7 +36,7 @@ cpufeatures@0.2.11 X X crunchy@0.2.2 X crypto-common@0.1.6 X X dav-server@0.5.7 X -dav-server-opendalfs@0.43.0 X +dav-server-opendalfs@0.44.0 X der@0.7.8 X X deranged@0.3.9 X X derive_destructure2@0.1.2 X X @@ -87,8 +87,8 @@ instant@0.1.12 X ipnet@2.9.0 X X itoa@1.0.9 X X jobserver@0.1.27 X X -js-sys@0.3.65 X X -jsonwebtoken@9.1.0 X +js-sys@0.3.66 X X +jsonwebtoken@9.2.0 X lazy_static@1.4.0 X X libc@0.2.150 X X libm@0.2.8 X X @@ -112,7 +112,7 @@ num-traits@0.2.17 X X num_cpus@1.16.0 X X object@0.32.1 X X once_cell@1.18.0 X X -opendal@0.43.0 X +opendal@0.44.0 X openssh@0.10.1 X X openssh-sftp-client@0.14.1 X openssh-sftp-client-lowlevel@0.6.0 X @@ -147,7 +147,7 @@ redox_users@0.4.4 X regex@1.10.2 X X regex-automata@0.4.3 X X regex-syntax@0.8.2 X X -reqsign@0.14.4 X +reqsign@0.14.6 X reqwest@0.11.22 X X ring@0.17.5 X rsa@0.9.4 X X @@ -226,7 +226,7 @@ want@0.3.1 X wasi@0.11.0+wasi-snapshot-preview1 X X X wasm-bindgen@0.2.89 X X wasm-bindgen-backend@0.2.89 X X -wasm-bindgen-futures@0.4.38 X X +wasm-bindgen-futures@0.4.39 X X wasm-bindgen-macro@0.2.89 X X wasm-bindgen-macro-support@0.2.89 X X wasm-bindgen-shared@0.2.89 X X diff --git a/integrations/object_store/DEPENDENCIES.rust.tsv b/integrations/object_store/DEPENDENCIES.rust.tsv index 316efd526006..f42e785127cd 100644 --- a/integrations/object_store/DEPENDENCIES.rust.tsv +++ b/integrations/object_store/DEPENDENCIES.rust.tsv @@ -86,8 +86,8 @@ ipnet@2.9.0 X X itertools@0.11.0 X X itoa@1.0.9 X X jobserver@0.1.27 X X -js-sys@0.3.65 X X -jsonwebtoken@9.1.0 X +js-sys@0.3.66 X X +jsonwebtoken@9.2.0 X lazy_static@1.4.0 X X libc@0.2.150 X X libm@0.2.8 X X @@ -109,9 +109,9 @@ num-traits@0.2.17 X X num_cpus@1.16.0 X X object@0.32.1 X X object_store@0.7.1 X X -object_store_opendal@0.43.0 X +object_store_opendal@0.44.0 X once_cell@1.18.0 X X -opendal@0.43.0 X +opendal@0.44.0 X openssh@0.10.1 X X openssh-sftp-client@0.14.1 X openssh-sftp-client-lowlevel@0.6.0 X @@ -143,7 +143,7 @@ rand_chacha@0.3.1 X X rand_core@0.6.4 X X redox_syscall@0.4.1 X redox_users@0.4.4 X -reqsign@0.14.4 X +reqsign@0.14.6 X reqwest@0.11.22 X X ring@0.17.5 X rsa@0.9.4 X X @@ -225,7 +225,7 @@ want@0.3.1 X wasi@0.11.0+wasi-snapshot-preview1 X X X wasm-bindgen@0.2.89 X X wasm-bindgen-backend@0.2.89 X X -wasm-bindgen-futures@0.4.38 X X +wasm-bindgen-futures@0.4.39 X X wasm-bindgen-macro@0.2.89 X X wasm-bindgen-macro-support@0.2.89 X X wasm-bindgen-shared@0.2.89 X X