From 5b12ae524cfb740b63db50dc08b43a5b00856cb8 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Thu, 15 Aug 2024 16:13:46 +0800 Subject: [PATCH] Bump version to 0.49.1 - Round 1 (#5012) Signed-off-by: Xuanwo --- CHANGELOG.md | 23 + bin/oay/Cargo.lock | 100 ++-- bin/oay/Cargo.toml | 4 +- bin/oay/DEPENDENCIES.rust.tsv | 49 +- bin/ofs/Cargo.lock | 96 ++-- bin/ofs/Cargo.toml | 4 +- bin/ofs/DEPENDENCIES.rust.tsv | 47 +- bin/oli/Cargo.lock | 120 ++-- bin/oli/Cargo.toml | 2 +- bin/oli/DEPENDENCIES.rust.tsv | 47 +- bindings/c/Cargo.toml | 2 +- bindings/c/DEPENDENCIES.rust.tsv | 41 +- bindings/cpp/CMakeLists.txt | 2 +- bindings/cpp/Cargo.toml | 2 +- bindings/cpp/DEPENDENCIES.rust.tsv | 49 +- bindings/dotnet/Cargo.toml | 2 +- bindings/dotnet/DEPENDENCIES.rust.tsv | 41 +- bindings/haskell/Cargo.toml | 2 +- bindings/haskell/DEPENDENCIES.rust.tsv | 41 +- bindings/haskell/opendal.cabal | 2 +- bindings/java/Cargo.toml | 2 +- bindings/java/DEPENDENCIES.rust.tsv | 43 +- bindings/java/pom.xml | 2 +- bindings/lua/Cargo.toml | 2 +- bindings/lua/DEPENDENCIES.rust.tsv | 41 +- ....3-1.rockspec => opendal-0.1.7-1.rockspec} | 2 +- bindings/nodejs/Cargo.toml | 2 +- bindings/nodejs/DEPENDENCIES.rust.tsv | 47 +- 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 | 39 +- bindings/php/Cargo.toml | 2 +- bindings/php/DEPENDENCIES.rust.tsv | 40 +- bindings/python/DEPENDENCIES.rust.tsv | 533 +++++++++--------- bindings/ruby/Cargo.toml | 2 +- bindings/ruby/DEPENDENCIES.rust.tsv | 44 +- core/Cargo.lock | 422 ++++++++------ core/Cargo.toml | 2 +- core/DEPENDENCIES.rust.tsv | 39 +- .../cloudfilter/DEPENDENCIES.rust.tsv | 345 +++++++----- integrations/dav-server/Cargo.toml | 2 +- integrations/dav-server/DEPENDENCIES.rust.tsv | 41 +- integrations/fuse3/Cargo.toml | 2 +- integrations/fuse3/DEPENDENCIES.rust.tsv | 39 +- integrations/object_store/Cargo.toml | 2 +- .../object_store/DEPENDENCIES.rust.tsv | 41 +- integrations/parquet/Cargo.toml | 2 +- integrations/parquet/DEPENDENCIES.rust.tsv | 41 +- integrations/unftp-sbe/Cargo.toml | 2 +- integrations/unftp-sbe/DEPENDENCIES.rust.tsv | 40 +- integrations/virtiofs/DEPENDENCIES.rust.tsv | 37 +- 57 files changed, 1360 insertions(+), 1190 deletions(-) rename bindings/lua/{opendal-0.1.3-1.rockspec => opendal-0.1.7-1.rockspec} (96%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 462580f0f487..1f273a4080dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/). +## [v0.49.1] - 2024-08-15 + +### Added +* feat(ovfs): add lookup and unit tests by @zjregee in https://github.com/apache/opendal/pull/4997 +* feat(gcs): allow setting a token directly by @jdockerty in https://github.com/apache/opendal/pull/4978 +* feat(integrations/cloudfilter): introduce behavior tests by @ho-229 in https://github.com/apache/opendal/pull/4973 +* feat(integrations/spring): add spring project module by @shoothzj in https://github.com/apache/opendal/pull/4988 +* feat(fs): expose the metadata for fs services by @Aitozi in https://github.com/apache/opendal/pull/5005 +* feat(ovfs): add file creation and deletion by @zjregee in https://github.com/apache/opendal/pull/5009 +### Fixed +* fix(integrations/spring): correct parent artifactId by @shoothzj in https://github.com/apache/opendal/pull/5007 +* fix(bindings/python): Make sure read until EOF by @Bicheka in https://github.com/apache/opendal/pull/4995 +### Docs +* docs: Fix version detect in website by @Xuanwo in https://github.com/apache/opendal/pull/5003 +* docs: add branding, license and trademarks to integrations by @PsiACE in https://github.com/apache/opendal/pull/5006 +* docs(integrations/cloudfilter): improve docs and examples by @ho-229 in https://github.com/apache/opendal/pull/5010 +### CI +* ci(bindings/python): Fix aws-lc-rs build on arm platforms by @Xuanwo in https://github.com/apache/opendal/pull/5004 +### Chore +* chore(deps): bump fastrace to 0.7.1 by @andylokandy in https://github.com/apache/opendal/pull/5008 + ## [v0.49.0] - 2024-08-09 ### Added @@ -3911,6 +3932,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/). Hello, OpenDAL! +[v0.49.1]: https://github.com/apache/opendal/compare/v0.49.0...v0.49.1 +[v0.49.0]: https://github.com/apache/opendal/compare/v0.48.0...v0.49.0 [v0.48.0]: https://github.com/apache/opendal/compare/v0.47.3...v0.48.0 [v0.47.3]: https://github.com/apache/opendal/compare/v0.47.2...v0.47.3 [v0.47.2]: https://github.com/apache/opendal/compare/v0.47.1...v0.47.2 diff --git a/bin/oay/Cargo.lock b/bin/oay/Cargo.lock index d3872d0fb774..83c8ad1d1986 100644 --- a/bin/oay/Cargo.lock +++ b/bin/oay/Cargo.lock @@ -260,9 +260,12 @@ checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" [[package]] name = "cc" -version = "1.1.8" +version = "1.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "504bdec147f2cc13c8b57ed9401fd8a147cc66b67ad5cb241394244f2c947549" +checksum = "5fb8dd288a69fc53a1996d7ecfbf4a20d59065bff137ce7e56bbd620de191189" +dependencies = [ + "shlex", +] [[package]] name = "cfg-if" @@ -286,18 +289,18 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.14" +version = "4.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c937d4061031a6d0c8da4b9a4f98a172fc2976dfb1c19213a9cf7d0d3c837e36" +checksum = "11d8838454fda655dafd3accb2b6e2bea645b9e4078abe84a22ceb947235c5cc" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.5.14" +version = "4.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85379ba512b21a328adf887e85f7742d12e96eb31f3ef077df4ffc26b506ffed" +checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6" dependencies = [ "anstream", "anstyle", @@ -319,15 +322,15 @@ checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" [[package]] name = "core-foundation-sys" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" +checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "cpufeatures" -version = "0.2.12" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" +checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad" dependencies = [ "libc", ] @@ -376,7 +379,7 @@ dependencies = [ [[package]] name = "dav-server-opendalfs" -version = "0.0.7" +version = "0.0.8" dependencies = [ "anyhow", "bytes", @@ -761,9 +764,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.3.0" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de3fc2e30ba82dd1b3911c8de1ffc143c74a914a14e99514d7637e3099df5ea0" +checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c" dependencies = [ "equivalent", "hashbrown", @@ -789,9 +792,9 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "js-sys" -version = "0.3.69" +version = "0.3.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" +checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" dependencies = [ "wasm-bindgen", ] @@ -901,9 +904,9 @@ dependencies = [ [[package]] name = "mio" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4" +checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" dependencies = [ "hermit-abi", "libc", @@ -938,7 +941,7 @@ dependencies = [ [[package]] name = "oay" -version = "0.41.8" +version = "0.41.9" dependencies = [ "anyhow", "axum", @@ -980,7 +983,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "opendal" -version = "0.49.0" +version = "0.49.1" dependencies = [ "anyhow", "async-trait", @@ -1394,18 +1397,18 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "serde" -version = "1.0.205" +version = "1.0.207" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e33aedb1a7135da52b7c21791455563facbbcc43d0f0f66165b42c21b3dfb150" +checksum = "5665e14a49a4ea1b91029ba7d3bca9f299e1f7cfa194388ccc20f14743e784f2" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.205" +version = "1.0.207" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "692d6f5ac90220161d6774db30c662202721e64aed9058d2c394f451261420c1" +checksum = "6aea2634c86b0e8ef2cfdc0c340baede54ec27b1e46febd7f80dffb2aa44a00e" dependencies = [ "proc-macro2", "quote", @@ -1414,9 +1417,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.122" +version = "1.0.125" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" +checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed" dependencies = [ "itoa", "memchr", @@ -1475,6 +1478,12 @@ dependencies = [ "lazy_static", ] +[[package]] +name = "shlex" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" + [[package]] name = "slab" version = "0.4.9" @@ -1520,9 +1529,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "syn" -version = "2.0.72" +version = "2.0.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af" +checksum = "1fceb41e3d546d0bd83421d3409b1460cc7444cd389341a4c880fe7a042cb3d7" dependencies = [ "proc-macro2", "quote", @@ -1737,15 +1746,15 @@ dependencies = [ [[package]] name = "tower-layer" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" +checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" [[package]] name = "tower-service" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" +checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" @@ -1914,19 +1923,20 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" +checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" dependencies = [ "cfg-if", + "once_cell", "wasm-bindgen-macro", ] [[package]] name = "wasm-bindgen-backend" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" +checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" dependencies = [ "bumpalo", "log", @@ -1939,9 +1949,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.42" +version = "0.4.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" +checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed" dependencies = [ "cfg-if", "js-sys", @@ -1951,9 +1961,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" +checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -1961,9 +1971,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" +checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" dependencies = [ "proc-macro2", "quote", @@ -1974,9 +1984,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" +checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" [[package]] name = "wasm-streams" @@ -1993,9 +2003,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.69" +version = "0.3.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" +checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/bin/oay/Cargo.toml b/bin/oay/Cargo.toml index 05b1b2606cec..5ec6410f579d 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.8" +version = "0.41.9" [features] default = ["frontends-webdav", "frontends-s3"] @@ -47,7 +47,7 @@ bytes = { version = "1.5.0", optional = true } chrono = "0.4.31" clap = { version = "4", features = ["cargo", "string"] } dav-server = { version = "0.7", optional = true } -dav-server-opendalfs = { version = "0.0.7", path = "../../integrations/dav-server", optional = true } +dav-server-opendalfs = { version = "0.0.8", path = "../../integrations/dav-server", optional = true } dirs = "5.0.1" futures = "0.3" futures-util = { version = "0.3.29", optional = true } diff --git a/bin/oay/DEPENDENCIES.rust.tsv b/bin/oay/DEPENDENCIES.rust.tsv index cda83c887af6..d6810f5bcfdd 100644 --- a/bin/oay/DEPENDENCIES.rust.tsv +++ b/bin/oay/DEPENDENCIES.rust.tsv @@ -25,18 +25,18 @@ block-buffer@0.10.4 X X bumpalo@3.16.0 X X byteorder@1.5.0 X X bytes@1.7.1 X -cc@1.1.8 X X +cc@1.1.11 X X cfg-if@1.0.0 X X chrono@0.4.38 X X -clap@4.5.14 X X -clap_builder@4.5.14 X X +clap@4.5.15 X X +clap_builder@4.5.15 X X clap_lex@0.7.2 X X colorchoice@1.0.2 X X -core-foundation-sys@0.8.6 X X -cpufeatures@0.2.12 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.13 X X crypto-common@0.1.6 X X dav-server@0.7.0 X -dav-server-opendalfs@0.0.7 X +dav-server-opendalfs@0.0.8 X deranged@0.3.11 X X digest@0.10.7 X X dirs@5.0.1 X X @@ -74,11 +74,11 @@ 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 -indexmap@2.3.0 X X +indexmap@2.4.0 X X ipnet@2.9.0 X X is_terminal_polyfill@1.70.1 X X itoa@1.0.11 X X -js-sys@0.3.69 X X +js-sys@0.3.70 X X lazy_static@1.5.0 X X libc@0.2.155 X X libredox@0.1.3 X @@ -92,14 +92,14 @@ memchr@2.7.4 X X mime@0.3.17 X X mime_guess@2.0.5 X miniz_oxide@0.7.4 X X X -mio@1.0.1 X +mio@1.0.2 X nu-ansi-term@0.46.0 X num-conv@0.1.0 X X num-traits@0.2.19 X X -oay@0.41.8 X +oay@0.41.9 X object@0.36.3 X X once_cell@1.19.0 X X -opendal@0.49.0 X +opendal@0.49.1 X option-ext@0.2.0 X overload@0.1.1 X parking_lot@0.12.3 X X @@ -134,21 +134,22 @@ rustls-webpki@0.102.6 X rustversion@1.0.17 X X ryu@1.0.18 X X scopeguard@1.2.0 X X -serde@1.0.205 X X -serde_derive@1.0.205 X X -serde_json@1.0.122 X X +serde@1.0.207 X X +serde_derive@1.0.207 X X +serde_json@1.0.125 X X serde_path_to_error@0.1.16 X X serde_spanned@0.6.7 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 socket2@0.5.7 X X spin@0.9.8 X strsim@0.11.1 X subtle@2.6.1 X -syn@2.0.72 X X +syn@2.0.74 X X sync_wrapper@0.1.2 X sync_wrapper@1.0.1 X thiserror@1.0.63 X X @@ -168,8 +169,8 @@ toml_datetime@0.6.8 X X toml_edit@0.22.20 X X tower@0.4.13 X tower-http@0.5.2 X -tower-layer@0.3.2 X -tower-service@0.3.2 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 @@ -189,14 +190,14 @@ valuable@0.1.0 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.92 X X -wasm-bindgen-backend@0.2.92 X X -wasm-bindgen-futures@0.4.42 X X -wasm-bindgen-macro@0.2.92 X X -wasm-bindgen-macro-support@0.2.92 X X -wasm-bindgen-shared@0.2.92 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.69 X X +web-sys@0.3.70 X X webpki-roots@0.26.3 X winapi@0.3.9 X X winapi-i686-pc-windows-gnu@0.4.0 X X diff --git a/bin/ofs/Cargo.lock b/bin/ofs/Cargo.lock index f8c951177696..467602c6c22c 100644 --- a/bin/ofs/Cargo.lock +++ b/bin/ofs/Cargo.lock @@ -201,9 +201,12 @@ checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" [[package]] name = "cc" -version = "1.1.8" +version = "1.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "504bdec147f2cc13c8b57ed9401fd8a147cc66b67ad5cb241394244f2c947549" +checksum = "5fb8dd288a69fc53a1996d7ecfbf4a20d59065bff137ce7e56bbd620de191189" +dependencies = [ + "shlex", +] [[package]] name = "cfg-if" @@ -239,9 +242,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.14" +version = "4.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c937d4061031a6d0c8da4b9a4f98a172fc2976dfb1c19213a9cf7d0d3c837e36" +checksum = "11d8838454fda655dafd3accb2b6e2bea645b9e4078abe84a22ceb947235c5cc" dependencies = [ "clap_builder", "clap_derive", @@ -249,9 +252,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.14" +version = "4.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85379ba512b21a328adf887e85f7742d12e96eb31f3ef077df4ffc26b506ffed" +checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6" dependencies = [ "anstream", "anstyle", @@ -320,15 +323,15 @@ dependencies = [ [[package]] name = "core-foundation-sys" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" +checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "cpufeatures" -version = "0.2.12" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" +checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad" dependencies = [ "libc", ] @@ -502,7 +505,7 @@ dependencies = [ [[package]] name = "fuse3_opendal" -version = "0.0.4" +version = "0.0.5" dependencies = [ "bytes", "fuse3", @@ -830,9 +833,9 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "js-sys" -version = "0.3.69" +version = "0.3.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" +checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" dependencies = [ "wasm-bindgen", ] @@ -903,9 +906,9 @@ dependencies = [ [[package]] name = "mio" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4" +checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" dependencies = [ "hermit-abi", "libc", @@ -958,7 +961,7 @@ dependencies = [ [[package]] name = "ofs" -version = "0.0.9" +version = "0.0.10" dependencies = [ "anyhow", "bytes", @@ -990,7 +993,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "opendal" -version = "0.49.0" +version = "0.49.1" dependencies = [ "anyhow", "async-trait", @@ -1423,18 +1426,18 @@ checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" [[package]] name = "serde" -version = "1.0.205" +version = "1.0.207" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e33aedb1a7135da52b7c21791455563facbbcc43d0f0f66165b42c21b3dfb150" +checksum = "5665e14a49a4ea1b91029ba7d3bca9f299e1f7cfa194388ccc20f14743e784f2" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.205" +version = "1.0.207" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "692d6f5ac90220161d6774db30c662202721e64aed9058d2c394f451261420c1" +checksum = "6aea2634c86b0e8ef2cfdc0c340baede54ec27b1e46febd7f80dffb2aa44a00e" dependencies = [ "proc-macro2", "quote", @@ -1443,9 +1446,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.122" +version = "1.0.125" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" +checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed" dependencies = [ "itoa", "memchr", @@ -1496,6 +1499,12 @@ dependencies = [ "lazy_static", ] +[[package]] +name = "shlex" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" + [[package]] name = "signal-hook-registry" version = "1.4.2" @@ -1550,9 +1559,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "syn" -version = "2.0.72" +version = "2.0.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af" +checksum = "1fceb41e3d546d0bd83421d3409b1460cc7444cd389341a4c880fe7a042cb3d7" dependencies = [ "proc-macro2", "quote", @@ -1712,15 +1721,15 @@ dependencies = [ [[package]] name = "tower-layer" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" +checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" [[package]] name = "tower-service" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" +checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" @@ -1875,19 +1884,20 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" +checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" dependencies = [ "cfg-if", + "once_cell", "wasm-bindgen-macro", ] [[package]] name = "wasm-bindgen-backend" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" +checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" dependencies = [ "bumpalo", "log", @@ -1900,9 +1910,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.42" +version = "0.4.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" +checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed" dependencies = [ "cfg-if", "js-sys", @@ -1912,9 +1922,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" +checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -1922,9 +1932,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" +checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" dependencies = [ "proc-macro2", "quote", @@ -1935,9 +1945,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" +checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" [[package]] name = "wasm-streams" @@ -1954,9 +1964,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.69" +version = "0.3.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" +checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/bin/ofs/Cargo.toml b/bin/ofs/Cargo.toml index 481b8fb43bed..3e2a9d75e5b8 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.9" +version = "0.0.10" authors = ["Apache OpenDAL "] edition = "2021" @@ -36,7 +36,7 @@ chrono = "0.4.34" clap = { version = "4.5.7", features = ["derive", "env"] } env_logger = "0.11.2" fuse3 = { "version" = "0.7.2", "features" = ["tokio-runtime", "unprivileged"] } -fuse3_opendal = { version = "0.0.4", path = "../../integrations/fuse3" } +fuse3_opendal = { version = "0.0.5", path = "../../integrations/fuse3" } futures-util = "0.3.30" libc = "0.2.154" log = "0.4.21" diff --git a/bin/ofs/DEPENDENCIES.rust.tsv b/bin/ofs/DEPENDENCIES.rust.tsv index 481b1f9eadaf..bc365a437bcd 100644 --- a/bin/ofs/DEPENDENCIES.rust.tsv +++ b/bin/ofs/DEPENDENCIES.rust.tsv @@ -22,13 +22,13 @@ block-buffer@0.10.4 X X bumpalo@3.16.0 X X byteorder@1.5.0 X X bytes@1.7.1 X -cc@1.1.8 X X +cc@1.1.11 X X cfg-if@1.0.0 X X cfg_aliases@0.1.1 X cfg_aliases@0.2.1 X chrono@0.4.38 X X -clap@4.5.14 X X -clap_builder@4.5.14 X X +clap@4.5.15 X X +clap_builder@4.5.15 X X clap_derive@4.5.13 X X clap_lex@0.7.2 X X colorchoice@1.0.2 X X @@ -36,8 +36,8 @@ 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.6 X X -cpufeatures@0.2.12 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.13 X X crc32c@0.6.8 X X crossbeam-utils@0.8.20 X X crunchy@0.2.2 X @@ -56,7 +56,7 @@ flagset@0.4.6 X fnv@1.0.7 X X form_urlencoded@1.2.1 X X fuse3@0.7.2 X -fuse3_opendal@0.0.4 X +fuse3_opendal@0.0.5 X futures@0.3.30 X X futures-channel@0.3.30 X X futures-core@0.3.30 X X @@ -89,7 +89,7 @@ idna@0.5.0 X X ipnet@2.9.0 X X is_terminal_polyfill@1.70.1 X X itoa@1.0.11 X X -js-sys@0.3.69 X X +js-sys@0.3.70 X X lazy_static@1.5.0 X X libc@0.2.155 X X linux-raw-sys@0.4.14 X X X @@ -99,14 +99,14 @@ 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.1 X +mio@1.0.2 X nix@0.28.0 X nix@0.29.0 X num-traits@0.2.19 X X object@0.36.3 X X -ofs@0.0.9 X +ofs@0.0.10 X once_cell@1.19.0 X X -opendal@0.49.0 X +opendal@0.49.1 X ordered-multimap@0.7.3 X parking@2.2.0 X X percent-encoding@2.3.1 X X @@ -138,13 +138,14 @@ rustls-pki-types@1.8.0 X X rustls-webpki@0.102.6 X ryu@1.0.18 X X semver@1.0.23 X X -serde@1.0.205 X X -serde_derive@1.0.205 X X -serde_json@1.0.122 X X +serde@1.0.207 X X +serde_derive@1.0.207 X X +serde_json@1.0.125 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 @@ -152,7 +153,7 @@ socket2@0.5.7 X X spin@0.9.8 X strsim@0.11.1 X subtle@2.6.1 X -syn@2.0.72 X X +syn@2.0.74 X X sync_wrapper@1.0.1 X tiny-keccak@2.0.2 X tinyvec@1.8.0 X X X @@ -162,8 +163,8 @@ tokio-macros@2.4.0 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X -tower-layer@0.3.2 X -tower-service@0.3.2 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 @@ -181,14 +182,14 @@ 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.92 X X -wasm-bindgen-backend@0.2.92 X X -wasm-bindgen-futures@0.4.42 X X -wasm-bindgen-macro@0.2.92 X X -wasm-bindgen-macro-support@0.2.92 X X -wasm-bindgen-shared@0.2.92 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.69 X X +web-sys@0.3.70 X X webpki-roots@0.26.3 X which@6.0.2 X windows-core@0.52.0 X X diff --git a/bin/oli/Cargo.lock b/bin/oli/Cargo.lock index 413dcc87c39f..deff12661efe 100644 --- a/bin/oli/Cargo.lock +++ b/bin/oli/Cargo.lock @@ -173,7 +173,7 @@ checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" dependencies = [ "async-channel 2.3.1", "async-executor", - "async-io 2.3.3", + "async-io 2.3.4", "async-lock 3.4.0", "blocking", "futures-lite 2.3.0", @@ -202,9 +202,9 @@ dependencies = [ [[package]] name = "async-io" -version = "2.3.3" +version = "2.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964" +checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8" dependencies = [ "async-lock 3.4.0", "cfg-if", @@ -212,11 +212,11 @@ dependencies = [ "futures-io", "futures-lite 2.3.0", "parking", - "polling 3.7.2", + "polling 3.7.3", "rustix 0.38.34", "slab", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -585,12 +585,13 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.8" +version = "1.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "504bdec147f2cc13c8b57ed9401fd8a147cc66b67ad5cb241394244f2c947549" +checksum = "5fb8dd288a69fc53a1996d7ecfbf4a20d59065bff137ce7e56bbd620de191189" dependencies = [ "jobserver", "libc", + "shlex", ] [[package]] @@ -645,18 +646,18 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.14" +version = "4.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c937d4061031a6d0c8da4b9a4f98a172fc2976dfb1c19213a9cf7d0d3c837e36" +checksum = "11d8838454fda655dafd3accb2b6e2bea645b9e4078abe84a22ceb947235c5cc" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.5.14" +version = "4.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85379ba512b21a328adf887e85f7742d12e96eb31f3ef077df4ffc26b506ffed" +checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6" dependencies = [ "anstream", "anstyle", @@ -737,15 +738,15 @@ dependencies = [ [[package]] name = "core-foundation-sys" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" +checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "cpufeatures" -version = "0.2.12" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" +checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad" dependencies = [ "libc", ] @@ -1258,7 +1259,7 @@ dependencies = [ "futures-core", "futures-sink", "http", - "indexmap 2.3.0", + "indexmap 2.4.0", "slab", "tokio", "tokio-util", @@ -1512,9 +1513,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.3.0" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de3fc2e30ba82dd1b3911c8de1ffc143c74a914a14e99514d7637e3099df5ea0" +checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c" dependencies = [ "equivalent", "hashbrown 0.14.5", @@ -1598,9 +1599,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.69" +version = "0.3.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" +checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" dependencies = [ "wasm-bindgen", ] @@ -1715,9 +1716,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.18" +version = "1.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e" +checksum = "fdc53a7799a7496ebc9fd29f31f7df80e83c9bda5299768af5f9e59eeea74647" dependencies = [ "cc", "pkg-config", @@ -1815,9 +1816,9 @@ dependencies = [ [[package]] name = "mio" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4" +checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" dependencies = [ "hermit-abi 0.3.9", "libc", @@ -1945,7 +1946,7 @@ dependencies = [ [[package]] name = "oli" -version = "0.41.8" +version = "0.41.9" dependencies = [ "anyhow", "assert_cmd", @@ -1971,7 +1972,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "opendal" -version = "0.49.0" +version = "0.49.1" dependencies = [ "anyhow", "async-tls", @@ -2134,7 +2135,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset", - "indexmap 2.3.0", + "indexmap 2.4.0", ] [[package]] @@ -2171,9 +2172,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "piper" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391" +checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" dependencies = [ "atomic-waker", "fastrand 2.1.0", @@ -2242,9 +2243,9 @@ dependencies = [ [[package]] name = "polling" -version = "3.7.2" +version = "3.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b" +checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511" dependencies = [ "cfg-if", "concurrent-queue", @@ -2252,7 +2253,7 @@ dependencies = [ "pin-project-lite", "rustix 0.38.34", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -2977,18 +2978,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.205" +version = "1.0.207" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e33aedb1a7135da52b7c21791455563facbbcc43d0f0f66165b42c21b3dfb150" +checksum = "5665e14a49a4ea1b91029ba7d3bca9f299e1f7cfa194388ccc20f14743e784f2" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.205" +version = "1.0.207" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "692d6f5ac90220161d6774db30c662202721e64aed9058d2c394f451261420c1" +checksum = "6aea2634c86b0e8ef2cfdc0c340baede54ec27b1e46febd7f80dffb2aa44a00e" dependencies = [ "proc-macro2", "quote", @@ -2997,9 +2998,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.122" +version = "1.0.125" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" +checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed" dependencies = [ "itoa", "memchr", @@ -3198,9 +3199,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.72" +version = "2.0.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af" +checksum = "1fceb41e3d546d0bd83421d3409b1460cc7444cd389341a4c880fe7a042cb3d7" dependencies = [ "proc-macro2", "quote", @@ -3420,7 +3421,7 @@ version = "0.22.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" dependencies = [ - "indexmap 2.3.0", + "indexmap 2.4.0", "serde", "serde_spanned", "toml_datetime", @@ -3494,15 +3495,15 @@ dependencies = [ [[package]] name = "tower-layer" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" +checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" [[package]] name = "tower-service" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" +checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" @@ -3682,19 +3683,20 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" +checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" dependencies = [ "cfg-if", + "once_cell", "wasm-bindgen-macro", ] [[package]] name = "wasm-bindgen-backend" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" +checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" dependencies = [ "bumpalo", "log", @@ -3707,9 +3709,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.42" +version = "0.4.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" +checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed" dependencies = [ "cfg-if", "js-sys", @@ -3719,9 +3721,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" +checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -3729,9 +3731,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" +checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" dependencies = [ "proc-macro2", "quote", @@ -3742,9 +3744,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" +checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" [[package]] name = "wasm-streams" @@ -3761,9 +3763,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.69" +version = "0.3.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" +checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/bin/oli/Cargo.toml b/bin/oli/Cargo.toml index 801489d9cf0c..050e97aa42b2 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.8" +version = "0.41.9" [features] # Enable services dashmap support diff --git a/bin/oli/DEPENDENCIES.rust.tsv b/bin/oli/DEPENDENCIES.rust.tsv index 442a53bc99e8..a4f567af7349 100644 --- a/bin/oli/DEPENDENCIES.rust.tsv +++ b/bin/oli/DEPENDENCIES.rust.tsv @@ -25,19 +25,19 @@ 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.8 X X +cc@1.1.11 X X cfg-if@1.0.0 X X chrono@0.4.38 X X cipher@0.4.4 X X -clap@4.5.14 X X -clap_builder@4.5.14 X X +clap@4.5.15 X X +clap_builder@4.5.15 X X clap_lex@0.7.2 X X colorchoice@1.0.2 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.6 X X -cpufeatures@0.2.12 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.13 X X crc32c@0.6.8 X X crunchy@0.2.2 X crypto-common@0.1.6 X X @@ -82,12 +82,12 @@ 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 -indexmap@2.3.0 X X +indexmap@2.4.0 X X inout@0.1.3 X X ipnet@2.9.0 X X is_terminal_polyfill@1.70.1 X X itoa@1.0.11 X X -js-sys@0.3.69 X X +js-sys@0.3.70 X X jsonwebtoken@9.3.0 X lazy_static@1.5.0 X X libc@0.2.155 X X @@ -98,7 +98,7 @@ md-5@0.10.6 X X memchr@2.7.4 X X mime@0.3.17 X X miniz_oxide@0.7.4 X X X -mio@1.0.1 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 @@ -106,9 +106,9 @@ num-integer@0.1.46 X X num-iter@0.1.45 X X num-traits@0.2.19 X X object@0.36.3 X X -oli@0.41.8 X +oli@0.41.9 X once_cell@1.19.0 X X -opendal@0.49.0 X +opendal@0.49.1 X option-ext@0.2.0 X ordered-multimap@0.7.3 X pbkdf2@0.12.2 X X @@ -150,13 +150,14 @@ 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.205 X X -serde_derive@1.0.205 X X -serde_json@1.0.122 X X +serde@1.0.207 X X +serde_derive@1.0.207 X X +serde_json@1.0.125 X X serde_spanned@0.6.7 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 @@ -166,7 +167,7 @@ spin@0.9.8 X spki@0.7.3 X X strsim@0.11.1 X subtle@2.6.1 X -syn@2.0.72 X X +syn@2.0.74 X X sync_wrapper@1.0.1 X thiserror@1.0.63 X X thiserror-impl@1.0.63 X X @@ -184,8 +185,8 @@ toml@0.8.19 X X toml_datetime@0.6.8 X X toml_edit@0.22.20 X X tower@0.4.13 X -tower-layer@0.3.2 X -tower-service@0.3.2 X +tower-layer@0.3.3 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 @@ -201,14 +202,14 @@ 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.92 X X -wasm-bindgen-backend@0.2.92 X X -wasm-bindgen-futures@0.4.42 X X -wasm-bindgen-macro@0.2.92 X X -wasm-bindgen-macro-support@0.2.92 X X -wasm-bindgen-shared@0.2.92 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.69 X X +web-sys@0.3.70 X X webpki-roots@0.26.3 X windows-core@0.52.0 X X windows-sys@0.48.0 X X diff --git a/bindings/c/Cargo.toml b/bindings/c/Cargo.toml index 66f4adc3ea1c..ce75514e703b 100644 --- a/bindings/c/Cargo.toml +++ b/bindings/c/Cargo.toml @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/" license = "Apache-2.0" repository = "https://github.com/apache/opendal" rust-version = "1.75" -version = "0.44.10" +version = "0.44.11" [lib] crate-type = ["cdylib", "staticlib"] diff --git a/bindings/c/DEPENDENCIES.rust.tsv b/bindings/c/DEPENDENCIES.rust.tsv index 64fbb3093db2..dca64f774507 100644 --- a/bindings/c/DEPENDENCIES.rust.tsv +++ b/bindings/c/DEPENDENCIES.rust.tsv @@ -22,7 +22,7 @@ byteorder@1.5.0 X X bytes@1.7.1 X cbc@0.1.2 X X cbindgen@0.26.0 X -cc@1.1.8 X X +cc@1.1.11 X X cfg-if@1.0.0 X X chrono@0.4.38 X X cipher@0.4.4 X X @@ -31,8 +31,8 @@ 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.6 X X -cpufeatures@0.2.12 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.13 X X crc32c@0.6.8 X X crunchy@0.2.2 X crypto-common@0.1.6 X X @@ -78,7 +78,7 @@ indexmap@1.9.3 X X inout@0.1.3 X X ipnet@2.9.0 X X itoa@1.0.11 X X -js-sys@0.3.69 X X +js-sys@0.3.70 X X jsonwebtoken@9.3.0 X lazy_static@1.5.0 X X libc@0.2.155 X X @@ -89,7 +89,7 @@ md-5@0.10.6 X X memchr@2.7.4 X X mime@0.3.17 X X miniz_oxide@0.7.4 X X X -mio@1.0.1 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 @@ -98,8 +98,8 @@ num-iter@0.1.45 X X num-traits@0.2.19 X X object@0.36.3 X X once_cell@1.19.0 X X -opendal@0.49.0 X -opendal-c@0.44.10 X +opendal@0.49.1 X +opendal-c@0.44.11 X ordered-multimap@0.7.3 X os_str_bytes@6.6.1 X X pbkdf2@0.12.2 X X @@ -138,12 +138,13 @@ 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.205 X X -serde_derive@1.0.205 X X -serde_json@1.0.122 X X +serde@1.0.207 X X +serde_derive@1.0.207 X X +serde_json@1.0.125 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 @@ -154,7 +155,7 @@ 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.72 X X +syn@2.0.74 X X sync_wrapper@1.0.1 X tempfile@3.12.0 X X termcolor@1.4.1 X X @@ -173,8 +174,8 @@ tokio-rustls@0.26.0 X X tokio-util@0.7.11 X toml@0.5.11 X X tower@0.4.13 X -tower-layer@0.3.2 X -tower-service@0.3.2 X +tower-layer@0.3.3 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 @@ -189,14 +190,14 @@ 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.92 X X -wasm-bindgen-backend@0.2.92 X X -wasm-bindgen-futures@0.4.42 X X -wasm-bindgen-macro@0.2.92 X X -wasm-bindgen-macro-support@0.2.92 X X -wasm-bindgen-shared@0.2.92 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.69 X X +web-sys@0.3.70 X X webpki-roots@0.26.3 X winapi@0.3.9 X X winapi-i686-pc-windows-gnu@0.4.0 X X diff --git a/bindings/cpp/CMakeLists.txt b/bindings/cpp/CMakeLists.txt index bc5b3d445435..1840f735ae7a 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.45.7 LANGUAGES CXX) +project(opendal-cpp VERSION 0.45.9 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) diff --git a/bindings/cpp/Cargo.toml b/bindings/cpp/Cargo.toml index f4c277b333d2..803853a5c2a2 100644 --- a/bindings/cpp/Cargo.toml +++ b/bindings/cpp/Cargo.toml @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/" license = "Apache-2.0" repository = "https://github.com/apache/opendal" rust-version = "1.75" -version = "0.45.8" +version = "0.45.9" [lib] crate-type = ["staticlib"] diff --git a/bindings/cpp/DEPENDENCIES.rust.tsv b/bindings/cpp/DEPENDENCIES.rust.tsv index 9792dc767cd5..74bea0bcb483 100644 --- a/bindings/cpp/DEPENDENCIES.rust.tsv +++ b/bindings/cpp/DEPENDENCIES.rust.tsv @@ -18,7 +18,7 @@ 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.8 X X +cc@1.1.11 X X cfg-if@1.0.0 X X chrono@0.4.38 X X cipher@0.4.4 X X @@ -26,15 +26,15 @@ 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.6 X X -cpufeatures@0.2.12 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.13 X X crc32c@0.6.8 X X crunchy@0.2.2 X crypto-common@0.1.6 X X -cxx@1.0.124 X X -cxx-build@1.0.124 X X -cxxbridge-flags@1.0.124 X X -cxxbridge-macro@1.0.124 X X +cxx@1.0.126 X X +cxx-build@1.0.126 X X +cxxbridge-flags@1.0.126 X X +cxxbridge-macro@1.0.126 X X der@0.7.9 X X deranged@0.3.11 X X digest@0.10.7 X X @@ -72,7 +72,7 @@ idna@0.5.0 X X inout@0.1.3 X X ipnet@2.9.0 X X itoa@1.0.11 X X -js-sys@0.3.69 X X +js-sys@0.3.70 X X jsonwebtoken@9.3.0 X lazy_static@1.5.0 X X libc@0.2.155 X X @@ -83,7 +83,7 @@ md-5@0.10.6 X X memchr@2.7.4 X X mime@0.3.17 X X miniz_oxide@0.7.4 X X X -mio@1.0.1 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 @@ -92,8 +92,8 @@ num-iter@0.1.45 X X num-traits@0.2.19 X X object@0.36.3 X X once_cell@1.19.0 X X -opendal@0.49.0 X -opendal-cpp@0.45.8 X +opendal@0.49.1 X +opendal-cpp@0.45.9 X ordered-multimap@0.7.3 X pbkdf2@0.12.2 X X pem@3.0.4 X @@ -131,12 +131,13 @@ salsa20@0.10.2 X X scratch@1.0.7 X X scrypt@0.11.0 X X semver@1.0.23 X X -serde@1.0.205 X X -serde_derive@1.0.205 X X -serde_json@1.0.122 X X +serde@1.0.207 X X +serde_derive@1.0.207 X X +serde_json@1.0.125 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 @@ -145,7 +146,7 @@ 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.72 X X +syn@2.0.74 X X sync_wrapper@1.0.1 X termcolor@1.4.1 X X thiserror@1.0.63 X X @@ -160,8 +161,8 @@ tokio@1.39.2 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X -tower-layer@0.3.2 X -tower-service@0.3.2 X +tower-layer@0.3.3 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 @@ -177,14 +178,14 @@ 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.92 X X -wasm-bindgen-backend@0.2.92 X X -wasm-bindgen-futures@0.4.42 X X -wasm-bindgen-macro@0.2.92 X X -wasm-bindgen-macro-support@0.2.92 X X -wasm-bindgen-shared@0.2.92 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.69 X X +web-sys@0.3.70 X X webpki-roots@0.26.3 X winapi-util@0.1.9 X X windows-core@0.52.0 X X diff --git a/bindings/dotnet/Cargo.toml b/bindings/dotnet/Cargo.toml index c3f42d9ec6e5..882bc658c686 100644 --- a/bindings/dotnet/Cargo.toml +++ b/bindings/dotnet/Cargo.toml @@ -18,7 +18,7 @@ [package] name = "opendal-dotnet" publish = false -version = "0.1.6" +version = "0.1.7" authors = ["Apache OpenDAL "] edition = "2021" diff --git a/bindings/dotnet/DEPENDENCIES.rust.tsv b/bindings/dotnet/DEPENDENCIES.rust.tsv index db0f58b1e63f..beab1b668899 100644 --- a/bindings/dotnet/DEPENDENCIES.rust.tsv +++ b/bindings/dotnet/DEPENDENCIES.rust.tsv @@ -18,15 +18,15 @@ 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.8 X X +cc@1.1.11 X X cfg-if@1.0.0 X X chrono@0.4.38 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.6 X X -cpufeatures@0.2.12 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.13 X X crc32c@0.6.8 X X crunchy@0.2.2 X crypto-common@0.1.6 X X @@ -67,7 +67,7 @@ idna@0.5.0 X X inout@0.1.3 X X ipnet@2.9.0 X X itoa@1.0.11 X X -js-sys@0.3.69 X X +js-sys@0.3.70 X X jsonwebtoken@9.3.0 X lazy_static@1.5.0 X X libc@0.2.155 X X @@ -77,7 +77,7 @@ md-5@0.10.6 X X memchr@2.7.4 X X mime@0.3.17 X X miniz_oxide@0.7.4 X X X -mio@1.0.1 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 @@ -86,8 +86,8 @@ num-iter@0.1.45 X X num-traits@0.2.19 X X object@0.36.3 X X once_cell@1.19.0 X X -opendal@0.49.0 X -opendal-dotnet@0.1.6 X +opendal@0.49.1 X +opendal-dotnet@0.1.7 X ordered-multimap@0.7.3 X pbkdf2@0.12.2 X X pem@3.0.4 X @@ -124,12 +124,13 @@ 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.205 X X -serde_derive@1.0.205 X X -serde_json@1.0.122 X X +serde@1.0.207 X X +serde_derive@1.0.207 X X +serde_json@1.0.125 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 @@ -138,7 +139,7 @@ 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.72 X X +syn@2.0.74 X X sync_wrapper@1.0.1 X thiserror@1.0.63 X X thiserror-impl@1.0.63 X X @@ -152,8 +153,8 @@ tokio@1.39.2 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X -tower-layer@0.3.2 X -tower-service@0.3.2 X +tower-layer@0.3.3 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 @@ -168,14 +169,14 @@ 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.92 X X -wasm-bindgen-backend@0.2.92 X X -wasm-bindgen-futures@0.4.42 X X -wasm-bindgen-macro@0.2.92 X X -wasm-bindgen-macro-support@0.2.92 X X -wasm-bindgen-shared@0.2.92 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.69 X X +web-sys@0.3.70 X X webpki-roots@0.26.3 X windows-core@0.52.0 X X windows-sys@0.48.0 X X diff --git a/bindings/haskell/Cargo.toml b/bindings/haskell/Cargo.toml index b18f25285d66..fc12c0ae864f 100644 --- a/bindings/haskell/Cargo.toml +++ b/bindings/haskell/Cargo.toml @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/" license = "Apache-2.0" repository = "https://github.com/apache/opendal" rust-version = "1.75" -version = "0.44.8" +version = "0.44.9" [lib] crate-type = ["cdylib"] diff --git a/bindings/haskell/DEPENDENCIES.rust.tsv b/bindings/haskell/DEPENDENCIES.rust.tsv index 017a9d6e80dc..945f858ad6db 100644 --- a/bindings/haskell/DEPENDENCIES.rust.tsv +++ b/bindings/haskell/DEPENDENCIES.rust.tsv @@ -18,15 +18,15 @@ 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.8 X X +cc@1.1.11 X X cfg-if@1.0.0 X X chrono@0.4.38 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.6 X X -cpufeatures@0.2.12 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.13 X X crc32c@0.6.8 X X crunchy@0.2.2 X crypto-common@0.1.6 X X @@ -67,7 +67,7 @@ idna@0.5.0 X X inout@0.1.3 X X ipnet@2.9.0 X X itoa@1.0.11 X X -js-sys@0.3.69 X X +js-sys@0.3.70 X X jsonwebtoken@9.3.0 X lazy_static@1.5.0 X X libc@0.2.155 X X @@ -77,7 +77,7 @@ md-5@0.10.6 X X memchr@2.7.4 X X mime@0.3.17 X X miniz_oxide@0.7.4 X X X -mio@1.0.1 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 @@ -86,8 +86,8 @@ num-iter@0.1.45 X X num-traits@0.2.19 X X object@0.36.3 X X once_cell@1.19.0 X X -opendal@0.49.0 X -opendal-hs@0.44.8 X +opendal@0.49.1 X +opendal-hs@0.44.9 X ordered-multimap@0.7.3 X pbkdf2@0.12.2 X X pem@3.0.4 X @@ -124,12 +124,13 @@ 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.205 X X -serde_derive@1.0.205 X X -serde_json@1.0.122 X X +serde@1.0.207 X X +serde_derive@1.0.207 X X +serde_json@1.0.125 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 @@ -138,7 +139,7 @@ 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.72 X X +syn@2.0.74 X X sync_wrapper@1.0.1 X thiserror@1.0.63 X X thiserror-impl@1.0.63 X X @@ -152,8 +153,8 @@ tokio@1.39.2 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X -tower-layer@0.3.2 X -tower-service@0.3.2 X +tower-layer@0.3.3 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 @@ -168,14 +169,14 @@ 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.92 X X -wasm-bindgen-backend@0.2.92 X X -wasm-bindgen-futures@0.4.42 X X -wasm-bindgen-macro@0.2.92 X X -wasm-bindgen-macro-support@0.2.92 X X -wasm-bindgen-shared@0.2.92 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.69 X X +web-sys@0.3.70 X X webpki-roots@0.26.3 X windows-core@0.52.0 X X windows-sys@0.48.0 X X diff --git a/bindings/haskell/opendal.cabal b/bindings/haskell/opendal.cabal index a2e0c0719c92..37acf15d7dea 100644 --- a/bindings/haskell/opendal.cabal +++ b/bindings/haskell/opendal.cabal @@ -17,7 +17,7 @@ cabal-version: 3.0 -- under the License. name: opendal -version: 0.44.8.0 +version: 0.44.9.0 license: Apache-2.0 synopsis: Apache OpenDALâ„¢ Haskell Binding description: diff --git a/bindings/java/Cargo.toml b/bindings/java/Cargo.toml index 941e9c454a15..3b2a162854ce 100644 --- a/bindings/java/Cargo.toml +++ b/bindings/java/Cargo.toml @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/" license = "Apache-2.0" repository = "https://github.com/apache/opendal" rust-version = "1.75" -version = "0.47.0" +version = "0.47.1" [lib] crate-type = ["cdylib"] diff --git a/bindings/java/DEPENDENCIES.rust.tsv b/bindings/java/DEPENDENCIES.rust.tsv index 77481174aade..817bee9d998c 100644 --- a/bindings/java/DEPENDENCIES.rust.tsv +++ b/bindings/java/DEPENDENCIES.rust.tsv @@ -23,7 +23,7 @@ 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.8 X X +cc@1.1.11 X X cesu8@1.1.0 X X cfg-if@1.0.0 X X chrono@0.4.38 X X @@ -33,8 +33,8 @@ 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.6 X X -cpufeatures@0.2.12 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.13 X X crc32c@0.6.8 X X crunchy@0.2.2 X crypto-common@0.1.6 X X @@ -79,7 +79,7 @@ ipnet@2.9.0 X X itoa@1.0.11 X X jni@0.21.1 X X jni-sys@0.3.0 X X -js-sys@0.3.69 X X +js-sys@0.3.70 X X jsonwebtoken@9.3.0 X lazy_static@1.5.0 X X libc@0.2.155 X X @@ -91,7 +91,7 @@ md-5@0.10.6 X X memchr@2.7.4 X X mime@0.3.17 X X miniz_oxide@0.7.4 X X X -mio@1.0.1 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 @@ -102,9 +102,9 @@ num-traits@0.2.19 X X num_cpus@1.16.0 X X object@0.36.3 X X once_cell@1.19.0 X X -opendal@0.49.0 X -opendal-java@0.47.0 X -openssh@0.10.4 X X +opendal@0.49.1 X +opendal-java@0.47.1 X +openssh@0.10.5 X X openssh-sftp-client@0.14.6 X openssh-sftp-client-lowlevel@0.6.0 X openssh-sftp-error@0.4.0 X @@ -152,13 +152,14 @@ same-file@1.0.6 X X scopeguard@1.2.0 X X scrypt@0.11.0 X X semver@1.0.23 X X -serde@1.0.205 X X -serde_derive@1.0.205 X X -serde_json@1.0.122 X X +serde@1.0.207 X X +serde_derive@1.0.207 X X +serde_json@1.0.125 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 @@ -172,7 +173,7 @@ 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.72 X X +syn@2.0.74 X X sync_wrapper@1.0.1 X tempfile@3.12.0 X X thin-vec@0.2.13 X X @@ -191,8 +192,8 @@ tokio-pipe@0.2.12 X X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X -tower-layer@0.3.2 X -tower-service@0.3.2 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 @@ -211,14 +212,14 @@ 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.92 X X -wasm-bindgen-backend@0.2.92 X X -wasm-bindgen-futures@0.4.42 X X -wasm-bindgen-macro@0.2.92 X X -wasm-bindgen-macro-support@0.2.92 X X -wasm-bindgen-shared@0.2.92 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.69 X X +web-sys@0.3.70 X X webpki-roots@0.26.3 X winapi-util@0.1.9 X X windows-core@0.52.0 X X diff --git a/bindings/java/pom.xml b/bindings/java/pom.xml index 21eb6b7aaf01..ebef58dca81d 100644 --- a/bindings/java/pom.xml +++ b/bindings/java/pom.xml @@ -32,7 +32,7 @@ org.apache.opendal opendal - 0.47.0 + 0.47.1 Apache OpenDALâ„¢ diff --git a/bindings/lua/Cargo.toml b/bindings/lua/Cargo.toml index ce3d016b80f9..98f151a8d366 100644 --- a/bindings/lua/Cargo.toml +++ b/bindings/lua/Cargo.toml @@ -18,7 +18,7 @@ [package] name = "opendal-lua" publish = false -version = "0.1.6" +version = "0.1.7" authors = ["Apache OpenDAL "] edition = "2021" diff --git a/bindings/lua/DEPENDENCIES.rust.tsv b/bindings/lua/DEPENDENCIES.rust.tsv index 7962b2001b65..c807bc216191 100644 --- a/bindings/lua/DEPENDENCIES.rust.tsv +++ b/bindings/lua/DEPENDENCIES.rust.tsv @@ -20,15 +20,15 @@ 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.8 X X +cc@1.1.11 X X cfg-if@1.0.0 X X chrono@0.4.38 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.6 X X -cpufeatures@0.2.12 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.13 X X crc32c@0.6.8 X X crunchy@0.2.2 X crypto-common@0.1.6 X X @@ -71,7 +71,7 @@ inout@0.1.3 X X ipnet@2.9.0 X X itertools@0.12.1 X X itoa@1.0.11 X X -js-sys@0.3.69 X X +js-sys@0.3.70 X X jsonwebtoken@9.3.0 X lazy_static@1.5.0 X X libc@0.2.155 X X @@ -81,7 +81,7 @@ md-5@0.10.6 X X memchr@2.7.4 X X mime@0.3.17 X X miniz_oxide@0.7.4 X X X -mio@1.0.1 X +mio@1.0.2 X mlua@0.9.9 X mlua-sys@0.6.2 X mlua_derive@0.9.3 X @@ -93,8 +93,8 @@ num-iter@0.1.45 X X num-traits@0.2.19 X X object@0.36.3 X X once_cell@1.19.0 X X -opendal@0.49.0 X -opendal-lua@0.1.6 X +opendal@0.49.1 X +opendal-lua@0.1.7 X ordered-multimap@0.7.3 X pbkdf2@0.12.2 X X pem@3.0.4 X @@ -138,12 +138,13 @@ 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.205 X X -serde_derive@1.0.205 X X -serde_json@1.0.122 X X +serde@1.0.207 X X +serde_derive@1.0.207 X X +serde_json@1.0.125 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 @@ -153,7 +154,7 @@ spin@0.9.8 X spki@0.7.3 X X subtle@2.6.1 X syn@1.0.109 X X -syn@2.0.72 X X +syn@2.0.74 X X sync_wrapper@1.0.1 X thiserror@1.0.63 X X thiserror-impl@1.0.63 X X @@ -167,8 +168,8 @@ tokio@1.39.2 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X -tower-layer@0.3.2 X -tower-service@0.3.2 X +tower-layer@0.3.3 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 @@ -183,14 +184,14 @@ 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.92 X X -wasm-bindgen-backend@0.2.92 X X -wasm-bindgen-futures@0.4.42 X X -wasm-bindgen-macro@0.2.92 X X -wasm-bindgen-macro-support@0.2.92 X X -wasm-bindgen-shared@0.2.92 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.69 X X +web-sys@0.3.70 X X webpki-roots@0.26.3 X windows-core@0.52.0 X X windows-sys@0.48.0 X X diff --git a/bindings/lua/opendal-0.1.3-1.rockspec b/bindings/lua/opendal-0.1.7-1.rockspec similarity index 96% rename from bindings/lua/opendal-0.1.3-1.rockspec rename to bindings/lua/opendal-0.1.7-1.rockspec index d688ee0db07f..4ce068caafb7 100644 --- a/bindings/lua/opendal-0.1.3-1.rockspec +++ b/bindings/lua/opendal-0.1.7-1.rockspec @@ -1,5 +1,5 @@ package = "opendal" -version = "0.1.3-1" +version = "0.1.7-1" source = { url = "git+https://github.com/apache/opendal/", diff --git a/bindings/nodejs/Cargo.toml b/bindings/nodejs/Cargo.toml index 997e0697678c..18df92c98ef3 100644 --- a/bindings/nodejs/Cargo.toml +++ b/bindings/nodejs/Cargo.toml @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/" license = "Apache-2.0" repository = "https://github.com/apache/opendal" rust-version = "1.75" -version = "0.47.1" +version = "0.47.3" [features] default = [ diff --git a/bindings/nodejs/DEPENDENCIES.rust.tsv b/bindings/nodejs/DEPENDENCIES.rust.tsv index 75bbfd98b108..ecc367973e93 100644 --- a/bindings/nodejs/DEPENDENCIES.rust.tsv +++ b/bindings/nodejs/DEPENDENCIES.rust.tsv @@ -20,7 +20,7 @@ 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.8 X X +cc@1.1.11 X X cfg-if@1.0.0 X X chrono@0.4.38 X X cipher@0.4.4 X X @@ -28,8 +28,8 @@ 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.6 X X -cpufeatures@0.2.12 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.13 X X crc32c@0.6.8 X X crunchy@0.2.2 X crypto-common@0.1.6 X X @@ -72,7 +72,7 @@ idna@0.5.0 X X inout@0.1.3 X X ipnet@2.9.0 X X itoa@1.0.11 X X -js-sys@0.3.69 X X +js-sys@0.3.70 X X jsonwebtoken@9.3.0 X lazy_static@1.5.0 X X libc@0.2.155 X X @@ -83,11 +83,11 @@ md-5@0.10.6 X X memchr@2.7.4 X X mime@0.3.17 X X miniz_oxide@0.7.4 X X X -mio@1.0.1 X -napi@2.16.8 X +mio@1.0.2 X +napi@2.16.9 X napi-build@2.1.3 X -napi-derive@2.16.10 X -napi-derive-backend@1.0.72 X +napi-derive@2.16.11 X +napi-derive-backend@1.0.73 X napi-sys@2.4.0 X num-bigint@0.4.6 X X num-bigint-dig@0.8.4 X X @@ -97,8 +97,8 @@ num-iter@0.1.45 X X num-traits@0.2.19 X X object@0.36.3 X X once_cell@1.19.0 X X -opendal@0.49.0 X -opendal-nodejs@0.47.1 X +opendal@0.49.1 X +opendal-nodejs@0.47.3 X ordered-multimap@0.7.3 X pbkdf2@0.12.2 X X pem@3.0.4 X @@ -138,12 +138,13 @@ 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.205 X X -serde_derive@1.0.205 X X -serde_json@1.0.122 X X +serde@1.0.207 X X +serde_derive@1.0.207 X X +serde_json@1.0.125 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 @@ -152,7 +153,7 @@ 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.72 X X +syn@2.0.74 X X sync_wrapper@1.0.1 X thiserror@1.0.63 X X thiserror-impl@1.0.63 X X @@ -166,8 +167,8 @@ tokio@1.39.2 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X -tower-layer@0.3.2 X -tower-service@0.3.2 X +tower-layer@0.3.3 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 @@ -183,14 +184,14 @@ 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.92 X X -wasm-bindgen-backend@0.2.92 X X -wasm-bindgen-futures@0.4.42 X X -wasm-bindgen-macro@0.2.92 X X -wasm-bindgen-macro-support@0.2.92 X X -wasm-bindgen-shared@0.2.92 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.69 X X +web-sys@0.3.70 X X webpki-roots@0.26.3 X windows-core@0.52.0 X X windows-sys@0.48.0 X X diff --git a/bindings/nodejs/npm/darwin-arm64/package.json b/bindings/nodejs/npm/darwin-arm64/package.json index 2eae8a040028..48ba0f87caf1 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.2", + "version": "0.47.3", "os": [ "darwin" ], diff --git a/bindings/nodejs/npm/darwin-x64/package.json b/bindings/nodejs/npm/darwin-x64/package.json index ac4a6921f33a..c4883551d5e5 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.2", + "version": "0.47.3", "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 8613868d6015..91efd5ff2c3b 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.2", + "version": "0.47.3", "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 8bf1a246be51..1f8f23c46763 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.2", + "version": "0.47.3", "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 2127854a37b6..4e3421e72dca 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.2", + "version": "0.47.3", "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 42377c482058..e60866d84f2e 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.2", + "version": "0.47.3", "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 ca499171b209..307ab7342c1a 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.2", + "version": "0.47.3", "repository": "git@github.com/apache/opendal.git", "os": [ "win32" diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json index 404656de4c4e..a1f8002edb0e 100644 --- a/bindings/nodejs/package.json +++ b/bindings/nodejs/package.json @@ -1,7 +1,7 @@ { "name": "opendal", "author": "Apache OpenDAL ", - "version": "0.47.2", + "version": "0.47.3", "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 af549c458e9f..ddede54d3e06 100644 --- a/bindings/ocaml/DEPENDENCIES.rust.tsv +++ b/bindings/ocaml/DEPENDENCIES.rust.tsv @@ -18,15 +18,15 @@ 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.8 X X +cc@1.1.11 X X cfg-if@1.0.0 X X chrono@0.4.38 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.6 X X -cpufeatures@0.2.12 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.13 X X crc32c@0.6.8 X X crunchy@0.2.2 X crypto-common@0.1.6 X X @@ -68,7 +68,7 @@ idna@0.5.0 X X inout@0.1.3 X X ipnet@2.9.0 X X itoa@1.0.11 X X -js-sys@0.3.69 X X +js-sys@0.3.70 X X jsonwebtoken@9.3.0 X lazy_static@1.5.0 X X libc@0.2.155 X X @@ -78,7 +78,7 @@ md-5@0.10.6 X X memchr@2.7.4 X X mime@0.3.17 X X miniz_oxide@0.7.4 X X X -mio@1.0.1 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 @@ -94,7 +94,7 @@ 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.49.0 X +opendal@0.49.1 X opendal-ocaml@0.0.0 X ordered-multimap@0.7.3 X pbkdf2@0.12.2 X X @@ -132,12 +132,13 @@ 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.205 X X -serde_derive@1.0.205 X X -serde_json@1.0.122 X X +serde@1.0.207 X X +serde_derive@1.0.207 X X +serde_json@1.0.125 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 @@ -148,7 +149,7 @@ spki@0.7.3 X X static_assertions@1.1.0 X X subtle@2.6.1 X syn@1.0.109 X X -syn@2.0.72 X X +syn@2.0.74 X X sync_wrapper@1.0.1 X thiserror@1.0.63 X X thiserror-impl@1.0.63 X X @@ -162,8 +163,8 @@ tokio@1.39.2 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X -tower-layer@0.3.2 X -tower-service@0.3.2 X +tower-layer@0.3.3 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 @@ -178,14 +179,14 @@ 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.92 X X -wasm-bindgen-backend@0.2.92 X X -wasm-bindgen-futures@0.4.42 X X -wasm-bindgen-macro@0.2.92 X X -wasm-bindgen-macro-support@0.2.92 X X -wasm-bindgen-shared@0.2.92 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.69 X X +web-sys@0.3.70 X X webpki-roots@0.26.3 X windows-core@0.52.0 X X windows-sys@0.48.0 X X diff --git a/bindings/php/Cargo.toml b/bindings/php/Cargo.toml index 17df7c77a7e2..6097b5879817 100644 --- a/bindings/php/Cargo.toml +++ b/bindings/php/Cargo.toml @@ -18,7 +18,7 @@ [package] name = "opendal-php" publish = false -version = "0.1.6" +version = "0.1.7" authors = ["Apache OpenDAL "] edition = "2021" diff --git a/bindings/php/DEPENDENCIES.rust.tsv b/bindings/php/DEPENDENCIES.rust.tsv index 917e6f571e01..4b4ed88253ee 100644 --- a/bindings/php/DEPENDENCIES.rust.tsv +++ b/bindings/php/DEPENDENCIES.rust.tsv @@ -26,7 +26,7 @@ camino@1.1.7 X X cargo-platform@0.1.8 X X cargo_metadata@0.14.2 X cbc@0.1.2 X X -cc@1.1.8 X X +cc@1.1.11 X X cexpr@0.6.0 X X cfg-if@1.0.0 X X chrono@0.4.38 X X @@ -37,8 +37,8 @@ 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.6 X X -cpufeatures@0.2.12 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.13 X X crc32c@0.6.8 X X crc32fast@1.4.2 X X crossbeam-utils@0.8.20 X X @@ -95,7 +95,7 @@ inout@0.1.3 X X ipnet@2.9.0 X X itoa@1.0.11 X X jobserver@0.1.32 X X -js-sys@0.3.69 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 @@ -110,7 +110,7 @@ memchr@2.7.4 X X mime@0.3.17 X X minimal-lexical@0.2.1 X X miniz_oxide@0.7.4 X X X -mio@1.0.1 X +mio@1.0.2 X native-tls@0.2.12 X X nom@7.1.3 X num-bigint@0.4.6 X X @@ -121,8 +121,8 @@ num-iter@0.1.45 X X num-traits@0.2.19 X X object@0.36.3 X X once_cell@1.19.0 X X -opendal@0.49.0 X -opendal-php@0.1.6 X +opendal@0.49.1 X +opendal-php@0.1.7 X openssl@0.10.66 X openssl-macros@0.1.1 X X openssl-probe@0.1.5 X X @@ -182,9 +182,9 @@ scrypt@0.11.0 X X security-framework@2.11.1 X X security-framework-sys@2.11.1 X X semver@1.0.23 X X -serde@1.0.205 X X -serde_derive@1.0.205 X X -serde_json@1.0.122 X X +serde@1.0.207 X X +serde_derive@1.0.207 X X +serde_json@1.0.125 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X sha2@0.10.8 X X @@ -200,7 +200,7 @@ 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.72 X X +syn@2.0.74 X X sync_wrapper@1.0.1 X tempfile@3.12.0 X X thiserror@1.0.63 X X @@ -215,8 +215,8 @@ tokio@1.39.2 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X -tower-layer@0.3.2 X -tower-service@0.3.2 X +tower-layer@0.3.3 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 @@ -235,14 +235,14 @@ 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.92 X X -wasm-bindgen-backend@0.2.92 X X -wasm-bindgen-futures@0.4.42 X X -wasm-bindgen-macro@0.2.92 X X -wasm-bindgen-macro-support@0.2.92 X X -wasm-bindgen-shared@0.2.92 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.69 X X +web-sys@0.3.70 X X webpki-roots@0.26.3 X which@4.4.2 X winapi-util@0.1.9 X X diff --git a/bindings/python/DEPENDENCIES.rust.tsv b/bindings/python/DEPENDENCIES.rust.tsv index 27a8c3101f9a..5928e4bfc5dc 100644 --- a/bindings/python/DEPENDENCIES.rust.tsv +++ b/bindings/python/DEPENDENCIES.rust.tsv @@ -1,253 +1,280 @@ -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.86 X X -arc-swap@1.7.1 X X -async-trait@0.1.81 X X -autocfg@1.3.0 X X -awaitable@0.4.0 X -awaitable-error@0.1.0 X -backon@0.4.4 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.8 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.6 X X -cpufeatures@0.2.12 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 -dlv-list@0.5.2 X X -errno@0.3.9 X X -fastrand@2.1.0 X X -flagset@0.4.6 X -fnv@1.0.7 X X -form_urlencoded@1.2.1 X X -futures@0.3.30 X X -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 -hashbrown@0.14.5 X X -heck@0.4.1 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.2 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.69 X X -jsonwebtoken@9.3.0 X -lazy_static@1.5.0 X X -libc@0.2.155 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.1 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.3 X X -once_cell@1.19.0 X X -opendal@0.49.0 X -opendal-python@0.45.8 X -openssh@0.10.4 X X -openssh-sftp-client@0.14.6 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 -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.86 X X -pyo3@0.21.2 X X -pyo3-asyncio-0-21@0.21.0 X -pyo3-build-config@0.21.2 X X -pyo3-ffi@0.21.2 X X -pyo3-macros@0.21.2 X X -pyo3-macros-backend@0.21.2 X X -quick-xml@0.35.0 X -quick-xml@0.36.1 X -quote@1.0.36 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.0 X -reqwest@0.12.5 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.0 X X -rustix@0.38.34 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.6 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.205 X X -serde_derive@1.0.205 X X -serde_json@1.0.122 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.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.72 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-impl@1.0.63 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.39.2 X -tokio-io-utility@0.7.6 X -tokio-macros@2.4.0 X -tokio-pipe@0.2.12 X X -tokio-rustls@0.26.0 X X -tokio-util@0.7.11 X -tower@0.4.13 X -tower-layer@0.3.2 X -tower-service@0.3.2 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.92 X X -wasm-bindgen-backend@0.2.92 X X -wasm-bindgen-futures@0.4.42 X X -wasm-bindgen-macro@0.2.92 X X -wasm-bindgen-macro-support@0.2.92 X X -wasm-bindgen-shared@0.2.92 X X -wasm-streams@0.4.0 X X -web-sys@0.3.69 X X -webpki-roots@0.26.3 X -windows-core@0.52.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 -winreg@0.52.0 X -zerocopy@0.7.35 X X X -zerocopy-derive@0.7.35 X X X -zeroize@1.8.1 X 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 MIT-0 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.86 X X +arc-swap@1.7.1 X X +async-trait@0.1.81 X X +autocfg@1.3.0 X X +awaitable@0.4.0 X +awaitable-error@0.1.0 X +aws-lc-rs@1.8.1 X X +aws-lc-sys@0.20.1 X X X +backon@0.4.4 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 +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.1 X +cbc@0.1.2 X X +cc@1.1.11 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 +cmake@0.1.50 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.13 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 +dlv-list@0.5.2 X X +dunce@1.0.5 X X X +either@1.13.0 X X +errno@0.3.9 X X +fastrand@2.1.0 X X +flagset@0.4.6 X +fnv@1.0.7 X X +form_urlencoded@1.2.1 X X +fs_extra@1.3.0 X +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 +glob@0.3.1 X X +hashbrown@0.14.5 X X +heck@0.4.1 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.2 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 +itertools@0.12.1 X X +itoa@1.0.11 X X +jobserver@0.1.32 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.155 X X +libloading@0.8.5 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 +minimal-lexical@0.2.1 X X +miniz_oxide@0.7.4 X X X +mio@1.0.2 X +mirai-annotations@1.12.0 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-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.3 X X +once_cell@1.19.0 X X +opendal@0.49.1 X +opendal-python@0.45.8 X +openssh@0.10.5 X X +openssh-sftp-client@0.14.6 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 +ordered-multimap@0.7.3 X +parking_lot@0.12.3 X X +parking_lot_core@0.9.10 X X +paste@1.0.15 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 +prettyplease@0.2.20 X X +proc-macro2@1.0.86 X X +pyo3@0.21.2 X X +pyo3-asyncio-0-21@0.21.0 X +pyo3-build-config@0.21.2 X X +pyo3-ffi@0.21.2 X X +pyo3-macros@0.21.2 X X +pyo3-macros-backend@0.21.2 X X +quick-xml@0.35.0 X +quick-xml@0.36.1 X +quote@1.0.36 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 +regex@1.10.6 X X +regex-automata@0.4.7 X X +regex-syntax@0.8.4 X X +reqsign@0.16.0 X +reqwest@0.12.5 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.0 X X +rustix@0.38.34 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.6 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.207 X X +serde_derive@1.0.207 X X +serde_json@1.0.125 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.74 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-impl@1.0.63 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.39.2 X +tokio-io-utility@0.7.6 X +tokio-macros@2.4.0 X +tokio-pipe@0.2.12 X X +tokio-rustls@0.26.0 X X +tokio-util@0.7.11 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.7.1 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.3 X +which@4.4.2 X +windows-core@0.52.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 +winreg@0.52.0 X +zerocopy@0.7.35 X X X +zerocopy-derive@0.7.35 X X X +zeroize@1.8.1 X X +zeroize_derive@1.4.2 X X diff --git a/bindings/ruby/Cargo.toml b/bindings/ruby/Cargo.toml index 2a2a3093b20f..f60ef6f998a2 100644 --- a/bindings/ruby/Cargo.toml +++ b/bindings/ruby/Cargo.toml @@ -18,7 +18,7 @@ [package] name = "opendal-ruby" publish = false -version = "0.1.6" +version = "0.1.7" authors = ["Apache OpenDAL "] edition = "2021" diff --git a/bindings/ruby/DEPENDENCIES.rust.tsv b/bindings/ruby/DEPENDENCIES.rust.tsv index c230d6b8b9b8..eb5b2c6fdf17 100644 --- a/bindings/ruby/DEPENDENCIES.rust.tsv +++ b/bindings/ruby/DEPENDENCIES.rust.tsv @@ -21,7 +21,7 @@ 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.8 X X +cc@1.1.11 X X cexpr@0.6.0 X X cfg-if@1.0.0 X X chrono@0.4.38 X X @@ -30,8 +30,8 @@ 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.6 X X -cpufeatures@0.2.12 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.13 X X crc32c@0.6.8 X X crunchy@0.2.2 X crypto-common@0.1.6 X X @@ -75,7 +75,7 @@ inout@0.1.3 X X ipnet@2.9.0 X X itertools@0.12.1 X X itoa@1.0.11 X X -js-sys@0.3.69 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 @@ -90,7 +90,7 @@ memchr@2.7.4 X X mime@0.3.17 X X minimal-lexical@0.2.1 X X miniz_oxide@0.7.4 X X X -mio@1.0.1 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 @@ -100,8 +100,8 @@ num-iter@0.1.45 X X num-traits@0.2.19 X X object@0.36.3 X X once_cell@1.19.0 X X -opendal@0.49.0 X -opendal-ruby@0.1.6 X +opendal@0.49.1 X +opendal-ruby@0.1.7 X ordered-multimap@0.7.3 X pbkdf2@0.12.2 X X pem@3.0.4 X @@ -123,8 +123,8 @@ quote@1.0.36 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.100 X X -rb-sys-build@0.9.100 X X +rb-sys@0.9.101 X X +rb-sys-build@0.9.101 X X rb-sys-env@0.1.2 X X regex@1.10.6 X X regex-automata@0.4.7 X X @@ -145,9 +145,9 @@ 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.205 X X -serde_derive@1.0.205 X X -serde_json@1.0.122 X X +serde@1.0.207 X X +serde_derive@1.0.207 X X +serde_json@1.0.125 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X sha2@0.10.8 X X @@ -162,7 +162,7 @@ spin@0.9.8 X spki@0.7.3 X X subtle@2.6.1 X syn@1.0.109 X X -syn@2.0.72 X X +syn@2.0.74 X X sync_wrapper@1.0.1 X thiserror@1.0.63 X X thiserror-impl@1.0.63 X X @@ -176,8 +176,8 @@ tokio@1.39.2 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X -tower-layer@0.3.2 X -tower-service@0.3.2 X +tower-layer@0.3.3 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 @@ -192,14 +192,14 @@ 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.92 X X -wasm-bindgen-backend@0.2.92 X X -wasm-bindgen-futures@0.4.42 X X -wasm-bindgen-macro@0.2.92 X X -wasm-bindgen-macro-support@0.2.92 X X -wasm-bindgen-shared@0.2.92 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.69 X X +web-sys@0.3.70 X X webpki-roots@0.26.3 X windows-core@0.52.0 X X windows-sys@0.48.0 X X diff --git a/core/Cargo.lock b/core/Cargo.lock index a06a8e72f3a7..8973adf91aad 100644 --- a/core/Cargo.lock +++ b/core/Cargo.lock @@ -242,7 +242,7 @@ checksum = "affbba0d438add06462a0371997575927bc05052f7ec486e7a4ca405c956c3d7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -289,7 +289,7 @@ checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" dependencies = [ "async-channel 2.3.1", "async-executor", - "async-io 2.3.3", + "async-io 2.3.4", "async-lock 3.4.0", "blocking", "futures-lite 2.3.0", @@ -318,9 +318,9 @@ dependencies = [ [[package]] name = "async-io" -version = "2.3.3" +version = "2.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964" +checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8" dependencies = [ "async-lock 3.4.0", "cfg-if", @@ -328,11 +328,11 @@ dependencies = [ "futures-io", "futures-lite 2.3.0", "parking", - "polling 3.7.2", + "polling 3.7.3", "rustix 0.38.34", "slab", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -374,7 +374,7 @@ checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -422,7 +422,7 @@ checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -452,7 +452,7 @@ checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -508,7 +508,7 @@ checksum = "62f7df18977a1ee03650ee4b31b4aefed6d56bac188760b6e37610400fe8d4bb" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -553,9 +553,9 @@ checksum = "d5b3469636cdf8543cceab175efca534471f36eee12fb8374aba00eb5e7e7f8a" [[package]] name = "aws-config" -version = "1.5.4" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caf6cfe2881cb1fcbba9ae946fb9a6480d3b7a714ca84c74925014a89ef3387a" +checksum = "4e95816a168520d72c0e7680c405a5a8c1fb6a035b4bc4b9d7b0de8e1a941697" dependencies = [ "aws-credential-types", "aws-runtime", @@ -573,7 +573,6 @@ dependencies = [ "fastrand 2.1.0", "hex", "http 0.2.12", - "hyper 0.14.30", "ring 0.17.8", "time", "tokio", @@ -594,11 +593,38 @@ dependencies = [ "zeroize", ] +[[package]] +name = "aws-lc-rs" +version = "1.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ae74d9bd0a7530e8afd1770739ad34b36838829d6ad61818f9230f683f5ad77" +dependencies = [ + "aws-lc-sys", + "mirai-annotations", + "paste", + "zeroize", +] + +[[package]] +name = "aws-lc-sys" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0f0e249228c6ad2d240c2dc94b714d711629d52bad946075d8e9b2f5391f0703" +dependencies = [ + "bindgen 0.69.4", + "cc", + "cmake", + "dunce", + "fs_extra", + "libc", + "paste", +] + [[package]] name = "aws-runtime" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87c5f920ffd1e0526ec9e70e50bf444db50b204395a0fa7016bbf9e31ea1698f" +checksum = "f42c2d4218de4dcd890a109461e2f799a1a2ba3bcd2cde9af88360f5df9266c6" dependencies = [ "aws-credential-types", "aws-sigv4", @@ -612,6 +638,7 @@ dependencies = [ "fastrand 2.1.0", "http 0.2.12", "http-body 0.4.6", + "once_cell", "percent-encoding", "pin-project-lite", "tracing", @@ -620,9 +647,9 @@ dependencies = [ [[package]] name = "aws-sdk-s3" -version = "1.42.0" +version = "1.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "558bbcec8db82a1a8af1610afcb3b10d00652d25ad366a0558eecdff2400a1d1" +checksum = "9ccda7e730ace3cb8bbd4071bc650c6d294364891f9564bd4e43adfc8dea3177" dependencies = [ "ahash 0.8.11", "aws-credential-types", @@ -655,9 +682,9 @@ dependencies = [ [[package]] name = "aws-sdk-sso" -version = "1.36.0" +version = "1.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6acca681c53374bf1d9af0e317a41d12a44902ca0f2d1e10e5cb5bb98ed74f35" +checksum = "1074e818fbe4f9169242d78448b15be8916a79daa38ea1231f2e2e10d993fcd2" dependencies = [ "aws-credential-types", "aws-runtime", @@ -677,9 +704,9 @@ dependencies = [ [[package]] name = "aws-sdk-ssooidc" -version = "1.37.0" +version = "1.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b79c6bdfe612503a526059c05c9ccccbf6bd9530b003673cb863e547fd7c0c9a" +checksum = "29755c51e33fa3f678598f64324a169cf4b7d3c4865d2709d4308f53366a92a4" dependencies = [ "aws-credential-types", "aws-runtime", @@ -699,9 +726,9 @@ dependencies = [ [[package]] name = "aws-sdk-sts" -version = "1.36.0" +version = "1.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32e6ecdb2bd756f3b2383e6f0588dc10a4e65f5d551e70a56e0bfe0c884673ce" +checksum = "6e52dc3fd7dfa6c01a69cf3903e00aa467261639138a05b06cd92314d2c8fb07" dependencies = [ "aws-credential-types", "aws-runtime", @@ -834,9 +861,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime" -version = "1.6.2" +version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce87155eba55e11768b8c1afa607f3e864ae82f03caf63258b37455b0ad02537" +checksum = "0abbf454960d0db2ad12684a1640120e7557294b0ff8e2f11236290a1b293225" dependencies = [ "aws-smithy-async", "aws-smithy-http", @@ -878,9 +905,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfe321a6b21f5d8eabd0ade9c55d3d0335f3c3157fc2b3e87f05f34b539e4df5" +checksum = "f37570a4e8ce26bd3a69c7c011f13eee6b2a1135c4518cb57030f4257077ca36" dependencies = [ "base64-simd", "bytes", @@ -1161,7 +1188,7 @@ dependencies = [ "regex", "rustc-hash 1.1.0", "shlex", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -1183,7 +1210,7 @@ dependencies = [ "regex", "rustc-hash 1.1.0", "shlex", - "syn 2.0.72", + "syn 2.0.74", "which", ] @@ -1296,7 +1323,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", "syn_derive", ] @@ -1310,7 +1337,7 @@ dependencies = [ "base64 0.13.1", "bitvec", "hex", - "indexmap 2.3.0", + "indexmap 2.4.0", "js-sys", "once_cell", "rand 0.8.5", @@ -1478,12 +1505,13 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.8" +version = "1.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "504bdec147f2cc13c8b57ed9401fd8a147cc66b67ad5cb241394244f2c947549" +checksum = "5fb8dd288a69fc53a1996d7ecfbf4a20d59065bff137ce7e56bbd620de191189" dependencies = [ "jobserver", "libc", + "shlex", ] [[package]] @@ -1629,9 +1657,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.14" +version = "4.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c937d4061031a6d0c8da4b9a4f98a172fc2976dfb1c19213a9cf7d0d3c837e36" +checksum = "11d8838454fda655dafd3accb2b6e2bea645b9e4078abe84a22ceb947235c5cc" dependencies = [ "clap_builder", "clap_derive", @@ -1639,9 +1667,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.14" +version = "4.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85379ba512b21a328adf887e85f7742d12e96eb31f3ef077df4ffc26b506ffed" +checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6" dependencies = [ "anstream", "anstyle", @@ -1658,7 +1686,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -1764,7 +1792,7 @@ dependencies = [ "once_cell", "os_pipe", "paste", - "polling 3.7.2", + "polling 3.7.3", "socket2 0.5.7", "windows-sys 0.52.0", ] @@ -1921,15 +1949,15 @@ dependencies = [ [[package]] name = "core-foundation-sys" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" +checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "cpufeatures" -version = "0.2.12" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" +checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad" dependencies = [ "libc", ] @@ -2175,7 +2203,7 @@ dependencies = [ "proc-macro2", "quote", "strsim 0.11.1", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -2197,7 +2225,7 @@ checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" dependencies = [ "darling_core 0.20.10", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -2294,7 +2322,7 @@ checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -2315,7 +2343,7 @@ dependencies = [ "darling 0.20.10", "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -2325,7 +2353,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b" dependencies = [ "derive_builder_core", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -2336,7 +2364,7 @@ checksum = "64b697ac90ff296f0fc031ee5a61c7ac31fb9fff50e3fb32873b09223613fc0c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -2349,7 +2377,7 @@ dependencies = [ "proc-macro2", "quote", "rustc_version 0.4.0", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -2452,6 +2480,12 @@ version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" +[[package]] +name = "dunce" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" + [[package]] name = "earcutr" version = "0.4.3" @@ -2692,7 +2726,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -2837,7 +2871,7 @@ checksum = "f8db6653cbc621a3810d95d55bd342be3e71181d6df21a4eb29ef986202d3f9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", "try_map", ] @@ -2876,7 +2910,7 @@ checksum = "b0fa992f1656e1707946bbba340ad244f0814009ef8c0118eb7b658395f19a2e" dependencies = [ "frunk_proc_macro_helpers", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -2888,7 +2922,7 @@ dependencies = [ "frunk_core", "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -2900,7 +2934,7 @@ dependencies = [ "frunk_core", "frunk_proc_macro_helpers", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -2913,6 +2947,12 @@ dependencies = [ "winapi", ] +[[package]] +name = "fs_extra" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" + [[package]] name = "fst" version = "0.4.7" @@ -3035,7 +3075,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -3094,21 +3134,21 @@ dependencies = [ [[package]] name = "g2gen" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc2c7625b2fc250dd90b63f7887a6bb0f7ec1d714c8278415bea2669ef20820e" +checksum = "dc3e32f911a41e073b8492473c3595a043e1369ab319a2dbf8c89b1fea06457c" dependencies = [ "g2poly", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.74", ] [[package]] name = "g2p" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc36d9bdc3d2da057775a9f4fa7d7b09edab3e0eda7a92cc353358fa63b8519e" +checksum = "1a9afa6efed9af3a5a68ba066429c1497c299d4eafbd948fe630df47a8f2d29f" dependencies = [ "g2gen", "g2poly", @@ -3116,9 +3156,9 @@ dependencies = [ [[package]] name = "g2poly" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af6a86e750338603ea2c14b1c0bfe58cd61f87ca67a0021d9334996024608e12" +checksum = "0fd8b261ccf00df8c5cc60c082bb7d7aa64c33a433cfcc091ca244326c924b2c" [[package]] name = "generator" @@ -3291,7 +3331,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.3.0", + "indexmap 2.4.0", "slab", "tokio", "tokio-util", @@ -3310,7 +3350,7 @@ dependencies = [ "futures-core", "futures-sink", "http 1.1.0", - "indexmap 2.3.0", + "indexmap 2.4.0", "slab", "tokio", "tokio-util", @@ -3772,9 +3812,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.3.0" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de3fc2e30ba82dd1b3911c8de1ffc143c74a914a14e99514d7637e3099df5ea0" +checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c" dependencies = [ "equivalent", "hashbrown 0.14.5", @@ -3783,25 +3823,25 @@ dependencies = [ [[package]] name = "indextree" -version = "4.7.0" +version = "4.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9f0421c6fe77186886dd647787132a907887e9fc3ce508aea6628dbaf9a4fcb" +checksum = "0d6f1b8dbc8f1e5a0f45e05b9293c42cbab79086baeb3e914d3936f8149edc4f" dependencies = [ "indextree-macros", ] [[package]] name = "indextree-macros" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1dd5776fe91eb9371383a6db7068fcfe80bd1d6d756aebebb92d80526065676" +checksum = "357230c23ee6024223892ce0de19888a04139ca5bb94f5becb04d38b75a4bccf" dependencies = [ "either", "itertools 0.13.0", "proc-macro2", "quote", "strum", - "syn 2.0.72", + "syn 2.0.74", "thiserror", ] @@ -3865,11 +3905,11 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[package]] name = "is-terminal" -version = "0.4.12" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" +checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" dependencies = [ - "hermit-abi 0.3.9", + "hermit-abi 0.4.0", "libc", "windows-sys 0.52.0", ] @@ -3943,9 +3983,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.69" +version = "0.3.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" +checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" dependencies = [ "wasm-bindgen", ] @@ -3971,7 +4011,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ee7893dab2e44ae5f9d0173f26ff4aa327c10b01b06a72b52dd9405b628640d" dependencies = [ - "indexmap 2.3.0", + "indexmap 2.4.0", ] [[package]] @@ -4034,7 +4074,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -4143,9 +4183,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.18" +version = "1.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e" +checksum = "fdc53a7799a7496ebc9fd29f31f7df80e83c9bda5299768af5f9e59eeea74647" dependencies = [ "cc", "pkg-config", @@ -4311,7 +4351,7 @@ checksum = "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -4345,6 +4385,16 @@ dependencies = [ "triomphe", ] +[[package]] +name = "minicov" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c71e683cd655513b99affab7d317deb690528255a0d5f717f1024093c12b169" +dependencies = [ + "cc", + "walkdir", +] + [[package]] name = "minimal-lexical" version = "0.2.1" @@ -4384,9 +4434,9 @@ dependencies = [ [[package]] name = "mio" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4" +checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" dependencies = [ "hermit-abi 0.3.9", "libc", @@ -4394,6 +4444,12 @@ dependencies = [ "windows-sys 0.52.0", ] +[[package]] +name = "mirai-annotations" +version = "1.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" + [[package]] name = "moka" version = "0.12.8" @@ -4474,7 +4530,7 @@ checksum = "934305ae9c66ef6a3aa728c66dec8fa2424de4dfcd043c7acaffacae2bf99442" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -4508,7 +4564,7 @@ checksum = "176a5f5e69613d9e88337cf2a65e11135332b4efbcc628404a7c555e4452084c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -4530,16 +4586,16 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", "termcolor", "thiserror", ] [[package]] name = "mysql_async" -version = "0.34.1" +version = "0.34.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbfe87d7e35cb72363326216cc1712b865d8d4f70abf3b2d2e6b251fb6b2f427" +checksum = "a0b66e411c31265e879d9814d03721f2daa7ad07337b6308cb4bb0cde7e6fd47" dependencies = [ "bytes", "crossbeam", @@ -4548,23 +4604,20 @@ dependencies = [ "futures-sink", "futures-util", "keyed_priority_queue", - "lazy_static", "lru", - "mio 0.8.11", "mysql_common", - "once_cell", "pem 3.0.4", "percent-encoding", "pin-project", "rand 0.8.5", - "rustls 0.22.4", + "rustls 0.23.12", "rustls-pemfile 2.1.3", "serde", "serde_json", "socket2 0.5.7", "thiserror", "tokio", - "tokio-rustls 0.25.0", + "tokio-rustls 0.26.0", "tokio-util", "twox-hash", "url", @@ -4834,7 +4887,7 @@ checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" [[package]] name = "opendal" -version = "0.49.0" +version = "0.49.1" dependencies = [ "anyhow", "async-backtrace", @@ -4985,9 +5038,9 @@ dependencies = [ [[package]] name = "openssh" -version = "0.10.4" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "432f4a7e4d194272876710557e6b712fc304e7b4711e2063655df1e446b4b8e3" +checksum = "330f4b61092456dc0aaa0cf9a205d956cae07d8127a69ffeff6760a72549c77f" dependencies = [ "libc", "once_cell", @@ -5099,7 +5152,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -5339,7 +5392,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset", - "indexmap 2.3.0", + "indexmap 2.4.0", ] [[package]] @@ -5402,7 +5455,7 @@ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -5419,9 +5472,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "piper" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391" +checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" dependencies = [ "atomic-waker", "fastrand 2.1.0", @@ -5528,9 +5581,9 @@ dependencies = [ [[package]] name = "polling" -version = "3.7.2" +version = "3.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b" +checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511" dependencies = [ "cfg-if", "concurrent-queue", @@ -5538,7 +5591,7 @@ dependencies = [ "pin-project-lite", "rustix 0.38.34", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -5614,7 +5667,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e" dependencies = [ "proc-macro2", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -5725,7 +5778,7 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -5765,7 +5818,7 @@ dependencies = [ "prost 0.13.1", "prost-types 0.13.1", "regex", - "syn 2.0.72", + "syn 2.0.74", "tempfile", ] @@ -5779,7 +5832,7 @@ dependencies = [ "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -5792,7 +5845,7 @@ dependencies = [ "itertools 0.13.0", "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -6202,7 +6255,7 @@ checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -6432,7 +6485,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -6724,26 +6777,13 @@ dependencies = [ "sct", ] -[[package]] -name = "rustls" -version = "0.22.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" -dependencies = [ - "log", - "ring 0.17.8", - "rustls-pki-types", - "rustls-webpki 0.102.6", - "subtle", - "zeroize", -] - [[package]] name = "rustls" version = "0.23.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044" dependencies = [ + "aws-lc-rs", "log", "once_cell", "ring 0.17.8", @@ -6819,6 +6859,7 @@ version = "0.102.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e" dependencies = [ + "aws-lc-rs", "ring 0.17.8", "rustls-pki-types", "untrusted 0.9.0", @@ -6993,9 +7034,9 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" [[package]] name = "serde" -version = "1.0.205" +version = "1.0.207" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e33aedb1a7135da52b7c21791455563facbbcc43d0f0f66165b42c21b3dfb150" +checksum = "5665e14a49a4ea1b91029ba7d3bca9f299e1f7cfa194388ccc20f14743e784f2" dependencies = [ "serde_derive", ] @@ -7011,13 +7052,13 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.205" +version = "1.0.207" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "692d6f5ac90220161d6774db30c662202721e64aed9058d2c394f451261420c1" +checksum = "6aea2634c86b0e8ef2cfdc0c340baede54ec27b1e46febd7f80dffb2aa44a00e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -7033,11 +7074,11 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.122" +version = "1.0.125" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" +checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed" dependencies = [ - "indexmap 2.3.0", + "indexmap 2.4.0", "itoa", "memchr", "ryu", @@ -7076,7 +7117,7 @@ dependencies = [ "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.3.0", + "indexmap 2.4.0", "serde", "serde_derive", "serde_json", @@ -7105,7 +7146,7 @@ dependencies = [ "darling 0.20.10", "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -7332,9 +7373,9 @@ dependencies = [ [[package]] name = "spade" -version = "2.11.0" +version = "2.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "766195f983f4098dc3bf37fb66bd609f6e6258c4b8db684d05252b2c694cdbcd" +checksum = "9bd14cf9e23b5241e1b1289ed3b9afc7746c95ead8df52d9254f5ed2d40c561b" dependencies = [ "hashbrown 0.14.5", "num-traits", @@ -7515,7 +7556,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -7566,7 +7607,7 @@ dependencies = [ "futures", "futures-concurrency", "geo 0.27.0", - "indexmap 2.3.0", + "indexmap 2.4.0", "once_cell", "path-clean", "pharos", @@ -7702,9 +7743,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.72" +version = "2.0.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af" +checksum = "1fceb41e3d546d0bd83421d3409b1460cc7444cd389341a4c880fe7a042cb3d7" dependencies = [ "proc-macro2", "quote", @@ -7720,7 +7761,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -7830,7 +7871,7 @@ checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -7953,7 +7994,7 @@ dependencies = [ "backtrace", "bytes", "libc", - "mio 1.0.1", + "mio 1.0.2", "parking_lot 0.12.3", "pin-project-lite", "signal-hook-registry", @@ -7990,7 +8031,7 @@ checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -8060,17 +8101,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "tokio-rustls" -version = "0.25.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" -dependencies = [ - "rustls 0.22.4", - "rustls-pki-types", - "tokio", -] - [[package]] name = "tokio-rustls" version = "0.26.0" @@ -8134,7 +8164,7 @@ version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" dependencies = [ - "indexmap 2.3.0", + "indexmap 2.4.0", "toml_datetime", "winnow", ] @@ -8211,7 +8241,7 @@ dependencies = [ "proc-macro2", "prost-build", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -8236,15 +8266,15 @@ dependencies = [ [[package]] name = "tower-layer" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" +checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" [[package]] name = "tower-service" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" +checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" @@ -8265,7 +8295,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -8684,34 +8714,35 @@ dependencies = [ [[package]] name = "wasm-bindgen" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" +checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" dependencies = [ "cfg-if", + "once_cell", "wasm-bindgen-macro", ] [[package]] name = "wasm-bindgen-backend" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" +checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" dependencies = [ "bumpalo", "log", "once_cell", "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.42" +version = "0.4.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" +checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed" dependencies = [ "cfg-if", "js-sys", @@ -8721,9 +8752,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" +checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -8731,31 +8762,32 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" +checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" +checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" [[package]] name = "wasm-bindgen-test" -version = "0.3.42" +version = "0.3.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9bf62a58e0780af3e852044583deee40983e5886da43a271dd772379987667b" +checksum = "68497a05fb21143a08a7d24fc81763384a3072ee43c44e86aad1744d6adef9d9" dependencies = [ "console_error_panic_hook", "js-sys", + "minicov", "scoped-tls", "wasm-bindgen", "wasm-bindgen-futures", @@ -8764,13 +8796,13 @@ dependencies = [ [[package]] name = "wasm-bindgen-test-macro" -version = "0.3.42" +version = "0.3.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7f89739351a2e03cb94beb799d47fb2cac01759b40ec441f7de39b00cbf7ef0" +checksum = "4b8220be1fa9e4c889b30fd207d4906657e7e90b12e0e6b0c8b8d8709f5de021" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -8807,9 +8839,9 @@ checksum = "323f4da9523e9a669e1eaf9c6e763892769b1d38c623913647bfdc1532fe4549" [[package]] name = "web-sys" -version = "0.3.69" +version = "0.3.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" +checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" dependencies = [ "js-sys", "wasm-bindgen", @@ -8968,7 +9000,7 @@ checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -8979,7 +9011,7 @@ checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -9248,7 +9280,7 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.72", + "syn 2.0.74", ] [[package]] @@ -9256,6 +9288,20 @@ name = "zeroize" version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" +dependencies = [ + "zeroize_derive", +] + +[[package]] +name = "zeroize_derive" +version = "1.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.74", +] [[package]] name = "zigzag" diff --git a/core/Cargo.toml b/core/Cargo.toml index f0473b871116..79cb8e3c2e23 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.49.0" +version = "0.49.1" [package.metadata.docs.rs] all-features = true diff --git a/core/DEPENDENCIES.rust.tsv b/core/DEPENDENCIES.rust.tsv index 97fa63d99cf4..b3a8c2b76c70 100644 --- a/core/DEPENDENCIES.rust.tsv +++ b/core/DEPENDENCIES.rust.tsv @@ -13,14 +13,14 @@ block-buffer@0.10.4 X X bumpalo@3.16.0 X X byteorder@1.5.0 X X bytes@1.7.1 X -cc@1.1.8 X X +cc@1.1.11 X X cfg-if@1.0.0 X X chrono@0.4.38 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.6 X X -cpufeatures@0.2.12 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.13 X X crc32c@0.6.8 X X crunchy@0.2.2 X crypto-common@0.1.6 X X @@ -59,18 +59,18 @@ iana-time-zone-haiku@0.1.2 X X idna@0.5.0 X X ipnet@2.9.0 X X itoa@1.0.11 X X -js-sys@0.3.69 X X +js-sys@0.3.70 X X libc@0.2.155 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.7.4 X X X -mio@1.0.1 X +mio@1.0.2 X num-traits@0.2.19 X X object@0.36.3 X X once_cell@1.19.0 X X -opendal@0.49.0 X +opendal@0.49.1 X ordered-multimap@0.7.3 X percent-encoding@2.3.1 X X pin-project@1.1.5 X X @@ -97,18 +97,19 @@ rustls-pki-types@1.8.0 X X rustls-webpki@0.102.6 X ryu@1.0.18 X X semver@1.0.23 X X -serde@1.0.205 X X -serde_derive@1.0.205 X X -serde_json@1.0.122 X X +serde@1.0.207 X X +serde_derive@1.0.207 X X +serde_json@1.0.125 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.7 X X spin@0.9.8 X subtle@2.6.1 X -syn@2.0.72 X X +syn@2.0.74 X X sync_wrapper@1.0.1 X tiny-keccak@2.0.2 X tinyvec@1.8.0 X X X @@ -118,8 +119,8 @@ tokio-macros@2.4.0 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X -tower-layer@0.3.2 X -tower-service@0.3.2 X +tower-layer@0.3.3 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 @@ -135,14 +136,14 @@ valuable@0.1.0 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.92 X X -wasm-bindgen-backend@0.2.92 X X -wasm-bindgen-futures@0.4.42 X X -wasm-bindgen-macro@0.2.92 X X -wasm-bindgen-macro-support@0.2.92 X X -wasm-bindgen-shared@0.2.92 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.69 X X +web-sys@0.3.70 X X webpki-roots@0.26.3 X windows-core@0.52.0 X X windows-sys@0.48.0 X X diff --git a/integrations/cloudfilter/DEPENDENCIES.rust.tsv b/integrations/cloudfilter/DEPENDENCIES.rust.tsv index 4467969541aa..453c9a2e4d3d 100644 --- a/integrations/cloudfilter/DEPENDENCIES.rust.tsv +++ b/integrations/cloudfilter/DEPENDENCIES.rust.tsv @@ -1,155 +1,190 @@ -crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-3-Clause BSL-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 -android-tzdata@0.1.1 X X -android_system_properties@0.1.5 X X -anyhow@1.0.86 X X -async-trait@0.1.81 X X -autocfg@1.3.0 X X -backon@0.4.4 X -backtrace@0.3.73 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 -bytes@1.7.1 X -cc@1.1.8 X X -cfg-if@1.0.0 X X -chrono@0.4.38 X X -cloud-filter@0.0.3 X -cloudfilter_opendal@0.0.0 X -core-foundation-sys@0.8.6 X X -crypto-common@0.1.6 X X -deranged@0.3.11 X X -digest@0.10.7 X X -fastrand@2.1.0 X X -flagset@0.4.6 X -fnv@1.0.7 X X -form_urlencoded@1.2.1 X X -futures@0.3.30 X X -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 -hermit-abi@0.3.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.2 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 -ipnet@2.9.0 X X -itoa@1.0.11 X X -js-sys@0.3.69 X X -libc@0.2.155 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.1 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.3 X X -once_cell@1.19.0 X X -opendal@0.49.0 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 -powerfmt@0.2.0 X X -proc-macro2@1.0.86 X X -quick-xml@0.36.1 X -quote@1.0.36 X X -reqwest@0.12.5 X X -ring@0.17.8 X -rustc-demangle@0.1.24 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.6 X -ryu@1.0.18 X X -serde@1.0.205 X X -serde_derive@1.0.205 X X -serde_json@1.0.122 X X -serde_urlencoded@0.7.1 X X -signal-hook-registry@1.4.2 X X -slab@0.4.9 X -smallvec@1.13.2 X X -socket2@0.5.7 X X -spin@0.9.8 X -subtle@2.6.1 X -syn@2.0.72 X X -sync_wrapper@1.0.1 X -time@0.3.36 X X -time-core@0.1.2 X X -time-macros@0.2.18 X X -tinyvec@1.8.0 X X X -tinyvec_macros@0.1.1 X X X -tokio@1.39.2 X -tokio-macros@2.4.0 X -tokio-rustls@0.26.0 X X -tokio-util@0.7.11 X -tower@0.4.13 X -tower-layer@0.3.2 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.15 X X -unicode-ident@1.0.12 X X X -unicode-normalization@0.1.23 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.92 X X -wasm-bindgen-backend@0.2.92 X X -wasm-bindgen-futures@0.4.42 X X -wasm-bindgen-macro@0.2.92 X X -wasm-bindgen-macro-support@0.2.92 X X -wasm-bindgen-shared@0.2.92 X X -wasm-streams@0.4.0 X X -web-sys@0.3.69 X X -webpki-roots@0.26.3 X -widestring@1.1.0 X X -windows@0.52.0 X X -windows-core@0.52.0 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.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 -winreg@0.52.0 X -zeroize@1.8.1 X 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 +android-tzdata@0.1.1 X X +android_system_properties@0.1.5 X X +anyhow@1.0.86 X X +async-trait@0.1.81 X X +autocfg@1.3.0 X X +backon@0.4.4 X +backtrace@0.3.73 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.7.1 X +cc@1.1.11 X X +cfg-if@1.0.0 X X +chrono@0.4.38 X X +cloud-filter@0.0.5 X +cloudfilter_opendal@0.0.0 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.13 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 +dlv-list@0.5.2 X X +dotenvy@0.15.7 X +fastrand@2.1.0 X X +flagset@0.4.6 X +fnv@1.0.7 X X +form_urlencoded@1.2.1 X X +futures@0.3.30 X X +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 +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.4 X X +hyper@1.4.1 X +hyper-rustls@0.27.2 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 +ipnet@2.9.0 X X +itoa@1.0.11 X X +js-sys@0.3.70 X X +libc@0.2.155 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 +nt-time@0.8.1 X X +num-conv@0.1.0 X X +num-traits@0.2.19 X X +object@0.36.3 X X +once_cell@1.19.0 X X +opendal@0.49.1 X +ordered-multimap@0.7.3 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 +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.1 X +quote@1.0.36 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.0 X +reqwest@0.12.5 X X +ring@0.17.8 X +rust-ini@0.21.1 X +rustc-demangle@0.1.24 X X +rustc_version@0.4.0 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.6 X +ryu@1.0.18 X X +semver@1.0.23 X X +serde@1.0.207 X X +serde_derive@1.0.207 X X +serde_json@1.0.125 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.7 X X +spin@0.9.8 X +subtle@2.6.1 X +syn@2.0.74 X X +sync_wrapper@1.0.1 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.39.2 X +tokio-macros@2.4.0 X +tokio-rustls@0.26.0 X X +tokio-util@0.7.11 X +tower@0.4.13 X +tower-layer@0.3.3 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.15 X X +unicode-ident@1.0.12 X X X +unicode-normalization@0.1.23 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.0 X X +web-sys@0.3.70 X X +webpki-roots@0.26.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-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-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 +winreg@0.52.0 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/integrations/dav-server/Cargo.toml b/integrations/dav-server/Cargo.toml index eb3f3898d62e..52a6d5983034 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.0.7" +version = "0.0.8" authors = ["Apache OpenDAL "] edition = "2021" diff --git a/integrations/dav-server/DEPENDENCIES.rust.tsv b/integrations/dav-server/DEPENDENCIES.rust.tsv index e1266268091d..6214915d20f7 100644 --- a/integrations/dav-server/DEPENDENCIES.rust.tsv +++ b/integrations/dav-server/DEPENDENCIES.rust.tsv @@ -17,14 +17,14 @@ bitflags@2.6.0 X X block-buffer@0.10.4 X X bumpalo@3.16.0 X X bytes@1.7.1 X -cc@1.1.8 X X +cc@1.1.11 X X cfg-if@1.0.0 X X chrono@0.4.38 X X -core-foundation-sys@0.8.6 X X -cpufeatures@0.2.12 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.13 X X crypto-common@0.1.6 X X dav-server@0.7.0 X -dav-server-opendalfs@0.0.7 X +dav-server-opendalfs@0.0.8 X deranged@0.3.11 X X digest@0.10.7 X X fastrand@2.1.0 X X @@ -61,7 +61,7 @@ iana-time-zone-haiku@0.1.2 X X idna@0.5.0 X X ipnet@2.9.0 X X itoa@1.0.11 X X -js-sys@0.3.69 X X +js-sys@0.3.70 X X lazy_static@1.5.0 X X libc@0.2.155 X X lock_api@0.4.12 X X @@ -72,12 +72,12 @@ memchr@2.7.4 X X mime@0.3.17 X X mime_guess@2.0.5 X miniz_oxide@0.7.4 X X X -mio@1.0.1 X +mio@1.0.2 X num-conv@0.1.0 X X num-traits@0.2.19 X X object@0.36.3 X X once_cell@1.19.0 X X -opendal@0.49.0 X +opendal@0.49.1 X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X percent-encoding@2.3.1 X X @@ -102,17 +102,18 @@ rustls-pki-types@1.8.0 X X rustls-webpki@0.102.6 X ryu@1.0.18 X X scopeguard@1.2.0 X X -serde@1.0.205 X X -serde_derive@1.0.205 X X -serde_json@1.0.122 X X +serde@1.0.207 X X +serde_derive@1.0.207 X X +serde_json@1.0.125 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X +shlex@1.3.0 X X slab@0.4.9 X smallvec@1.13.2 X X socket2@0.5.7 X X spin@0.9.8 X subtle@2.6.1 X -syn@2.0.72 X X +syn@2.0.74 X X sync_wrapper@1.0.1 X time@0.3.36 X X time-core@0.1.2 X X @@ -124,8 +125,8 @@ tokio-macros@2.4.0 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X -tower-layer@0.3.2 X -tower-service@0.3.2 X +tower-layer@0.3.3 X +tower-service@0.3.3 X tracing@0.1.40 X tracing-core@0.1.32 X try-lock@0.2.5 X @@ -140,14 +141,14 @@ 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.92 X X -wasm-bindgen-backend@0.2.92 X X -wasm-bindgen-futures@0.4.42 X X -wasm-bindgen-macro@0.2.92 X X -wasm-bindgen-macro-support@0.2.92 X X -wasm-bindgen-shared@0.2.92 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.69 X X +web-sys@0.3.70 X X webpki-roots@0.26.3 X windows-core@0.52.0 X X windows-sys@0.48.0 X X diff --git a/integrations/fuse3/Cargo.toml b/integrations/fuse3/Cargo.toml index 6ab144e7bf5b..4f494ee59545 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.4" +version = "0.0.5" [dependencies] bytes = "1.6.0" diff --git a/integrations/fuse3/DEPENDENCIES.rust.tsv b/integrations/fuse3/DEPENDENCIES.rust.tsv index 033723b35ab5..0370116bff36 100644 --- a/integrations/fuse3/DEPENDENCIES.rust.tsv +++ b/integrations/fuse3/DEPENDENCIES.rust.tsv @@ -15,12 +15,12 @@ bitflags@2.6.0 X X block-buffer@0.10.4 X X bumpalo@3.16.0 X X bytes@1.7.1 X -cc@1.1.8 X X +cc@1.1.11 X X cfg-if@1.0.0 X X cfg_aliases@0.1.1 X chrono@0.4.38 X X concurrent-queue@2.5.0 X X -core-foundation-sys@0.8.6 X X +core-foundation-sys@0.8.7 X X crossbeam-utils@0.8.20 X X crypto-common@0.1.6 X X cstr@0.2.12 X @@ -33,7 +33,7 @@ flagset@0.4.6 X fnv@1.0.7 X X form_urlencoded@1.2.1 X X fuse3@0.7.2 X -fuse3_opendal@0.0.4 X +fuse3_opendal@0.0.5 X futures@0.3.30 X X futures-channel@0.3.30 X X futures-core@0.3.30 X X @@ -59,7 +59,7 @@ iana-time-zone-haiku@0.1.2 X X idna@0.5.0 X X ipnet@2.9.0 X X itoa@1.0.11 X X -js-sys@0.3.69 X X +js-sys@0.3.70 X X lazy_static@1.5.0 X X libc@0.2.155 X X linux-raw-sys@0.4.14 X X X @@ -69,12 +69,12 @@ 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.1 X +mio@1.0.2 X nix@0.28.0 X num-traits@0.2.19 X X object@0.36.3 X X once_cell@1.19.0 X X -opendal@0.49.0 X +opendal@0.49.1 X parking@2.2.0 X X percent-encoding@2.3.1 X X pin-project@1.1.5 X X @@ -93,18 +93,19 @@ rustls-pemfile@2.1.3 X X X rustls-pki-types@1.8.0 X X rustls-webpki@0.102.6 X ryu@1.0.18 X X -serde@1.0.205 X X -serde_derive@1.0.205 X X -serde_json@1.0.122 X X +serde@1.0.207 X X +serde_derive@1.0.207 X X +serde_json@1.0.125 X X serde_urlencoded@0.7.1 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.7 X X spin@0.9.8 X subtle@2.6.1 X -syn@2.0.72 X X +syn@2.0.74 X X sync_wrapper@1.0.1 X tinyvec@1.8.0 X X X tinyvec_macros@0.1.1 X X X @@ -113,8 +114,8 @@ tokio-macros@2.4.0 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X -tower-layer@0.3.2 X -tower-service@0.3.2 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 @@ -130,14 +131,14 @@ 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.92 X X -wasm-bindgen-backend@0.2.92 X X -wasm-bindgen-futures@0.4.42 X X -wasm-bindgen-macro@0.2.92 X X -wasm-bindgen-macro-support@0.2.92 X X -wasm-bindgen-shared@0.2.92 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.69 X X +web-sys@0.3.70 X X webpki-roots@0.26.3 X which@6.0.2 X windows-core@0.52.0 X X diff --git a/integrations/object_store/Cargo.toml b/integrations/object_store/Cargo.toml index 2af862008373..e0e5bab5c0f6 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.46.0" +version = "0.46.1" [features] send_wrapper = ["dep:send_wrapper"] diff --git a/integrations/object_store/DEPENDENCIES.rust.tsv b/integrations/object_store/DEPENDENCIES.rust.tsv index eafbd424c3b8..96c3efbe3d2f 100644 --- a/integrations/object_store/DEPENDENCIES.rust.tsv +++ b/integrations/object_store/DEPENDENCIES.rust.tsv @@ -14,12 +14,12 @@ block-buffer@0.10.4 X X bumpalo@3.16.0 X X byteorder@1.5.0 X X bytes@1.7.1 X -cc@1.1.8 X X +cc@1.1.11 X X cfg-if@1.0.0 X X chrono@0.4.38 X X const-oid@0.9.6 X X -core-foundation-sys@0.8.6 X X -cpufeatures@0.2.12 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.13 X X crc32c@0.6.8 X X crypto-common@0.1.6 X X digest@0.10.7 X X @@ -60,7 +60,7 @@ idna@0.5.0 X X ipnet@2.9.0 X X itertools@0.13.0 X X itoa@1.0.11 X X -js-sys@0.3.69 X X +js-sys@0.3.70 X X libc@0.2.155 X X lock_api@0.4.12 X X log@0.4.22 X X @@ -68,13 +68,13 @@ md-5@0.10.6 X X memchr@2.7.4 X X mime@0.3.17 X X miniz_oxide@0.7.4 X X X -mio@1.0.1 X +mio@1.0.2 X num-traits@0.2.19 X X object@0.36.3 X X object_store@0.10.2 X X -object_store_opendal@0.46.0 X +object_store_opendal@0.46.1 X once_cell@1.19.0 X X -opendal@0.49.0 X +opendal@0.49.1 X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X percent-encoding@2.3.1 X X @@ -103,12 +103,13 @@ ryu@1.0.18 X X same-file@1.0.6 X X scopeguard@1.2.0 X X semver@1.0.23 X X -serde@1.0.205 X X -serde_derive@1.0.205 X X -serde_json@1.0.122 X X +serde@1.0.207 X X +serde_derive@1.0.207 X X +serde_json@1.0.125 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.7.5 X X @@ -117,7 +118,7 @@ socket2@0.5.7 X X spin@0.9.8 X subtle@2.6.1 X syn@1.0.109 X X -syn@2.0.72 X X +syn@2.0.74 X X sync_wrapper@1.0.1 X tinyvec@1.8.0 X X X tinyvec_macros@0.1.1 X X X @@ -126,8 +127,8 @@ tokio-macros@2.4.0 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X -tower-layer@0.3.2 X -tower-service@0.3.2 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 @@ -143,14 +144,14 @@ 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.92 X X -wasm-bindgen-backend@0.2.92 X X -wasm-bindgen-futures@0.4.42 X X -wasm-bindgen-macro@0.2.92 X X -wasm-bindgen-macro-support@0.2.92 X X -wasm-bindgen-shared@0.2.92 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.69 X X +web-sys@0.3.70 X X webpki-roots@0.26.3 X winapi-util@0.1.9 X X windows-core@0.52.0 X X diff --git a/integrations/parquet/Cargo.toml b/integrations/parquet/Cargo.toml index 809079cd5c5a..69f02458a791 100644 --- a/integrations/parquet/Cargo.toml +++ b/integrations/parquet/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.1.0" +version = "0.1.1" [dependencies] async-trait = "0.1" diff --git a/integrations/parquet/DEPENDENCIES.rust.tsv b/integrations/parquet/DEPENDENCIES.rust.tsv index b58ac0884c79..22e615ebac49 100644 --- a/integrations/parquet/DEPENDENCIES.rust.tsv +++ b/integrations/parquet/DEPENDENCIES.rust.tsv @@ -23,14 +23,14 @@ block-buffer@0.10.4 X X bumpalo@3.16.0 X X byteorder@1.5.0 X X bytes@1.7.1 X -cc@1.1.8 X X +cc@1.1.11 X X cfg-if@1.0.0 X X chrono@0.4.38 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.6 X X -cpufeatures@0.2.12 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.13 X X crc32c@0.6.8 X X crunchy@0.2.2 X crypto-common@0.1.6 X X @@ -71,7 +71,7 @@ idna@0.5.0 X X integer-encoding@3.0.4 X ipnet@2.9.0 X X itoa@1.0.11 X X -js-sys@0.3.69 X X +js-sys@0.3.70 X X lexical-core@0.8.5 X X lexical-parse-float@0.8.5 X X lexical-parse-integer@0.8.6 X X @@ -85,7 +85,7 @@ md-5@0.10.6 X X memchr@2.7.4 X X mime@0.3.17 X X miniz_oxide@0.7.4 X X X -mio@1.0.1 X +mio@1.0.2 X num@0.4.3 X X num-bigint@0.4.6 X X num-complex@0.4.6 X X @@ -95,10 +95,10 @@ num-rational@0.4.2 X X num-traits@0.2.19 X X object@0.36.3 X X once_cell@1.19.0 X X -opendal@0.49.0 X +opendal@0.49.1 X ordered-float@2.10.1 X parquet@52.2.0 X -parquet_opendal@0.1.0 X +parquet_opendal@0.1.1 X paste@1.0.15 X X percent-encoding@2.3.1 X X pin-project@1.1.5 X X @@ -124,19 +124,20 @@ rustls-webpki@0.102.6 X ryu@1.0.18 X X semver@1.0.23 X X seq-macro@0.3.5 X X -serde@1.0.205 X X -serde_derive@1.0.205 X X -serde_json@1.0.122 X X +serde@1.0.207 X X +serde_derive@1.0.207 X X +serde_json@1.0.125 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.7 X X spin@0.9.8 X static_assertions@1.1.0 X X subtle@2.6.1 X -syn@2.0.72 X X +syn@2.0.74 X X sync_wrapper@1.0.1 X thrift@0.17.0 X tiny-keccak@2.0.2 X @@ -147,8 +148,8 @@ tokio-macros@2.4.0 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X -tower-layer@0.3.2 X -tower-service@0.3.2 X +tower-layer@0.3.3 X +tower-service@0.3.3 X tracing@0.1.40 X tracing-core@0.1.32 X try-lock@0.2.5 X @@ -163,14 +164,14 @@ 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.92 X X -wasm-bindgen-backend@0.2.92 X X -wasm-bindgen-futures@0.4.42 X X -wasm-bindgen-macro@0.2.92 X X -wasm-bindgen-macro-support@0.2.92 X X -wasm-bindgen-shared@0.2.92 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.69 X X +web-sys@0.3.70 X X webpki-roots@0.26.3 X windows-core@0.52.0 X X windows-sys@0.48.0 X X diff --git a/integrations/unftp-sbe/Cargo.toml b/integrations/unftp-sbe/Cargo.toml index 04bd2a011934..981fa3537e2c 100644 --- a/integrations/unftp-sbe/Cargo.toml +++ b/integrations/unftp-sbe/Cargo.toml @@ -24,7 +24,7 @@ license = "Apache-2.0" name = "unftp-sbe-opendal" repository = "https://github.com/apache/opendal" rust-version = "1.75" -version = "0.0.4" +version = "0.0.5" [dependencies] async-trait = "0.1.80" diff --git a/integrations/unftp-sbe/DEPENDENCIES.rust.tsv b/integrations/unftp-sbe/DEPENDENCIES.rust.tsv index f9f2253409e8..aac3afff17fb 100644 --- a/integrations/unftp-sbe/DEPENDENCIES.rust.tsv +++ b/integrations/unftp-sbe/DEPENDENCIES.rust.tsv @@ -21,7 +21,7 @@ block-buffer@0.10.4 X X bumpalo@3.16.0 X X byteorder@1.5.0 X X bytes@1.7.1 X -cc@1.1.8 X X +cc@1.1.11 X X cexpr@0.6.0 X X cfg-if@1.0.0 X X cfg_aliases@0.2.1 X @@ -30,8 +30,8 @@ clang-sys@1.8.1 X cmake@0.1.50 X X const-oid@0.9.6 X X convert_case@0.4.0 X -core-foundation-sys@0.8.6 X X -cpufeatures@0.2.12 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.13 X X crc32c@0.6.8 X X crossbeam-channel@0.5.13 X X crossbeam-epoch@0.9.18 X X @@ -84,7 +84,7 @@ ipnet@2.9.0 X X itertools@0.12.1 X X itoa@1.0.11 X X jobserver@0.1.32 X X -js-sys@0.3.69 X X +js-sys@0.3.70 X X lazy_static@1.5.0 X X lazycell@1.3.0 X X libc@0.2.155 X X @@ -98,7 +98,7 @@ memchr@2.7.4 X X mime@0.3.17 X X minimal-lexical@0.2.1 X X miniz_oxide@0.7.4 X X X -mio@1.0.1 X +mio@1.0.2 X mirai-annotations@1.12.0 X moka@0.12.8 X X nix@0.29.0 X @@ -110,7 +110,7 @@ num-traits@0.2.19 X X object@0.36.3 X X oid-registry@0.7.0 X X once_cell@1.19.0 X X -opendal@0.49.0 X +opendal@0.49.1 X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X paste@1.0.15 X X @@ -149,9 +149,9 @@ rustls-webpki@0.102.6 X ryu@1.0.18 X X scopeguard@1.2.0 X X semver@1.0.23 X X -serde@1.0.205 X X -serde_derive@1.0.205 X X -serde_json@1.0.122 X X +serde@1.0.207 X X +serde_derive@1.0.207 X X +serde_json@1.0.125 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X sha2@0.10.8 X X @@ -168,7 +168,7 @@ socket2@0.5.7 X X spin@0.9.8 X subtle@2.6.1 X syn@1.0.109 X X -syn@2.0.72 X X +syn@2.0.74 X X sync_wrapper@1.0.1 X synstructure@0.13.1 X tagptr@0.2.0 X X @@ -184,15 +184,15 @@ tokio-macros@2.4.0 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X -tower-layer@0.3.2 X -tower-service@0.3.2 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 triomphe@0.1.11 X X try-lock@0.2.5 X typenum@1.17.0 X X -unftp-sbe-opendal@0.0.4 X +unftp-sbe-opendal@0.0.5 X unicode-bidi@0.3.15 X X unicode-ident@1.0.12 X X X unicode-normalization@0.1.23 X X @@ -202,14 +202,14 @@ 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.92 X X -wasm-bindgen-backend@0.2.92 X X -wasm-bindgen-futures@0.4.42 X X -wasm-bindgen-macro@0.2.92 X X -wasm-bindgen-macro-support@0.2.92 X X -wasm-bindgen-shared@0.2.92 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.69 X X +web-sys@0.3.70 X X webpki-roots@0.26.3 X which@4.4.2 X windows-core@0.52.0 X X diff --git a/integrations/virtiofs/DEPENDENCIES.rust.tsv b/integrations/virtiofs/DEPENDENCIES.rust.tsv index 8420f0f114aa..367e45c7a096 100644 --- a/integrations/virtiofs/DEPENDENCIES.rust.tsv +++ b/integrations/virtiofs/DEPENDENCIES.rust.tsv @@ -15,10 +15,10 @@ bitflags@2.6.0 X X block-buffer@0.10.4 X X bumpalo@3.16.0 X X bytes@1.7.1 X -cc@1.1.8 X X +cc@1.1.11 X X cfg-if@1.0.0 X X chrono@0.4.38 X X -core-foundation-sys@0.8.6 X X +core-foundation-sys@0.8.7 X X crypto-common@0.1.6 X X digest@0.10.7 X X fastrand@2.1.0 X X @@ -50,7 +50,7 @@ iana-time-zone-haiku@0.1.2 X X idna@0.5.0 X X ipnet@2.9.0 X X itoa@1.0.11 X X -js-sys@0.3.69 X X +js-sys@0.3.70 X X lazy_static@1.5.0 X X libc@0.2.155 X X log@0.4.22 X X @@ -58,11 +58,11 @@ md-5@0.10.6 X X memchr@2.7.4 X X mime@0.3.17 X X miniz_oxide@0.7.4 X X X -mio@1.0.1 X +mio@1.0.2 X num-traits@0.2.19 X X object@0.36.3 X X once_cell@1.19.0 X X -opendal@0.49.0 X +opendal@0.49.1 X percent-encoding@2.3.1 X X pin-project@1.1.5 X X pin-project-internal@1.1.5 X X @@ -79,11 +79,12 @@ rustls-pemfile@2.1.3 X X X rustls-pki-types@1.8.0 X X rustls-webpki@0.102.6 X ryu@1.0.18 X X -serde@1.0.205 X X -serde_derive@1.0.205 X X -serde_json@1.0.122 X X +serde@1.0.207 X X +serde_derive@1.0.207 X X +serde_json@1.0.125 X X serde_urlencoded@0.7.1 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 snafu@0.8.4 X X @@ -91,7 +92,7 @@ snafu-derive@0.8.4 X X socket2@0.5.7 X X spin@0.9.8 X subtle@2.6.1 X -syn@2.0.72 X X +syn@2.0.74 X X sync_wrapper@1.0.1 X thiserror@1.0.63 X X thiserror-impl@1.0.63 X X @@ -101,8 +102,8 @@ tokio@1.39.2 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X -tower-layer@0.3.2 X -tower-service@0.3.2 X +tower-layer@0.3.3 X +tower-service@0.3.3 X tracing@0.1.40 X tracing-core@0.1.32 X try-lock@0.2.5 X @@ -123,14 +124,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.92 X X -wasm-bindgen-backend@0.2.92 X X -wasm-bindgen-futures@0.4.42 X X -wasm-bindgen-macro@0.2.92 X X -wasm-bindgen-macro-support@0.2.92 X X -wasm-bindgen-shared@0.2.92 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.69 X X +web-sys@0.3.70 X X webpki-roots@0.26.3 X winapi@0.3.9 X X winapi-i686-pc-windows-gnu@0.4.0 X X