diff --git a/CHANGELOG.md b/CHANGELOG.md index ed36cd4059e..1447eb23ab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,56 @@ and this project adheres to [Semantic Versioning](https://semver.org/). +## [v0.48.0] - 2024-07-26 + +### Added +* feat(services/fs): Support fs config by @meteorgan in https://github.com/apache/opendal/pull/4853 +* feat(services): init monoiofs by @NKID00 in https://github.com/apache/opendal/pull/4855 +* feat(core/types): avoid a copy in `Buffer::to_bytes()` by cloning contiguous bytes by @LDeakin in https://github.com/apache/opendal/pull/4858 +* feat(core): Add object versioning for OSS by @Lzzzzzt in https://github.com/apache/opendal/pull/4870 +* feat: fs add concurrent write by @hoslo in https://github.com/apache/opendal/pull/4817 +* feat(services/s3): Add object versioning for S3 by @Lzzzzzt in https://github.com/apache/opendal/pull/4873 +* feat(integrations/cloudfilter): read only cloud filter by @ho-229 in https://github.com/apache/opendal/pull/4856 +* feat(bindings/go): Add full native support from C to Go. by @yuchanns in https://github.com/apache/opendal/pull/4886 +* feat(bindings/go): add benchmark. by @yuchanns in https://github.com/apache/opendal/pull/4893 +* feat(core): support user defined metadata for oss by @meteorgan in https://github.com/apache/opendal/pull/4881 +* feat(service/fastrace): rename minitrace to fastrace by @andylokandy in https://github.com/apache/opendal/pull/4906 +* feat(prometheus-client): add metric label about `root` on using PrometheusClientLayer by @flaneur2020 in https://github.com/apache/opendal/pull/4907 +* feat(services/monoiofs): monoio wrapper by @NKID00 in https://github.com/apache/opendal/pull/4885 +* feat(layers/mime-guess): add a layer that can automatically set `Content-Type` based on the extension in the path. by @czy-29 in https://github.com/apache/opendal/pull/4912 +* feat(core)!: Make config data object by @tisonkun in https://github.com/apache/opendal/pull/4915 +* feat(core)!: from_map is now fallible by @tisonkun in https://github.com/apache/opendal/pull/4917 +* ci(bindings/go): always test against the latest core by @yuchanns in https://github.com/apache/opendal/pull/4913 +* feat(!): Allow users to build operator from config by @Xuanwo in https://github.com/apache/opendal/pull/4919 +* feat: Add from_iter and via_iter for operator by @Xuanwo in https://github.com/apache/opendal/pull/4921 +### Changed +* refactor(services/s3)!: renamed security_token to session_token by @Zyyeric in https://github.com/apache/opendal/pull/4875 +* refactor(core)!: Make oio::Write always write all given buffer by @Xuanwo in https://github.com/apache/opendal/pull/4880 +* refactor(core)!: Return `Arc` for metadata by @Lzzzzzt in https://github.com/apache/opendal/pull/4883 +* refactor(core!): Make service builder takes ownership by @Xuanwo in https://github.com/apache/opendal/pull/4922 +* refactor(integrations/cloudfilter): implement Filter instead of SyncFilter by @ho-229 in https://github.com/apache/opendal/pull/4920 +### Fixed +* fix(services/s3): NoSuchBucket is a ConfigInvalid for OpenDAL by @tisonkun in https://github.com/apache/opendal/pull/4895 +* fix: oss will not use the port by @Lzzzzzt in https://github.com/apache/opendal/pull/4899 +### Docs +* docs(core): update README to add `MimeGuessLayer`. by @czy-29 in https://github.com/apache/opendal/pull/4916 +* docs(core): Add upgrade docs for 0.48 by @Xuanwo in https://github.com/apache/opendal/pull/4924 +* docs: fix spelling by @jbampton in https://github.com/apache/opendal/pull/4925 +* docs(core): Fix comment for into_futures_async_write by @Xuanwo in https://github.com/apache/opendal/pull/4928 +### CI +* ci: Add issue template and pr template for opendal by @Xuanwo in https://github.com/apache/opendal/pull/4884 +* ci: Remove CI reviewer since it doesn't work by @Xuanwo in https://github.com/apache/opendal/pull/4891 +### Chore +* chore!: fix typo customed should be customized by @tisonkun in https://github.com/apache/opendal/pull/4847 +* chore: Fix spelling by @jbampton in https://github.com/apache/opendal/pull/4864 +* chore: remove unneeded duplicate word by @jbampton in https://github.com/apache/opendal/pull/4865 +* chore: fix spelling by @jbampton in https://github.com/apache/opendal/pull/4866 +* chore: fix spelling by @NKID00 in https://github.com/apache/opendal/pull/4869 +* chore: Make compfs able to test by @Xuanwo in https://github.com/apache/opendal/pull/4878 +* chore(services/compfs): remove allow(dead_code) by @George-Miao in https://github.com/apache/opendal/pull/4879 +* chore: Make rust 1.80 clippy happy by @Xuanwo in https://github.com/apache/opendal/pull/4927 +* chore: Bump crates versions by @Xuanwo in https://github.com/apache/opendal/pull/4929 + ## [v0.47.3] - 2024-07-03 ### Changed @@ -3821,6 +3871,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). Hello, OpenDAL! +[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 [v0.47.1]: https://github.com/apache/opendal/compare/v0.47.0...v0.47.1 diff --git a/bin/oay/DEPENDENCIES.rust.tsv b/bin/oay/DEPENDENCIES.rust.tsv index 0bee31dc751..a6110f6a7c6 100644 --- a/bin/oay/DEPENDENCIES.rust.tsv +++ b/bin/oay/DEPENDENCIES.rust.tsv @@ -6,13 +6,13 @@ aho-corasick@1.1.3 X X allocator-api2@0.2.18 X X android-tzdata@0.1.1 X X android_system_properties@0.1.5 X X -anstream@0.6.14 X X -anstyle@1.0.7 X X -anstyle-parse@0.2.4 X X -anstyle-query@1.1.0 X X -anstyle-wincon@3.0.3 X X +anstream@0.6.15 X X +anstyle@1.0.8 X X +anstyle-parse@0.2.5 X X +anstyle-query@1.1.1 X X +anstyle-wincon@3.0.4 X X anyhow@1.0.86 X X -async-trait@0.1.80 X X +async-trait@0.1.81 X X autocfg@1.3.0 X X axum@0.7.5 X axum-core@0.4.3 X @@ -23,26 +23,26 @@ base64@0.22.1 X X bitflags@2.6.0 X X block-buffer@0.10.4 X X bumpalo@3.16.0 X X -bytes@1.6.0 X -cc@1.0.104 X X +bytes@1.6.1 X +cc@1.1.6 X X cfg-if@1.0.0 X X chrono@0.4.38 X X -clap@4.5.8 X X -clap_builder@4.5.8 X X -clap_lex@0.7.1 X X -colorchoice@1.0.1 X X +clap@4.5.11 X X +clap_builder@4.5.11 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 crypto-common@0.1.6 X X -dav-server@0.6.0 X -dav-server-opendalfs@0.0.5 X +dav-server@0.7.0 X +dav-server-opendalfs@0.0.6 X deranged@0.3.11 X X digest@0.10.7 X X dirs@5.0.1 X X dirs-sys@0.4.1 X X equivalent@1.0.1 X X fastrand@2.1.0 X X -flagset@0.4.5 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 @@ -63,11 +63,11 @@ headers-core@0.3.0 X hermit-abi@0.3.9 X X htmlescape@0.3.1 X X X http@1.1.0 X X -http-body@1.0.0 X +http-body@1.0.1 X http-body-util@0.1.2 X httparse@1.9.4 X X httpdate@1.0.3 X X -hyper@1.4.0 X +hyper@1.4.1 X hyper-rustls@0.27.2 X X X hyper-util@0.1.6 X iana-time-zone@0.1.60 X X @@ -75,7 +75,7 @@ iana-time-zone-haiku@0.1.2 X X idna@0.5.0 X X indexmap@2.2.6 X X ipnet@2.9.0 X X -is_terminal_polyfill@1.70.0 X X +is_terminal_polyfill@1.70.1 X X itoa@1.0.11 X X js-sys@0.3.69 X X lazy_static@1.5.0 X X @@ -91,15 +91,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@0.8.11 X +mio@1.0.1 X nu-ansi-term@0.46.0 X num-conv@0.1.0 X X num-traits@0.2.19 X X -num_cpus@1.16.0 X X -oay@0.41.6 X -object@0.36.1 X X +oay@0.41.7 X +object@0.36.2 X X once_cell@1.19.0 X X -opendal@0.47.3 X +opendal@0.48.0 X option-ext@0.2.0 X overload@0.1.1 X parking_lot@0.12.3 X X @@ -112,13 +111,12 @@ pin-utils@0.1.0 X X powerfmt@0.2.0 X X ppv-lite86@0.2.17 X X proc-macro2@1.0.86 X X -quick-xml@0.31.0 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.2 X +redox_syscall@0.5.3 X redox_users@0.4.5 X regex@1.10.5 X X regex-automata@0.1.10 X X @@ -128,18 +126,18 @@ regex-syntax@0.8.4 X X reqwest@0.12.5 X X ring@0.17.8 X rustc-demangle@0.1.24 X X -rustls@0.23.10 X X X +rustls@0.23.12 X X X rustls-pemfile@2.1.2 X X X rustls-pki-types@1.7.0 X X -rustls-webpki@0.102.4 X +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.203 X X -serde_derive@1.0.203 X X +serde@1.0.204 X X +serde_derive@1.0.204 X X serde_json@1.0.120 X X serde_path_to_error@0.1.16 X X -serde_spanned@0.6.6 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 @@ -149,24 +147,24 @@ socket2@0.5.7 X X spin@0.9.8 X strsim@0.11.1 X subtle@2.6.1 X -syn@2.0.68 X X +syn@2.0.72 X X sync_wrapper@0.1.2 X sync_wrapper@1.0.1 X -thiserror@1.0.61 X X -thiserror-impl@1.0.61 X X +thiserror@1.0.63 X X +thiserror-impl@1.0.63 X X thread_local@1.1.8 X X time@0.3.36 X X time-core@0.1.2 X X time-macros@0.2.18 X X -tinyvec@1.6.1 X X X +tinyvec@1.8.0 X X X tinyvec_macros@0.1.1 X X X -tokio@1.38.0 X -tokio-macros@2.3.0 X +tokio@1.39.1 X +tokio-macros@2.4.0 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X -toml@0.8.14 X X -toml_datetime@0.6.6 X X -toml_edit@0.22.14 X X +toml@0.8.16 X X +toml_datetime@0.6.7 X X +toml_edit@0.22.17 X X tower@0.4.13 X tower-http@0.5.2 X tower-layer@0.3.2 X @@ -185,9 +183,9 @@ unicode-normalization@0.1.23 X X untrusted@0.9.0 X url@2.5.2 X X utf8parse@0.2.2 X X -uuid@1.9.1 X X +uuid@1.10.0 X X valuable@0.1.0 X -version_check@0.9.4 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 @@ -206,23 +204,23 @@ 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.5 X X +windows-targets@0.52.6 X X windows_aarch64_gnullvm@0.48.5 X X -windows_aarch64_gnullvm@0.52.5 X X +windows_aarch64_gnullvm@0.52.6 X X windows_aarch64_msvc@0.48.5 X X -windows_aarch64_msvc@0.52.5 X X +windows_aarch64_msvc@0.52.6 X X windows_i686_gnu@0.48.5 X X -windows_i686_gnu@0.52.5 X X -windows_i686_gnullvm@0.52.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.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.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.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.5 X X -winnow@0.6.13 X +windows_x86_64_msvc@0.52.6 X X +winnow@0.6.16 X winreg@0.52.0 X xml-rs@0.8.20 X xmltree@0.10.3 X diff --git a/bin/ofs/DEPENDENCIES.rust.tsv b/bin/ofs/DEPENDENCIES.rust.tsv index d6870ea4f74..b1990cf06c9 100644 --- a/bin/ofs/DEPENDENCIES.rust.tsv +++ b/bin/ofs/DEPENDENCIES.rust.tsv @@ -4,14 +4,14 @@ adler@1.0.2 X X X aho-corasick@1.1.3 X X android-tzdata@0.1.1 X X android_system_properties@0.1.5 X X -anstream@0.6.14 X X -anstyle@1.0.7 X X -anstyle-parse@0.2.4 X X -anstyle-query@1.1.0 X X -anstyle-wincon@3.0.3 X X +anstream@0.6.15 X X +anstyle@1.0.8 X X +anstyle-parse@0.2.5 X X +anstyle-query@1.1.1 X X +anstyle-wincon@3.0.4 X X anyhow@1.0.86 X X async-notify@0.3.0 X -async-trait@0.1.80 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 @@ -20,17 +20,17 @@ bincode@1.3.3 X bitflags@2.6.0 X X block-buffer@0.10.4 X X bumpalo@3.16.0 X X -bytes@1.6.0 X -cc@1.0.104 X X +bytes@1.6.1 X +cc@1.1.6 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.8 X X -clap_builder@4.5.8 X X -clap_derive@4.5.8 X X -clap_lex@0.7.1 X X -colorchoice@1.0.1 X X +clap@4.5.11 X X +clap_builder@4.5.11 X X +clap_derive@4.5.11 X X +clap_lex@0.7.2 X X +colorchoice@1.0.2 X X concurrent-queue@2.5.0 X X const-oid@0.9.6 X X const-random@0.1.18 X X @@ -46,16 +46,16 @@ digest@0.10.7 X X dlv-list@0.5.2 X X dotenvy@0.15.7 X either@1.13.0 X X -env_filter@0.1.0 X X -env_logger@0.11.3 X X +env_filter@0.1.2 X X +env_logger@0.11.5 X X errno@0.3.9 X X event-listener@4.0.3 X X fastrand@2.1.0 X X -flagset@0.4.5 X +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.2 X +fuse3_opendal@0.0.3 X futures@0.3.30 X X futures-channel@0.3.30 X X futures-core@0.3.30 X X @@ -75,18 +75,18 @@ 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.0 X +http-body@1.0.1 X http-body-util@0.1.2 X httparse@1.9.4 X X humantime@2.1.0 X X -hyper@1.4.0 X +hyper@1.4.1 X hyper-rustls@0.27.2 X X X hyper-util@0.1.6 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 -is_terminal_polyfill@1.70.0 X X +is_terminal_polyfill@1.70.1 X X itoa@1.0.11 X X js-sys@0.3.69 X X lazy_static@1.5.0 X X @@ -98,15 +98,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@0.8.11 X +mio@1.0.1 X nix@0.28.0 X nix@0.29.0 X num-traits@0.2.19 X X -num_cpus@1.16.0 X X -object@0.36.1 X X -ofs@0.0.7 X +object@0.36.2 X X +ofs@0.0.8 X once_cell@1.19.0 X X -opendal@0.47.3 X +opendal@0.48.0 X ordered-multimap@0.7.3 X parking@2.2.0 X X percent-encoding@2.3.1 X X @@ -116,7 +115,8 @@ pin-project-lite@0.2.14 X X pin-utils@0.1.0 X X ppv-lite86@0.2.17 X X proc-macro2@1.0.86 X X -quick-xml@0.31.0 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 @@ -124,21 +124,21 @@ rand_core@0.6.4 X X regex@1.10.5 X X regex-automata@0.4.7 X X regex-syntax@0.8.4 X X -reqsign@0.15.2 X +reqsign@0.16.0 X reqwest@0.12.5 X X ring@0.17.8 X rust-ini@0.21.0 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.10 X X X +rustls@0.23.12 X X X rustls-pemfile@2.1.2 X X X rustls-pki-types@1.7.0 X X -rustls-webpki@0.102.4 X +rustls-webpki@0.102.6 X ryu@1.0.18 X X semver@1.0.23 X X -serde@1.0.203 X X -serde_derive@1.0.203 X X +serde@1.0.204 X X +serde_derive@1.0.204 X X serde_json@1.0.120 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X @@ -151,13 +151,13 @@ socket2@0.5.7 X X spin@0.9.8 X strsim@0.11.1 X subtle@2.6.1 X -syn@2.0.68 X X +syn@2.0.72 X X sync_wrapper@1.0.1 X tiny-keccak@2.0.2 X -tinyvec@1.6.1 X X X +tinyvec@1.8.0 X X X tinyvec_macros@0.1.1 X X X -tokio@1.38.0 X -tokio-macros@2.3.0 X +tokio@1.39.1 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 @@ -176,8 +176,8 @@ unicode-normalization@0.1.23 X X untrusted@0.9.0 X url@2.5.2 X X utf8parse@0.2.2 X X -uuid@1.9.1 X X -version_check@0.9.4 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 @@ -194,22 +194,22 @@ 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.5 X X +windows-targets@0.52.6 X X windows_aarch64_gnullvm@0.48.5 X X -windows_aarch64_gnullvm@0.52.5 X X +windows_aarch64_gnullvm@0.52.6 X X windows_aarch64_msvc@0.48.5 X X -windows_aarch64_msvc@0.52.5 X X +windows_aarch64_msvc@0.52.6 X X windows_i686_gnu@0.48.5 X X -windows_i686_gnu@0.52.5 X X -windows_i686_gnullvm@0.52.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.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.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.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.5 X X +windows_x86_64_msvc@0.52.6 X X winreg@0.52.0 X winsafe@0.0.19 X zeroize@1.8.1 X X diff --git a/bin/oli/Cargo.lock b/bin/oli/Cargo.lock index 0e889bb55da..fda254011b5 100644 --- a/bin/oli/Cargo.lock +++ b/bin/oli/Cargo.lock @@ -434,16 +434,17 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.69.4" +version = "0.65.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" +checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5" dependencies = [ - "bitflags 2.6.0", + "bitflags 1.3.2", "cexpr", "clang-sys", - "itertools 0.12.1", "lazy_static", "lazycell", + "peeking_take_while", + "prettyplease", "proc-macro2", "quote", "regex", @@ -1560,15 +1561,6 @@ version = "1.70.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" -[[package]] -name = "itertools" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" -dependencies = [ - "either", -] - [[package]] name = "itertools" version = "0.13.0" @@ -1708,9 +1700,9 @@ dependencies = [ [[package]] name = "librocksdb-sys" -version = "0.16.0+8.10.0" +version = "0.11.0+8.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce3d60bc059831dc1c83903fb45c103f75db65c5a7bf22272764d9cc683e348c" +checksum = "d3386f101bcb4bd252d8e9d2fb41ec3b0862a15a62b478c355b2982efa469e3e" dependencies = [ "bindgen", "bzip2-sys", @@ -2103,6 +2095,12 @@ dependencies = [ "hmac", ] +[[package]] +name = "peeking_take_while" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" + [[package]] name = "pem" version = "3.0.4" @@ -2335,7 +2333,7 @@ checksum = "5bb182580f71dd070f88d01ce3de9f4da5021db7115d2e1c3605a754153b77c1" dependencies = [ "bytes", "heck", - "itertools 0.13.0", + "itertools", "log", "multimap", "once_cell", @@ -2355,7 +2353,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "18bec9b0adc4eba778b33684b7ba3e7137789434769ee3ce3930463ef904cfca" dependencies = [ "anyhow", - "itertools 0.13.0", + "itertools", "proc-macro2", "quote", "syn", @@ -2692,9 +2690,9 @@ dependencies = [ [[package]] name = "rocksdb" -version = "0.22.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bd13e55d6d7b8cd0ea569161127567cd587676c99f4472f779a0279aa60a7a7" +checksum = "bb6f170a4041d50a0ce04b0d2e14916d6ca863ea2e422689a5b694395d299ffe" dependencies = [ "libc", "librocksdb-sys", diff --git a/bin/oli/DEPENDENCIES.rust.tsv b/bin/oli/DEPENDENCIES.rust.tsv index f6c0a7a24eb..4ce303acf57 100644 --- a/bin/oli/DEPENDENCIES.rust.tsv +++ b/bin/oli/DEPENDENCIES.rust.tsv @@ -5,13 +5,13 @@ aes@0.8.4 X X aho-corasick@1.1.3 X X android-tzdata@0.1.1 X X android_system_properties@0.1.5 X X -anstream@0.6.14 X X -anstyle@1.0.7 X X -anstyle-parse@0.2.4 X X -anstyle-query@1.1.0 X X -anstyle-wincon@3.0.3 X X +anstream@0.6.15 X X +anstyle@1.0.8 X X +anstyle-parse@0.2.5 X X +anstyle-query@1.1.1 X X +anstyle-wincon@3.0.4 X X anyhow@1.0.86 X X -async-trait@0.1.80 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 @@ -23,16 +23,16 @@ 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.6.0 X +bytes@1.6.1 X cbc@0.1.2 X X -cc@1.0.104 X X +cc@1.1.6 X X cfg-if@1.0.0 X X chrono@0.4.38 X X cipher@0.4.4 X X -clap@4.5.8 X X -clap_builder@4.5.8 X X -clap_lex@0.7.1 X X -colorchoice@1.0.1 X X +clap@4.5.11 X X +clap_builder@4.5.11 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 @@ -47,11 +47,11 @@ digest@0.10.7 X X dirs@5.0.1 X X dirs-sys@0.4.1 X X dlv-list@0.5.2 X X -env_filter@0.1.0 X X -env_logger@0.11.3 X X +env_filter@0.1.2 X X +env_logger@0.11.5 X X equivalent@1.0.1 X X fastrand@2.1.0 X X -flagset@0.4.5 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 @@ -72,11 +72,11 @@ 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.0 X +http-body@1.0.1 X http-body-util@0.1.2 X httparse@1.9.4 X X humantime@2.1.0 X X -hyper@1.4.0 X +hyper@1.4.1 X hyper-rustls@0.27.2 X X X hyper-util@0.1.6 X iana-time-zone@0.1.60 X X @@ -85,7 +85,7 @@ idna@0.5.0 X X indexmap@2.2.6 X X inout@0.1.3 X X ipnet@2.9.0 X X -is_terminal_polyfill@1.70.0 X X +is_terminal_polyfill@1.70.1 X X itoa@1.0.11 X X js-sys@0.3.69 X X jsonwebtoken@9.3.0 X @@ -98,18 +98,17 @@ 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@0.8.11 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-integer@0.1.46 X X num-iter@0.1.45 X X num-traits@0.2.19 X X -num_cpus@1.16.0 X X -object@0.36.1 X X -oli@0.41.6 X +object@0.36.2 X X +oli@0.41.7 X once_cell@1.19.0 X X -opendal@0.47.3 X +opendal@0.48.0 X option-ext@0.2.0 X ordered-multimap@0.7.3 X pbkdf2@0.12.2 X X @@ -126,7 +125,8 @@ pkcs8@0.10.2 X X powerfmt@0.2.0 X X ppv-lite86@0.2.17 X X proc-macro2@1.0.86 X X -quick-xml@0.31.0 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 @@ -135,25 +135,25 @@ redox_users@0.4.5 X regex@1.10.5 X X regex-automata@0.4.7 X X regex-syntax@0.8.4 X X -reqsign@0.15.2 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.0 X rustc-demangle@0.1.24 X X rustc_version@0.4.0 X X -rustls@0.23.10 X X X +rustls@0.23.12 X X X rustls-pemfile@2.1.2 X X X rustls-pki-types@1.7.0 X X -rustls-webpki@0.102.4 X +rustls-webpki@0.102.6 X ryu@1.0.18 X X salsa20@0.10.2 X X scrypt@0.11.0 X X semver@1.0.23 X X -serde@1.0.203 X X -serde_derive@1.0.203 X X +serde@1.0.204 X X +serde_derive@1.0.204 X X serde_json@1.0.120 X X -serde_spanned@0.6.6 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 @@ -166,23 +166,23 @@ spin@0.9.8 X spki@0.7.3 X X strsim@0.11.1 X subtle@2.6.1 X -syn@2.0.68 X X +syn@2.0.72 X X sync_wrapper@1.0.1 X -thiserror@1.0.61 X X -thiserror-impl@1.0.61 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.6.1 X X X +tinyvec@1.8.0 X X X tinyvec_macros@0.1.1 X X X -tokio@1.38.0 X -tokio-macros@2.3.0 X +tokio@1.39.1 X +tokio-macros@2.4.0 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X -toml@0.8.14 X X -toml_datetime@0.6.6 X X -toml_edit@0.22.14 X X +toml@0.8.16 X X +toml_datetime@0.6.7 X X +toml_edit@0.22.17 X X tower@0.4.13 X tower-layer@0.3.2 X tower-service@0.3.2 X @@ -197,8 +197,8 @@ unicode-normalization@0.1.23 X X untrusted@0.9.0 X url@2.5.2 X X utf8parse@0.2.2 X X -uuid@1.9.1 X X -version_check@0.9.4 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 @@ -214,22 +214,22 @@ 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.5 X X +windows-targets@0.52.6 X X windows_aarch64_gnullvm@0.48.5 X X -windows_aarch64_gnullvm@0.52.5 X X +windows_aarch64_gnullvm@0.52.6 X X windows_aarch64_msvc@0.48.5 X X -windows_aarch64_msvc@0.52.5 X X +windows_aarch64_msvc@0.52.6 X X windows_i686_gnu@0.48.5 X X -windows_i686_gnu@0.52.5 X X -windows_i686_gnullvm@0.52.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.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.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.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.5 X X -winnow@0.6.13 X +windows_x86_64_msvc@0.52.6 X X +winnow@0.6.16 X winreg@0.52.0 X zeroize@1.8.1 X X diff --git a/bindings/c/DEPENDENCIES.rust.tsv b/bindings/c/DEPENDENCIES.rust.tsv index 6807b48cd05..85d2267eb0b 100644 --- a/bindings/c/DEPENDENCIES.rust.tsv +++ b/bindings/c/DEPENDENCIES.rust.tsv @@ -5,7 +5,7 @@ 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 -async-trait@0.1.80 X X +async-trait@0.1.81 X X atty@0.2.14 X autocfg@1.3.0 X X backon@0.4.4 X @@ -19,10 +19,10 @@ 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.6.0 X +bytes@1.6.1 X cbc@0.1.2 X X cbindgen@0.26.0 X -cc@1.0.104 X X +cc@1.1.6 X X cfg-if@1.0.0 X X chrono@0.4.38 X X cipher@0.4.4 X X @@ -42,7 +42,7 @@ 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.5 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 @@ -65,10 +65,10 @@ 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.0 X +http-body@1.0.1 X http-body-util@0.1.2 X httparse@1.9.4 X X -hyper@1.4.0 X +hyper@1.4.1 X hyper-rustls@0.27.2 X X X hyper-util@0.1.6 X iana-time-zone@0.1.60 X X @@ -89,18 +89,17 @@ 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@0.8.11 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-integer@0.1.46 X X num-iter@0.1.45 X X num-traits@0.2.19 X X -num_cpus@1.16.0 X X -object@0.36.1 X X +object@0.36.2 X X once_cell@1.19.0 X X -opendal@0.47.3 X -opendal-c@0.44.8 X +opendal@0.48.0 X +opendal-c@0.44.9 X ordered-multimap@0.7.3 X os_str_bytes@6.6.1 X X pbkdf2@0.12.2 X X @@ -117,12 +116,13 @@ pkcs8@0.10.2 X X powerfmt@0.2.0 X X ppv-lite86@0.2.17 X X proc-macro2@1.0.86 X X -quick-xml@0.31.0 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.15.2 X +reqsign@0.16.0 X reqwest@0.12.5 X X ring@0.17.8 X rsa@0.9.6 X X @@ -130,16 +130,16 @@ rust-ini@0.21.0 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.10 X X X +rustls@0.23.12 X X X rustls-pemfile@2.1.2 X X X rustls-pki-types@1.7.0 X X -rustls-webpki@0.102.4 X +rustls-webpki@0.102.6 X ryu@1.0.18 X X salsa20@0.10.2 X X scrypt@0.11.0 X X semver@1.0.23 X X -serde@1.0.203 X X -serde_derive@1.0.203 X X +serde@1.0.204 X X +serde_derive@1.0.204 X X serde_json@1.0.120 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X @@ -154,21 +154,21 @@ 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.68 X X +syn@2.0.72 X X sync_wrapper@1.0.1 X tempfile@3.10.1 X X termcolor@1.4.1 X X textwrap@0.16.1 X -thiserror@1.0.61 X X -thiserror-impl@1.0.61 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.6.1 X X X +tinyvec@1.8.0 X X X tinyvec_macros@0.1.1 X X X -tokio@1.38.0 X -tokio-macros@2.3.0 X +tokio@1.39.1 X +tokio-macros@2.4.0 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X toml@0.5.11 X X @@ -185,8 +185,8 @@ 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.9.1 X X -version_check@0.9.4 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 @@ -206,21 +206,21 @@ 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.5 X X +windows-targets@0.52.6 X X windows_aarch64_gnullvm@0.48.5 X X -windows_aarch64_gnullvm@0.52.5 X X +windows_aarch64_gnullvm@0.52.6 X X windows_aarch64_msvc@0.48.5 X X -windows_aarch64_msvc@0.52.5 X X +windows_aarch64_msvc@0.52.6 X X windows_i686_gnu@0.48.5 X X -windows_i686_gnu@0.52.5 X X -windows_i686_gnullvm@0.52.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.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.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.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.5 X X +windows_x86_64_msvc@0.52.6 X X winreg@0.52.0 X zeroize@1.8.1 X X diff --git a/bindings/cpp/DEPENDENCIES.rust.tsv b/bindings/cpp/DEPENDENCIES.rust.tsv index 626bb3201cc..80fc3c25e12 100644 --- a/bindings/cpp/DEPENDENCIES.rust.tsv +++ b/bindings/cpp/DEPENDENCIES.rust.tsv @@ -5,7 +5,7 @@ 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 -async-trait@0.1.80 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 @@ -16,9 +16,9 @@ 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.6.0 X +bytes@1.6.1 X cbc@0.1.2 X X -cc@1.0.104 X X +cc@1.1.6 X X cfg-if@1.0.0 X X chrono@0.4.38 X X cipher@0.4.4 X X @@ -40,7 +40,7 @@ deranged@0.3.11 X X digest@0.10.7 X X dlv-list@0.5.2 X X fastrand@2.1.0 X X -flagset@0.4.5 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 @@ -55,14 +55,15 @@ 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.0 X +http-body@1.0.1 X http-body-util@0.1.2 X httparse@1.9.4 X X -hyper@1.4.0 X +hyper@1.4.1 X hyper-rustls@0.27.2 X X X hyper-util@0.1.6 X iana-time-zone@0.1.60 X X @@ -82,17 +83,17 @@ 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@0.8.11 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-integer@0.1.46 X X num-iter@0.1.45 X X num-traits@0.2.19 X X -object@0.36.1 X X +object@0.36.2 X X once_cell@1.19.0 X X -opendal@0.47.3 X -opendal-cpp@0.45.6 X +opendal@0.48.0 X +opendal-cpp@0.45.7 X ordered-multimap@0.7.3 X pbkdf2@0.12.2 X X pem@3.0.4 X @@ -108,29 +109,30 @@ pkcs8@0.10.2 X X powerfmt@0.2.0 X X ppv-lite86@0.2.17 X X proc-macro2@1.0.86 X X -quick-xml@0.31.0 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.15.2 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.0 X rustc-demangle@0.1.24 X X rustc_version@0.4.0 X X -rustls@0.23.10 X X X +rustls@0.23.12 X X X rustls-pemfile@2.1.2 X X X rustls-pki-types@1.7.0 X X -rustls-webpki@0.102.4 X +rustls-webpki@0.102.6 X ryu@1.0.18 X X salsa20@0.10.2 X X scratch@1.0.7 X X scrypt@0.11.0 X X semver@1.0.23 X X -serde@1.0.203 X X -serde_derive@1.0.203 X X +serde@1.0.204 X X +serde_derive@1.0.204 X X serde_json@1.0.120 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X @@ -143,18 +145,18 @@ 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.68 X X +syn@2.0.72 X X sync_wrapper@1.0.1 X termcolor@1.4.1 X X -thiserror@1.0.61 X X -thiserror-impl@1.0.61 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.6.1 X X X +tinyvec@1.8.0 X X X tinyvec_macros@0.1.1 X X X -tokio@1.38.0 X +tokio@1.39.1 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X @@ -171,8 +173,8 @@ unicode-normalization@0.1.23 X X unicode-width@0.1.13 X X untrusted@0.9.0 X url@2.5.2 X X -uuid@1.9.1 X X -version_check@0.9.4 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 @@ -189,21 +191,21 @@ 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.5 X X +windows-targets@0.52.6 X X windows_aarch64_gnullvm@0.48.5 X X -windows_aarch64_gnullvm@0.52.5 X X +windows_aarch64_gnullvm@0.52.6 X X windows_aarch64_msvc@0.48.5 X X -windows_aarch64_msvc@0.52.5 X X +windows_aarch64_msvc@0.52.6 X X windows_i686_gnu@0.48.5 X X -windows_i686_gnu@0.52.5 X X -windows_i686_gnullvm@0.52.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.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.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.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.5 X X +windows_x86_64_msvc@0.52.6 X X winreg@0.52.0 X zeroize@1.8.1 X X diff --git a/bindings/dotnet/DEPENDENCIES.rust.tsv b/bindings/dotnet/DEPENDENCIES.rust.tsv index b1a73460c9e..09041b06e2d 100644 --- a/bindings/dotnet/DEPENDENCIES.rust.tsv +++ b/bindings/dotnet/DEPENDENCIES.rust.tsv @@ -5,7 +5,7 @@ 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 -async-trait@0.1.80 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 @@ -16,9 +16,9 @@ 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.6.0 X +bytes@1.6.1 X cbc@0.1.2 X X -cc@1.0.104 X X +cc@1.1.6 X X cfg-if@1.0.0 X X chrono@0.4.38 X X cipher@0.4.4 X X @@ -35,7 +35,7 @@ deranged@0.3.11 X X digest@0.10.7 X X dlv-list@0.5.2 X X fastrand@2.1.0 X X -flagset@0.4.5 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 @@ -50,14 +50,15 @@ 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.0 X +http-body@1.0.1 X http-body-util@0.1.2 X httparse@1.9.4 X X -hyper@1.4.0 X +hyper@1.4.1 X hyper-rustls@0.27.2 X X X hyper-util@0.1.6 X iana-time-zone@0.1.60 X X @@ -76,17 +77,17 @@ 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@0.8.11 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-integer@0.1.46 X X num-iter@0.1.45 X X num-traits@0.2.19 X X -object@0.36.1 X X +object@0.36.2 X X once_cell@1.19.0 X X -opendal@0.47.3 X -opendal-dotnet@0.1.4 X +opendal@0.48.0 X +opendal-dotnet@0.1.5 X ordered-multimap@0.7.3 X pbkdf2@0.12.2 X X pem@3.0.4 X @@ -102,28 +103,29 @@ pkcs8@0.10.2 X X powerfmt@0.2.0 X X ppv-lite86@0.2.17 X X proc-macro2@1.0.86 X X -quick-xml@0.31.0 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.15.2 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.0 X rustc-demangle@0.1.24 X X rustc_version@0.4.0 X X -rustls@0.23.10 X X X +rustls@0.23.12 X X X rustls-pemfile@2.1.2 X X X rustls-pki-types@1.7.0 X X -rustls-webpki@0.102.4 X +rustls-webpki@0.102.6 X ryu@1.0.18 X X salsa20@0.10.2 X X scrypt@0.11.0 X X semver@1.0.23 X X -serde@1.0.203 X X -serde_derive@1.0.203 X X +serde@1.0.204 X X +serde_derive@1.0.204 X X serde_json@1.0.120 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X @@ -136,17 +138,17 @@ 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.68 X X +syn@2.0.72 X X sync_wrapper@1.0.1 X -thiserror@1.0.61 X X -thiserror-impl@1.0.61 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.6.1 X X X +tinyvec@1.8.0 X X X tinyvec_macros@0.1.1 X X X -tokio@1.38.0 X +tokio@1.39.1 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X @@ -162,8 +164,8 @@ 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.9.1 X X -version_check@0.9.4 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 @@ -179,21 +181,21 @@ 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.5 X X +windows-targets@0.52.6 X X windows_aarch64_gnullvm@0.48.5 X X -windows_aarch64_gnullvm@0.52.5 X X +windows_aarch64_gnullvm@0.52.6 X X windows_aarch64_msvc@0.48.5 X X -windows_aarch64_msvc@0.52.5 X X +windows_aarch64_msvc@0.52.6 X X windows_i686_gnu@0.48.5 X X -windows_i686_gnu@0.52.5 X X -windows_i686_gnullvm@0.52.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.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.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.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.5 X X +windows_x86_64_msvc@0.52.6 X X winreg@0.52.0 X zeroize@1.8.1 X X diff --git a/bindings/haskell/DEPENDENCIES.rust.tsv b/bindings/haskell/DEPENDENCIES.rust.tsv index 7dd0f9c7357..62285126351 100644 --- a/bindings/haskell/DEPENDENCIES.rust.tsv +++ b/bindings/haskell/DEPENDENCIES.rust.tsv @@ -5,7 +5,7 @@ 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 -async-trait@0.1.80 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 @@ -16,9 +16,9 @@ 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.6.0 X +bytes@1.6.1 X cbc@0.1.2 X X -cc@1.0.104 X X +cc@1.1.6 X X cfg-if@1.0.0 X X chrono@0.4.38 X X cipher@0.4.4 X X @@ -35,7 +35,7 @@ deranged@0.3.11 X X digest@0.10.7 X X dlv-list@0.5.2 X X fastrand@2.1.0 X X -flagset@0.4.5 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 @@ -50,14 +50,15 @@ 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.0 X +http-body@1.0.1 X http-body-util@0.1.2 X httparse@1.9.4 X X -hyper@1.4.0 X +hyper@1.4.1 X hyper-rustls@0.27.2 X X X hyper-util@0.1.6 X iana-time-zone@0.1.60 X X @@ -76,17 +77,17 @@ 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@0.8.11 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-integer@0.1.46 X X num-iter@0.1.45 X X num-traits@0.2.19 X X -object@0.36.1 X X +object@0.36.2 X X once_cell@1.19.0 X X -opendal@0.47.3 X -opendal-hs@0.44.6 X +opendal@0.48.0 X +opendal-hs@0.44.7 X ordered-multimap@0.7.3 X pbkdf2@0.12.2 X X pem@3.0.4 X @@ -102,28 +103,29 @@ pkcs8@0.10.2 X X powerfmt@0.2.0 X X ppv-lite86@0.2.17 X X proc-macro2@1.0.86 X X -quick-xml@0.31.0 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.15.2 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.0 X rustc-demangle@0.1.24 X X rustc_version@0.4.0 X X -rustls@0.23.10 X X X +rustls@0.23.12 X X X rustls-pemfile@2.1.2 X X X rustls-pki-types@1.7.0 X X -rustls-webpki@0.102.4 X +rustls-webpki@0.102.6 X ryu@1.0.18 X X salsa20@0.10.2 X X scrypt@0.11.0 X X semver@1.0.23 X X -serde@1.0.203 X X -serde_derive@1.0.203 X X +serde@1.0.204 X X +serde_derive@1.0.204 X X serde_json@1.0.120 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X @@ -136,17 +138,17 @@ 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.68 X X +syn@2.0.72 X X sync_wrapper@1.0.1 X -thiserror@1.0.61 X X -thiserror-impl@1.0.61 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.6.1 X X X +tinyvec@1.8.0 X X X tinyvec_macros@0.1.1 X X X -tokio@1.38.0 X +tokio@1.39.1 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X @@ -162,8 +164,8 @@ 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.9.1 X X -version_check@0.9.4 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 @@ -179,21 +181,21 @@ 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.5 X X +windows-targets@0.52.6 X X windows_aarch64_gnullvm@0.48.5 X X -windows_aarch64_gnullvm@0.52.5 X X +windows_aarch64_gnullvm@0.52.6 X X windows_aarch64_msvc@0.48.5 X X -windows_aarch64_msvc@0.52.5 X X +windows_aarch64_msvc@0.52.6 X X windows_i686_gnu@0.48.5 X X -windows_i686_gnu@0.52.5 X X -windows_i686_gnullvm@0.52.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.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.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.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.5 X X +windows_x86_64_msvc@0.52.6 X X winreg@0.52.0 X zeroize@1.8.1 X X diff --git a/bindings/java/DEPENDENCIES.rust.tsv b/bindings/java/DEPENDENCIES.rust.tsv index 5e03acecfa2..aa2b182e4b9 100644 --- a/bindings/java/DEPENDENCIES.rust.tsv +++ b/bindings/java/DEPENDENCIES.rust.tsv @@ -6,7 +6,7 @@ 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.80 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 @@ -21,9 +21,9 @@ 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.6.0 X +bytes@1.6.1 X cbc@0.1.2 X X -cc@1.0.104 X X +cc@1.1.6 X X cesu8@1.1.0 X X cfg-if@1.0.0 X X chrono@0.4.38 X X @@ -45,7 +45,7 @@ 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.5 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 @@ -65,10 +65,10 @@ 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.0 X +http-body@1.0.1 X http-body-util@0.1.2 X httparse@1.9.4 X X -hyper@1.4.0 X +hyper@1.4.1 X hyper-rustls@0.27.2 X X X hyper-util@0.1.6 X iana-time-zone@0.1.60 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@0.8.11 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 @@ -100,12 +100,12 @@ num-integer@0.1.46 X X num-iter@0.1.45 X X num-traits@0.2.19 X X num_cpus@1.16.0 X X -object@0.36.1 X X +object@0.36.2 X X once_cell@1.19.0 X X -opendal@0.47.3 X -opendal-java@0.46.3 X +opendal@0.48.0 X +opendal-java@0.46.4 X openssh@0.10.4 X X -openssh-sftp-client@0.14.4 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 @@ -127,13 +127,14 @@ pkcs8@0.10.2 X X powerfmt@0.2.0 X X ppv-lite86@0.2.17 X X proc-macro2@1.0.86 X X -quick-xml@0.31.0 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.2 X -reqsign@0.15.2 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 @@ -141,18 +142,18 @@ rust-ini@0.21.0 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.10 X X X +rustls@0.23.12 X X X rustls-pemfile@2.1.2 X X X rustls-pki-types@1.7.0 X X -rustls-webpki@0.102.4 X +rustls-webpki@0.102.6 X ryu@1.0.18 X X salsa20@0.10.2 X X same-file@1.0.6 X X scopeguard@1.2.0 X X scrypt@0.11.0 X X semver@1.0.23 X X -serde@1.0.203 X X -serde_derive@1.0.203 X X +serde@1.0.204 X X +serde_derive@1.0.204 X X serde_json@1.0.120 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X @@ -171,21 +172,21 @@ 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.68 X X +syn@2.0.72 X X sync_wrapper@1.0.1 X tempfile@3.10.1 X X thin-vec@0.2.13 X X -thiserror@1.0.61 X X -thiserror-impl@1.0.61 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.6.1 X X X +tinyvec@1.8.0 X X X tinyvec_macros@0.1.1 X X X -tokio@1.38.0 X +tokio@1.39.1 X tokio-io-utility@0.7.6 X -tokio-macros@2.3.0 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 @@ -196,7 +197,7 @@ 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.13 X 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 @@ -204,9 +205,9 @@ 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.9.1 X X +uuid@1.10.0 X X vec-strings@0.4.8 X -version_check@0.9.4 X X +version_check@0.9.5 X X walkdir@2.5.0 X X want@0.3.1 X wasi@0.11.0+wasi-snapshot-preview1 X X X @@ -226,28 +227,28 @@ windows-sys@0.48.0 X X windows-sys@0.52.0 X X windows-targets@0.42.2 X X windows-targets@0.48.5 X X -windows-targets@0.52.5 X X +windows-targets@0.52.6 X X windows_aarch64_gnullvm@0.42.2 X X windows_aarch64_gnullvm@0.48.5 X X -windows_aarch64_gnullvm@0.52.5 X X +windows_aarch64_gnullvm@0.52.6 X X windows_aarch64_msvc@0.42.2 X X windows_aarch64_msvc@0.48.5 X X -windows_aarch64_msvc@0.52.5 X X +windows_aarch64_msvc@0.52.6 X X windows_i686_gnu@0.42.2 X X windows_i686_gnu@0.48.5 X X -windows_i686_gnu@0.52.5 X X -windows_i686_gnullvm@0.52.5 X X +windows_i686_gnu@0.52.6 X X +windows_i686_gnullvm@0.52.6 X X windows_i686_msvc@0.42.2 X X windows_i686_msvc@0.48.5 X X -windows_i686_msvc@0.52.5 X X +windows_i686_msvc@0.52.6 X X windows_x86_64_gnu@0.42.2 X X windows_x86_64_gnu@0.48.5 X X -windows_x86_64_gnu@0.52.5 X X +windows_x86_64_gnu@0.52.6 X X windows_x86_64_gnullvm@0.42.2 X X windows_x86_64_gnullvm@0.48.5 X X -windows_x86_64_gnullvm@0.52.5 X X +windows_x86_64_gnullvm@0.52.6 X X windows_x86_64_msvc@0.42.2 X X windows_x86_64_msvc@0.48.5 X X -windows_x86_64_msvc@0.52.5 X X +windows_x86_64_msvc@0.52.6 X X winreg@0.52.0 X zeroize@1.8.1 X X diff --git a/bindings/lua/DEPENDENCIES.rust.tsv b/bindings/lua/DEPENDENCIES.rust.tsv index d6ae3107c01..630113b0d76 100644 --- a/bindings/lua/DEPENDENCIES.rust.tsv +++ b/bindings/lua/DEPENDENCIES.rust.tsv @@ -6,7 +6,7 @@ aho-corasick@1.1.3 X X android-tzdata@0.1.1 X X android_system_properties@0.1.5 X X anyhow@1.0.86 X X -async-trait@0.1.80 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 @@ -15,12 +15,12 @@ base64@0.22.1 X X base64ct@1.6.0 X X block-buffer@0.10.4 X X block-padding@0.3.3 X X -bstr@1.9.1 X X +bstr@1.10.0 X X bumpalo@3.16.0 X X byteorder@1.5.0 X X -bytes@1.6.0 X +bytes@1.6.1 X cbc@0.1.2 X X -cc@1.0.104 X X +cc@1.1.6 X X cfg-if@1.0.0 X X chrono@0.4.38 X X cipher@0.4.4 X X @@ -38,7 +38,7 @@ digest@0.10.7 X X dlv-list@0.5.2 X X either@1.13.0 X X fastrand@2.1.0 X X -flagset@0.4.5 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 @@ -53,14 +53,15 @@ 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.0 X +http-body@1.0.1 X http-body-util@0.1.2 X httparse@1.9.4 X X -hyper@1.4.0 X +hyper@1.4.1 X hyper-rustls@0.27.2 X X X hyper-util@0.1.6 X iana-time-zone@0.1.60 X X @@ -80,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@0.8.11 X +mio@1.0.1 X mlua@0.9.9 X mlua-sys@0.6.1 X mlua_derive@0.9.3 X @@ -90,10 +91,10 @@ num-conv@0.1.0 X X num-integer@0.1.46 X X num-iter@0.1.45 X X num-traits@0.2.19 X X -object@0.36.1 X X +object@0.36.2 X X once_cell@1.19.0 X X -opendal@0.47.3 X -opendal-lua@0.1.4 X +opendal@0.48.0 X +opendal-lua@0.1.5 X ordered-multimap@0.7.3 X pbkdf2@0.12.2 X X pem@3.0.4 X @@ -112,7 +113,8 @@ ppv-lite86@0.2.17 X X proc-macro-error@1.0.4 X X proc-macro-error-attr@1.0.4 X X proc-macro2@1.0.86 X X -quick-xml@0.31.0 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 @@ -120,7 +122,7 @@ rand_core@0.6.4 X X regex@1.10.5 X X regex-automata@0.4.7 X X regex-syntax@0.8.4 X X -reqsign@0.15.2 X +reqsign@0.16.0 X reqwest@0.12.5 X X ring@0.17.8 X rsa@0.9.6 X X @@ -128,16 +130,16 @@ rust-ini@0.21.0 X rustc-demangle@0.1.24 X X rustc-hash@2.0.0 X X rustc_version@0.4.0 X X -rustls@0.23.10 X X X +rustls@0.23.12 X X X rustls-pemfile@2.1.2 X X X rustls-pki-types@1.7.0 X X -rustls-webpki@0.102.4 X +rustls-webpki@0.102.6 X ryu@1.0.18 X X salsa20@0.10.2 X X scrypt@0.11.0 X X semver@1.0.23 X X -serde@1.0.203 X X -serde_derive@1.0.203 X X +serde@1.0.204 X X +serde_derive@1.0.204 X X serde_json@1.0.120 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X @@ -151,17 +153,17 @@ 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.68 X X +syn@2.0.72 X X sync_wrapper@1.0.1 X -thiserror@1.0.61 X X -thiserror-impl@1.0.61 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.6.1 X X X +tinyvec@1.8.0 X X X tinyvec_macros@0.1.1 X X X -tokio@1.38.0 X +tokio@1.39.1 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X @@ -177,8 +179,8 @@ 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.9.1 X X -version_check@0.9.4 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 @@ -194,21 +196,21 @@ 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.5 X X +windows-targets@0.52.6 X X windows_aarch64_gnullvm@0.48.5 X X -windows_aarch64_gnullvm@0.52.5 X X +windows_aarch64_gnullvm@0.52.6 X X windows_aarch64_msvc@0.48.5 X X -windows_aarch64_msvc@0.52.5 X X +windows_aarch64_msvc@0.52.6 X X windows_i686_gnu@0.48.5 X X -windows_i686_gnu@0.52.5 X X -windows_i686_gnullvm@0.52.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.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.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.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.5 X X +windows_x86_64_msvc@0.52.6 X X winreg@0.52.0 X zeroize@1.8.1 X X diff --git a/bindings/nodejs/DEPENDENCIES.rust.tsv b/bindings/nodejs/DEPENDENCIES.rust.tsv index da51d267cbb..4d6d5835ca7 100644 --- a/bindings/nodejs/DEPENDENCIES.rust.tsv +++ b/bindings/nodejs/DEPENDENCIES.rust.tsv @@ -6,7 +6,7 @@ aho-corasick@1.1.3 X X android-tzdata@0.1.1 X X android_system_properties@0.1.5 X X anyhow@1.0.86 X X -async-trait@0.1.80 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 @@ -18,9 +18,9 @@ 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.6.0 X +bytes@1.6.1 X cbc@0.1.2 X X -cc@1.0.104 X X +cc@1.1.6 X X cfg-if@1.0.0 X X chrono@0.4.38 X X cipher@0.4.4 X X @@ -39,7 +39,7 @@ deranged@0.3.11 X X digest@0.10.7 X X dlv-list@0.5.2 X X fastrand@2.1.0 X X -flagset@0.4.5 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 @@ -60,10 +60,10 @@ 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.0 X +http-body@1.0.1 X http-body-util@0.1.2 X httparse@1.9.4 X X -hyper@1.4.0 X +hyper@1.4.1 X hyper-rustls@0.27.2 X X X hyper-util@0.1.6 X iana-time-zone@0.1.60 X X @@ -76,18 +76,18 @@ 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 -libloading@0.8.4 X +libloading@0.8.5 X libm@0.2.8 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@0.8.11 X +mio@1.0.1 X napi@2.16.8 X napi-build@2.1.3 X -napi-derive@2.16.8 X -napi-derive-backend@1.0.70 X +napi-derive@2.16.10 X +napi-derive-backend@1.0.72 X napi-sys@2.4.0 X num-bigint@0.4.6 X X num-bigint-dig@0.8.4 X X @@ -95,11 +95,10 @@ num-conv@0.1.0 X X num-integer@0.1.46 X X num-iter@0.1.45 X X num-traits@0.2.19 X X -num_cpus@1.16.0 X X -object@0.36.1 X X +object@0.36.2 X X once_cell@1.19.0 X X -opendal@0.47.3 X -opendal-nodejs@0.47.0 X +opendal@0.48.0 X +opendal-nodejs@0.47.1 X ordered-multimap@0.7.3 X pbkdf2@0.12.2 X X pem@3.0.4 X @@ -115,7 +114,8 @@ pkcs8@0.10.2 X X powerfmt@0.2.0 X X ppv-lite86@0.2.17 X X proc-macro2@1.0.86 X X -quick-xml@0.31.0 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 @@ -123,23 +123,23 @@ rand_core@0.6.4 X X regex@1.10.5 X X regex-automata@0.4.7 X X regex-syntax@0.8.4 X X -reqsign@0.15.2 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.0 X rustc-demangle@0.1.24 X X rustc_version@0.4.0 X X -rustls@0.23.10 X X X +rustls@0.23.12 X X X rustls-pemfile@2.1.2 X X X rustls-pki-types@1.7.0 X X -rustls-webpki@0.102.4 X +rustls-webpki@0.102.6 X ryu@1.0.18 X X salsa20@0.10.2 X X scrypt@0.11.0 X X semver@1.0.23 X X -serde@1.0.203 X X -serde_derive@1.0.203 X X +serde@1.0.204 X X +serde_derive@1.0.204 X X serde_json@1.0.120 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X @@ -152,17 +152,17 @@ 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.68 X X +syn@2.0.72 X X sync_wrapper@1.0.1 X -thiserror@1.0.61 X X -thiserror-impl@1.0.61 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.6.1 X X X +tinyvec@1.8.0 X X X tinyvec_macros@0.1.1 X X X -tokio@1.38.0 X +tokio@1.39.1 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X @@ -179,8 +179,8 @@ unicode-normalization@0.1.23 X X unicode-segmentation@1.11.0 X X untrusted@0.9.0 X url@2.5.2 X X -uuid@1.9.1 X X -version_check@0.9.4 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 @@ -196,21 +196,21 @@ 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.5 X X +windows-targets@0.52.6 X X windows_aarch64_gnullvm@0.48.5 X X -windows_aarch64_gnullvm@0.52.5 X X +windows_aarch64_gnullvm@0.52.6 X X windows_aarch64_msvc@0.48.5 X X -windows_aarch64_msvc@0.52.5 X X +windows_aarch64_msvc@0.52.6 X X windows_i686_gnu@0.48.5 X X -windows_i686_gnu@0.52.5 X X -windows_i686_gnullvm@0.52.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.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.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.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.5 X X +windows_x86_64_msvc@0.52.6 X X winreg@0.52.0 X zeroize@1.8.1 X X diff --git a/bindings/ocaml/DEPENDENCIES.rust.tsv b/bindings/ocaml/DEPENDENCIES.rust.tsv index b17dad52fbe..fb14fbc879d 100644 --- a/bindings/ocaml/DEPENDENCIES.rust.tsv +++ b/bindings/ocaml/DEPENDENCIES.rust.tsv @@ -5,7 +5,7 @@ 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 -async-trait@0.1.80 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 @@ -16,9 +16,9 @@ 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.6.0 X +bytes@1.6.1 X cbc@0.1.2 X X -cc@1.0.104 X X +cc@1.1.6 X X cfg-if@1.0.0 X X chrono@0.4.38 X X cipher@0.4.4 X X @@ -36,7 +36,7 @@ deranged@0.3.11 X X digest@0.10.7 X X dlv-list@0.5.2 X X fastrand@2.1.0 X X -flagset@0.4.5 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 @@ -51,14 +51,15 @@ 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.0 X +http-body@1.0.1 X http-body-util@0.1.2 X httparse@1.9.4 X X -hyper@1.4.0 X +hyper@1.4.1 X hyper-rustls@0.27.2 X X X hyper-util@0.1.6 X iana-time-zone@0.1.60 X X @@ -77,14 +78,14 @@ 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@0.8.11 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-integer@0.1.46 X X num-iter@0.1.45 X X num-traits@0.2.19 X X -object@0.36.1 X X +object@0.36.2 X X ocaml@1.0.0-beta.5 X ocaml-boxroot-sys@0.2.0 X ocaml-build@1.0.0-beta.4 X @@ -93,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.47.3 X +opendal@0.48.0 X opendal-ocaml@0.0.0 X ordered-multimap@0.7.3 X pbkdf2@0.12.2 X X @@ -110,28 +111,29 @@ pkcs8@0.10.2 X X powerfmt@0.2.0 X X ppv-lite86@0.2.17 X X proc-macro2@1.0.86 X X -quick-xml@0.31.0 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.15.2 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.0 X rustc-demangle@0.1.24 X X rustc_version@0.4.0 X X -rustls@0.23.10 X X X +rustls@0.23.12 X X X rustls-pemfile@2.1.2 X X X rustls-pki-types@1.7.0 X X -rustls-webpki@0.102.4 X +rustls-webpki@0.102.6 X ryu@1.0.18 X X salsa20@0.10.2 X X scrypt@0.11.0 X X semver@1.0.23 X X -serde@1.0.203 X X -serde_derive@1.0.203 X X +serde@1.0.204 X X +serde_derive@1.0.204 X X serde_json@1.0.120 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X @@ -146,17 +148,17 @@ 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.68 X X +syn@2.0.72 X X sync_wrapper@1.0.1 X -thiserror@1.0.61 X X -thiserror-impl@1.0.61 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.6.1 X X X +tinyvec@1.8.0 X X X tinyvec_macros@0.1.1 X X X -tokio@1.38.0 X +tokio@1.39.1 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X @@ -172,8 +174,8 @@ 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.9.1 X X -version_check@0.9.4 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 @@ -189,21 +191,21 @@ 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.5 X X +windows-targets@0.52.6 X X windows_aarch64_gnullvm@0.48.5 X X -windows_aarch64_gnullvm@0.52.5 X X +windows_aarch64_gnullvm@0.52.6 X X windows_aarch64_msvc@0.48.5 X X -windows_aarch64_msvc@0.52.5 X X +windows_aarch64_msvc@0.52.6 X X windows_i686_gnu@0.48.5 X X -windows_i686_gnu@0.52.5 X X -windows_i686_gnullvm@0.52.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.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.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.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.5 X X +windows_x86_64_msvc@0.52.6 X X winreg@0.52.0 X zeroize@1.8.1 X X diff --git a/bindings/php/DEPENDENCIES.rust.tsv b/bindings/php/DEPENDENCIES.rust.tsv index 9f6ef83d20c..7c8b2705770 100644 --- a/bindings/php/DEPENDENCIES.rust.tsv +++ b/bindings/php/DEPENDENCIES.rust.tsv @@ -5,7 +5,7 @@ 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 -async-trait@0.1.80 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 @@ -19,14 +19,14 @@ block-padding@0.3.3 X X bumpalo@3.16.0 X X bytecount@0.6.8 X X byteorder@1.5.0 X X -bytes@1.6.0 X +bytes@1.6.1 X bzip2@0.4.4 X X bzip2-sys@0.1.11+1.0.8 X X 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.0.104 X X +cc@1.1.6 X X cexpr@0.6.0 X X cfg-if@1.0.0 X X chrono@0.4.38 X X @@ -57,7 +57,7 @@ error-chain@0.12.4 X X ext-php-rs@0.11.2 X X ext-php-rs-derive@0.10.1 X X fastrand@2.1.0 X X -flagset@0.4.5 X +flagset@0.4.6 X flate2@1.0.30 X X fnv@1.0.7 X X foreign-types@0.3.2 X X @@ -76,14 +76,15 @@ getrandom@0.2.15 X X gimli@0.29.0 X X glob@0.3.1 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.0 X +http-body@1.0.1 X http-body-util@0.1.2 X httparse@1.9.4 X X -hyper@1.4.0 X +hyper@1.4.1 X hyper-rustls@0.27.2 X X X hyper-util@0.1.6 X iana-time-zone@0.1.60 X X @@ -93,13 +94,13 @@ idna@0.5.0 X X inout@0.1.3 X X ipnet@2.9.0 X X itoa@1.0.11 X X -jobserver@0.1.31 X X +jobserver@0.1.32 X X js-sys@0.3.69 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.4 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 @@ -109,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@0.8.11 X +mio@1.0.1 X native-tls@0.2.12 X X nom@7.1.3 X num-bigint@0.4.6 X X @@ -118,14 +119,14 @@ num-conv@0.1.0 X X num-integer@0.1.46 X X num-iter@0.1.45 X X num-traits@0.2.19 X X -object@0.36.1 X X +object@0.36.2 X X once_cell@1.19.0 X X -opendal@0.47.3 X -opendal-php@0.1.4 X -openssl@0.10.64 X +opendal@0.48.0 X +opendal-php@0.1.5 X +openssl@0.10.66 X openssl-macros@0.1.1 X X openssl-probe@0.1.5 X X -openssl-sys@0.9.102 X +openssl-sys@0.9.103 X ordered-multimap@0.7.3 X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X @@ -149,16 +150,17 @@ ppv-lite86@0.2.17 X X prettyplease@0.2.20 X X proc-macro2@1.0.86 X X pulldown-cmark@0.9.6 X -quick-xml@0.31.0 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.2 X +redox_syscall@0.5.3 X regex@1.10.5 X X regex-automata@0.4.7 X X regex-syntax@0.8.4 X X -reqsign@0.15.2 X +reqsign@0.16.0 X reqwest@0.12.5 X X ring@0.17.8 X rsa@0.9.6 X X @@ -167,21 +169,21 @@ 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.10 X X X +rustls@0.23.12 X X X rustls-pemfile@2.1.2 X X X rustls-pki-types@1.7.0 X X -rustls-webpki@0.102.4 X +rustls-webpki@0.102.6 X ryu@1.0.18 X X salsa20@0.10.2 X X same-file@1.0.6 X X schannel@0.1.23 X scopeguard@1.2.0 X X scrypt@0.11.0 X X -security-framework@2.11.0 X X -security-framework-sys@2.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.203 X X -serde_derive@1.0.203 X X +serde@1.0.204 X X +serde_derive@1.0.204 X X serde_json@1.0.120 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X @@ -198,18 +200,18 @@ 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.68 X X +syn@2.0.72 X X sync_wrapper@1.0.1 X tempfile@3.10.1 X X -thiserror@1.0.61 X X -thiserror-impl@1.0.61 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.6.1 X X X +tinyvec@1.8.0 X X X tinyvec_macros@0.1.1 X X X -tokio@1.38.0 X +tokio@1.39.1 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X @@ -225,11 +227,11 @@ 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 -ureq@2.9.7 X X +ureq@2.10.0 X X url@2.5.2 X X -uuid@1.9.1 X X +uuid@1.10.0 X X vcpkg@0.2.15 X X -version_check@0.9.4 X X +version_check@0.9.5 X X walkdir@2.5.0 X X want@0.3.1 X wasi@0.11.0+wasi-snapshot-preview1 X X X @@ -248,25 +250,25 @@ 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.5 X X +windows-targets@0.52.6 X X windows_aarch64_gnullvm@0.48.5 X X -windows_aarch64_gnullvm@0.52.5 X X +windows_aarch64_gnullvm@0.52.6 X X windows_aarch64_msvc@0.48.5 X X -windows_aarch64_msvc@0.52.5 X X +windows_aarch64_msvc@0.52.6 X X windows_i686_gnu@0.48.5 X X -windows_i686_gnu@0.52.5 X X -windows_i686_gnullvm@0.52.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.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.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.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.5 X X +windows_x86_64_msvc@0.52.6 X X winreg@0.52.0 X zeroize@1.8.1 X X zip@0.6.6 X zstd@0.11.2+zstd.1.5.2 X zstd-safe@5.0.2+zstd.1.5.2 X X -zstd-sys@2.0.11+zstd.1.5.6 X X +zstd-sys@2.0.12+zstd.1.5.6 X X diff --git a/bindings/python/DEPENDENCIES.rust.tsv b/bindings/python/DEPENDENCIES.rust.tsv index c70e9147022..69fda98ea02 100644 --- a/bindings/python/DEPENDENCIES.rust.tsv +++ b/bindings/python/DEPENDENCIES.rust.tsv @@ -6,7 +6,7 @@ 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.80 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 @@ -21,9 +21,9 @@ 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.6.0 X +bytes@1.6.1 X cbc@0.1.2 X X -cc@1.0.104 X X +cc@1.1.6 X X cfg-if@1.0.0 X X chrono@0.4.38 X X cipher@0.4.4 X X @@ -43,7 +43,7 @@ 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.5 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 @@ -65,10 +65,10 @@ 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.0 X +http-body@1.0.1 X http-body-util@0.1.2 X httparse@1.9.4 X X -hyper@1.4.0 X +hyper@1.4.1 X hyper-rustls@0.27.2 X X X hyper-util@0.1.6 X iana-time-zone@0.1.60 X X @@ -91,7 +91,7 @@ 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@0.8.11 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 @@ -99,13 +99,12 @@ 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 -num_cpus@1.16.0 X X -object@0.36.1 X X +object@0.36.2 X X once_cell@1.19.0 X X -opendal@0.47.3 X -opendal-python@0.45.6 X +opendal@0.48.0 X +opendal-python@0.45.7 X openssh@0.10.4 X X -openssh-sftp-client@0.14.4 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 @@ -124,7 +123,7 @@ pin-utils@0.1.0 X X pkcs1@0.7.5 X X pkcs5@0.7.1 X X pkcs8@0.10.2 X X -portable-atomic@1.6.0 X X +portable-atomic@1.7.0 X X powerfmt@0.2.0 X X ppv-lite86@0.2.17 X X proc-macro2@1.0.86 X X @@ -134,13 +133,14 @@ 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.31.0 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.2 X -reqsign@0.15.2 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 @@ -148,17 +148,17 @@ rust-ini@0.21.0 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.10 X X X +rustls@0.23.12 X X X rustls-pemfile@2.1.2 X X X rustls-pki-types@1.7.0 X X -rustls-webpki@0.102.4 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.203 X X -serde_derive@1.0.203 X X +serde@1.0.204 X X +serde_derive@1.0.204 X X serde_json@1.0.120 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X @@ -177,22 +177,22 @@ 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.68 X X +syn@2.0.72 X X sync_wrapper@1.0.1 X -target-lexicon@0.12.14 X +target-lexicon@0.12.15 X tempfile@3.10.1 X X thin-vec@0.2.13 X X -thiserror@1.0.61 X X -thiserror-impl@1.0.61 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.6.1 X X X +tinyvec@1.8.0 X X X tinyvec_macros@0.1.1 X X X -tokio@1.38.0 X +tokio@1.39.1 X tokio-io-utility@0.7.6 X -tokio-macros@2.3.0 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 @@ -203,7 +203,7 @@ 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.13 X 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 @@ -212,9 +212,9 @@ 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.9.1 X X +uuid@1.10.0 X X vec-strings@0.4.8 X -version_check@0.9.4 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 @@ -230,21 +230,21 @@ 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.5 X X +windows-targets@0.52.6 X X windows_aarch64_gnullvm@0.48.5 X X -windows_aarch64_gnullvm@0.52.5 X X +windows_aarch64_gnullvm@0.52.6 X X windows_aarch64_msvc@0.48.5 X X -windows_aarch64_msvc@0.52.5 X X +windows_aarch64_msvc@0.52.6 X X windows_i686_gnu@0.48.5 X X -windows_i686_gnu@0.52.5 X X -windows_i686_gnullvm@0.52.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.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.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.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.5 X X +windows_x86_64_msvc@0.52.6 X X winreg@0.52.0 X zeroize@1.8.1 X X diff --git a/bindings/ruby/DEPENDENCIES.rust.tsv b/bindings/ruby/DEPENDENCIES.rust.tsv index 51a7b88795c..715face2312 100644 --- a/bindings/ruby/DEPENDENCIES.rust.tsv +++ b/bindings/ruby/DEPENDENCIES.rust.tsv @@ -6,7 +6,7 @@ aho-corasick@1.1.3 X X android-tzdata@0.1.1 X X android_system_properties@0.1.5 X X anyhow@1.0.86 X X -async-trait@0.1.80 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 @@ -19,9 +19,9 @@ 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.6.0 X +bytes@1.6.1 X cbc@0.1.2 X X -cc@1.0.104 X X +cc@1.1.6 X X cexpr@0.6.0 X X cfg-if@1.0.0 X X chrono@0.4.38 X X @@ -41,7 +41,7 @@ digest@0.10.7 X X dlv-list@0.5.2 X X either@1.13.0 X X fastrand@2.1.0 X X -flagset@0.4.5 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 @@ -57,14 +57,15 @@ getrandom@0.2.15 X X gimli@0.29.0 X X glob@0.3.1 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.0 X +http-body@1.0.1 X http-body-util@0.1.2 X httparse@1.9.4 X X -hyper@1.4.0 X +hyper@1.4.1 X hyper-rustls@0.27.2 X X X hyper-util@0.1.6 X iana-time-zone@0.1.60 X X @@ -79,7 +80,7 @@ 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.4 X +libloading@0.8.5 X libm@0.2.8 X X log@0.4.22 X X magnus@0.5.5 X @@ -89,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@0.8.11 X +mio@1.0.1 X nom@7.1.3 X num-bigint@0.4.6 X X num-bigint-dig@0.8.4 X X @@ -97,10 +98,10 @@ num-conv@0.1.0 X X num-integer@0.1.46 X X num-iter@0.1.45 X X num-traits@0.2.19 X X -object@0.36.1 X X +object@0.36.2 X X once_cell@1.19.0 X X -opendal@0.47.3 X -opendal-ruby@0.1.4 X +opendal@0.48.0 X +opendal-ruby@0.1.5 X ordered-multimap@0.7.3 X pbkdf2@0.12.2 X X pem@3.0.4 X @@ -116,18 +117,19 @@ pkcs8@0.10.2 X X powerfmt@0.2.0 X X ppv-lite86@0.2.17 X X proc-macro2@1.0.86 X X -quick-xml@0.31.0 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 -rb-sys@0.9.98 X X -rb-sys-build@0.9.98 X X +rb-sys@0.9.99 X X +rb-sys-build@0.9.99 X X rb-sys-env@0.1.2 X X regex@1.10.5 X X regex-automata@0.4.7 X X regex-syntax@0.8.4 X X -reqsign@0.15.2 X +reqsign@0.16.0 X reqwest@0.12.5 X X ring@0.17.8 X rsa@0.9.6 X X @@ -135,16 +137,16 @@ rust-ini@0.21.0 X rustc-demangle@0.1.24 X X rustc-hash@1.1.0 X X rustc_version@0.4.0 X X -rustls@0.23.10 X X X +rustls@0.23.12 X X X rustls-pemfile@2.1.2 X X X rustls-pki-types@1.7.0 X X -rustls-webpki@0.102.4 X +rustls-webpki@0.102.6 X ryu@1.0.18 X X salsa20@0.10.2 X X scrypt@0.11.0 X X semver@1.0.23 X X -serde@1.0.203 X X -serde_derive@1.0.203 X X +serde@1.0.204 X X +serde_derive@1.0.204 X X serde_json@1.0.120 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X @@ -160,17 +162,17 @@ 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.68 X X +syn@2.0.72 X X sync_wrapper@1.0.1 X -thiserror@1.0.61 X X -thiserror-impl@1.0.61 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.6.1 X X X +tinyvec@1.8.0 X X X tinyvec_macros@0.1.1 X X X -tokio@1.38.0 X +tokio@1.39.1 X tokio-rustls@0.26.0 X X tokio-util@0.7.11 X tower@0.4.13 X @@ -186,8 +188,8 @@ 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.9.1 X X -version_check@0.9.4 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 @@ -203,21 +205,21 @@ 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.5 X X +windows-targets@0.52.6 X X windows_aarch64_gnullvm@0.48.5 X X -windows_aarch64_gnullvm@0.52.5 X X +windows_aarch64_gnullvm@0.52.6 X X windows_aarch64_msvc@0.48.5 X X -windows_aarch64_msvc@0.52.5 X X +windows_aarch64_msvc@0.52.6 X X windows_i686_gnu@0.48.5 X X -windows_i686_gnu@0.52.5 X X -windows_i686_gnullvm@0.52.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.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.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.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.5 X X +windows_x86_64_msvc@0.52.6 X X winreg@0.52.0 X zeroize@1.8.1 X X diff --git a/core/DEPENDENCIES.rust.tsv b/core/DEPENDENCIES.rust.tsv index 2974b9205d8..e438f821ae1 100644 --- a/core/DEPENDENCIES.rust.tsv +++ b/core/DEPENDENCIES.rust.tsv @@ -4,15 +4,15 @@ 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.80 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 block-buffer@0.10.4 X X bumpalo@3.16.0 X X -bytes@1.6.0 X -cc@1.0.104 X X +bytes@1.6.1 X +cc@1.1.6 X X cfg-if@1.0.0 X X chrono@0.4.38 X X const-oid@0.9.6 X X @@ -27,7 +27,7 @@ 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.5 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 @@ -47,10 +47,10 @@ 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.0 X +http-body@1.0.1 X http-body-util@0.1.2 X httparse@1.9.4 X X -hyper@1.4.0 X +hyper@1.4.1 X hyper-rustls@0.27.2 X X X hyper-util@0.1.6 X iana-time-zone@0.1.60 X X @@ -65,12 +65,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@0.8.11 X +mio@1.0.1 X num-traits@0.2.19 X X -num_cpus@1.16.0 X X -object@0.36.1 X X +object@0.36.2 X X once_cell@1.19.0 X X -opendal@0.47.3 X +opendal@0.48.0 X ordered-multimap@0.7.3 X percent-encoding@2.3.1 X X pin-project@1.1.5 X X @@ -79,25 +78,26 @@ pin-project-lite@0.2.14 X X pin-utils@0.1.0 X X ppv-lite86@0.2.17 X X proc-macro2@1.0.86 X X -quick-xml@0.31.0 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.15.2 X +reqsign@0.16.0 X reqwest@0.12.5 X X ring@0.17.8 X rust-ini@0.21.0 X rustc-demangle@0.1.24 X X rustc_version@0.4.0 X X -rustls@0.23.10 X X X +rustls@0.23.12 X X X rustls-pemfile@2.1.2 X X X rustls-pki-types@1.7.0 X X -rustls-webpki@0.102.4 X +rustls-webpki@0.102.6 X ryu@1.0.18 X X semver@1.0.23 X X -serde@1.0.203 X X -serde_derive@1.0.203 X X +serde@1.0.204 X X +serde_derive@1.0.204 X X serde_json@1.0.120 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X @@ -107,13 +107,13 @@ 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.68 X X +syn@2.0.72 X X sync_wrapper@1.0.1 X tiny-keccak@2.0.2 X -tinyvec@1.6.1 X X X +tinyvec@1.8.0 X X X tinyvec_macros@0.1.1 X X X -tokio@1.38.0 X -tokio-macros@2.3.0 X +tokio@1.39.1 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 @@ -129,9 +129,9 @@ 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.9.1 X X +uuid@1.10.0 X X valuable@0.1.0 X -version_check@0.9.4 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 @@ -147,21 +147,21 @@ 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.5 X X +windows-targets@0.52.6 X X windows_aarch64_gnullvm@0.48.5 X X -windows_aarch64_gnullvm@0.52.5 X X +windows_aarch64_gnullvm@0.52.6 X X windows_aarch64_msvc@0.48.5 X X -windows_aarch64_msvc@0.52.5 X X +windows_aarch64_msvc@0.52.6 X X windows_i686_gnu@0.48.5 X X -windows_i686_gnu@0.52.5 X X -windows_i686_gnullvm@0.52.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.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.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.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.5 X X +windows_x86_64_msvc@0.52.6 X X winreg@0.52.0 X zeroize@1.8.1 X X diff --git a/integrations/cloudfilter/DEPENDENCIES.rust.tsv b/integrations/cloudfilter/DEPENDENCIES.rust.tsv index 356cb3625a4..21508b010fb 100644 --- a/integrations/cloudfilter/DEPENDENCIES.rust.tsv +++ b/integrations/cloudfilter/DEPENDENCIES.rust.tsv @@ -4,28 +4,32 @@ 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.80 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.6.0 X -cc@1.0.104 X X +bytes@1.6.1 X +cc@1.1.6 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.5 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 @@ -34,11 +38,12 @@ 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.0 X +http-body@1.0.1 X http-body-util@0.1.2 X httparse@1.9.4 X X -hyper@1.4.0 X +hyper@1.4.1 X hyper-rustls@0.27.2 X X X hyper-util@0.1.6 X iana-time-zone@0.1.60 X X @@ -51,43 +56,52 @@ 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@0.8.11 X +mio@1.0.1 X +nt-time@0.8.0 X X +num-conv@0.1.0 X X num-traits@0.2.19 X X -object@0.36.1 X X +object@0.36.2 X X once_cell@1.19.0 X X -opendal@0.47.3 X +opendal@0.48.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.31.0 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.10 X X X +rustls@0.23.12 X X X rustls-pemfile@2.1.2 X X X rustls-pki-types@1.7.0 X X -rustls-webpki@0.102.4 X +rustls-webpki@0.102.6 X ryu@1.0.18 X X -serde@1.0.203 X X -serde_derive@1.0.203 X X +serde@1.0.204 X X +serde_derive@1.0.204 X X serde_json@1.0.120 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.68 X X +syn@2.0.72 X X sync_wrapper@1.0.1 X -tinyvec@1.6.1 X X 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.38.0 X +tokio@1.39.1 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 @@ -102,8 +116,8 @@ 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.9.1 X X -version_check@0.9.4 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 @@ -116,25 +130,26 @@ 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.5 X X +windows-targets@0.52.6 X X windows_aarch64_gnullvm@0.48.5 X X -windows_aarch64_gnullvm@0.52.5 X X +windows_aarch64_gnullvm@0.52.6 X X windows_aarch64_msvc@0.48.5 X X -windows_aarch64_msvc@0.52.5 X X +windows_aarch64_msvc@0.52.6 X X windows_i686_gnu@0.48.5 X X -windows_i686_gnu@0.52.5 X X -windows_i686_gnullvm@0.52.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.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.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.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.5 X X +windows_x86_64_msvc@0.52.6 X X winreg@0.52.0 X zeroize@1.8.1 X X diff --git a/integrations/dav-server/DEPENDENCIES.rust.tsv b/integrations/dav-server/DEPENDENCIES.rust.tsv index bd8ab86ddf8..9bde5474843 100644 --- a/integrations/dav-server/DEPENDENCIES.rust.tsv +++ b/integrations/dav-server/DEPENDENCIES.rust.tsv @@ -7,7 +7,7 @@ allocator-api2@0.2.18 X X android-tzdata@0.1.1 X X android_system_properties@0.1.5 X X anyhow@1.0.86 X X -async-trait@0.1.80 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 @@ -16,19 +16,19 @@ base64@0.22.1 X X bitflags@2.6.0 X X block-buffer@0.10.4 X X bumpalo@3.16.0 X X -bytes@1.6.0 X -cc@1.0.104 X X +bytes@1.6.1 X +cc@1.1.6 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 crypto-common@0.1.6 X X -dav-server@0.6.0 X -dav-server-opendalfs@0.0.5 X +dav-server@0.7.0 X +dav-server-opendalfs@0.0.6 X deranged@0.3.11 X X digest@0.10.7 X X fastrand@2.1.0 X X -flagset@0.4.5 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 @@ -49,11 +49,11 @@ headers-core@0.3.0 X hermit-abi@0.3.9 X X htmlescape@0.3.1 X X X http@1.1.0 X X -http-body@1.0.0 X +http-body@1.0.1 X http-body-util@0.1.2 X httparse@1.9.4 X X httpdate@1.0.3 X X -hyper@1.4.0 X +hyper@1.4.1 X hyper-rustls@0.27.2 X X X hyper-util@0.1.6 X iana-time-zone@0.1.60 X X @@ -72,13 +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@0.8.11 X +mio@1.0.1 X num-conv@0.1.0 X X num-traits@0.2.19 X X -num_cpus@1.16.0 X X -object@0.36.1 X X +object@0.36.2 X X once_cell@1.19.0 X X -opendal@0.47.3 X +opendal@0.48.0 X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X percent-encoding@2.3.1 X X @@ -88,23 +87,23 @@ 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.31.0 X +quick-xml@0.36.1 X quote@1.0.36 X X -redox_syscall@0.5.2 X +redox_syscall@0.5.3 X regex@1.10.5 X X regex-automata@0.4.7 X X regex-syntax@0.8.4 X X reqwest@0.12.5 X X ring@0.17.8 X rustc-demangle@0.1.24 X X -rustls@0.23.10 X X X +rustls@0.23.12 X X X rustls-pemfile@2.1.2 X X X rustls-pki-types@1.7.0 X X -rustls-webpki@0.102.4 X +rustls-webpki@0.102.6 X ryu@1.0.18 X X scopeguard@1.2.0 X X -serde@1.0.203 X X -serde_derive@1.0.203 X X +serde@1.0.204 X X +serde_derive@1.0.204 X X serde_json@1.0.120 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X @@ -113,15 +112,15 @@ 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.68 X 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.6.1 X X X +tinyvec@1.8.0 X X X tinyvec_macros@0.1.1 X X X -tokio@1.38.0 X -tokio-macros@2.3.0 X +tokio@1.39.1 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 @@ -137,8 +136,8 @@ 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.9.1 X X -version_check@0.9.4 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 @@ -154,22 +153,22 @@ 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.5 X X +windows-targets@0.52.6 X X windows_aarch64_gnullvm@0.48.5 X X -windows_aarch64_gnullvm@0.52.5 X X +windows_aarch64_gnullvm@0.52.6 X X windows_aarch64_msvc@0.48.5 X X -windows_aarch64_msvc@0.52.5 X X +windows_aarch64_msvc@0.52.6 X X windows_i686_gnu@0.48.5 X X -windows_i686_gnu@0.52.5 X X -windows_i686_gnullvm@0.52.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.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.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.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.5 X X +windows_x86_64_msvc@0.52.6 X X winreg@0.52.0 X xml-rs@0.8.20 X xmltree@0.10.3 X diff --git a/integrations/fuse3/DEPENDENCIES.rust.tsv b/integrations/fuse3/DEPENDENCIES.rust.tsv index f800d0e9715..627cc6d0fc4 100644 --- a/integrations/fuse3/DEPENDENCIES.rust.tsv +++ b/integrations/fuse3/DEPENDENCIES.rust.tsv @@ -5,7 +5,7 @@ android-tzdata@0.1.1 X X android_system_properties@0.1.5 X X anyhow@1.0.86 X X async-notify@0.3.0 X -async-trait@0.1.80 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 @@ -14,8 +14,8 @@ bincode@1.3.3 X bitflags@2.6.0 X X block-buffer@0.10.4 X X bumpalo@3.16.0 X X -bytes@1.6.0 X -cc@1.0.104 X X +bytes@1.6.1 X +cc@1.1.6 X X cfg-if@1.0.0 X X cfg_aliases@0.1.1 X chrono@0.4.38 X X @@ -29,11 +29,11 @@ either@1.13.0 X X errno@0.3.9 X X event-listener@4.0.3 X X fastrand@2.1.0 X X -flagset@0.4.5 X +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.2 X +fuse3_opendal@0.0.3 X futures@0.3.30 X X futures-channel@0.3.30 X X futures-core@0.3.30 X X @@ -45,12 +45,13 @@ 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 home@0.5.9 X X http@1.1.0 X X -http-body@1.0.0 X +http-body@1.0.1 X http-body-util@0.1.2 X httparse@1.9.4 X X -hyper@1.4.0 X +hyper@1.4.1 X hyper-rustls@0.27.2 X X X hyper-util@0.1.6 X iana-time-zone@0.1.60 X X @@ -68,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@0.8.11 X +mio@1.0.1 X nix@0.28.0 X num-traits@0.2.19 X X -object@0.36.1 X X +object@0.36.2 X X once_cell@1.19.0 X X -opendal@0.47.3 X +opendal@0.48.0 X parking@2.2.0 X X percent-encoding@2.3.1 X X pin-project@1.1.5 X X @@ -81,19 +82,19 @@ pin-project-internal@1.1.5 X X pin-project-lite@0.2.14 X X pin-utils@0.1.0 X X proc-macro2@1.0.86 X X -quick-xml@0.31.0 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 rustix@0.38.34 X X X -rustls@0.23.10 X X X +rustls@0.23.12 X X X rustls-pemfile@2.1.2 X X X rustls-pki-types@1.7.0 X X -rustls-webpki@0.102.4 X +rustls-webpki@0.102.6 X ryu@1.0.18 X X -serde@1.0.203 X X -serde_derive@1.0.203 X X +serde@1.0.204 X X +serde_derive@1.0.204 X X serde_json@1.0.120 X X serde_urlencoded@0.7.1 X X sharded-slab@0.1.7 X @@ -103,12 +104,12 @@ 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.68 X X +syn@2.0.72 X X sync_wrapper@1.0.1 X -tinyvec@1.6.1 X X X +tinyvec@1.8.0 X X X tinyvec_macros@0.1.1 X X X -tokio@1.38.0 X -tokio-macros@2.3.0 X +tokio@1.39.1 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 @@ -125,8 +126,8 @@ 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.9.1 X X -version_check@0.9.4 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 @@ -143,22 +144,22 @@ 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.5 X X +windows-targets@0.52.6 X X windows_aarch64_gnullvm@0.48.5 X X -windows_aarch64_gnullvm@0.52.5 X X +windows_aarch64_gnullvm@0.52.6 X X windows_aarch64_msvc@0.48.5 X X -windows_aarch64_msvc@0.52.5 X X +windows_aarch64_msvc@0.52.6 X X windows_i686_gnu@0.48.5 X X -windows_i686_gnu@0.52.5 X X -windows_i686_gnullvm@0.52.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.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.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.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.5 X X +windows_x86_64_msvc@0.52.6 X X winreg@0.52.0 X winsafe@0.0.19 X zeroize@1.8.1 X X diff --git a/integrations/object_store/DEPENDENCIES.rust.tsv b/integrations/object_store/DEPENDENCIES.rust.tsv index 1eefbbcae61..a3db43229d4 100644 --- a/integrations/object_store/DEPENDENCIES.rust.tsv +++ b/integrations/object_store/DEPENDENCIES.rust.tsv @@ -4,7 +4,7 @@ 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.80 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 @@ -12,8 +12,8 @@ base64@0.22.1 X X bitflags@2.6.0 X X block-buffer@0.10.4 X X bumpalo@3.16.0 X X -bytes@1.6.0 X -cc@1.0.104 X X +bytes@1.6.1 X +cc@1.1.6 X X cfg-if@1.0.0 X X chrono@0.4.38 X X const-oid@0.9.6 X X @@ -25,7 +25,7 @@ digest@0.10.7 X X doc-comment@0.3.3 X either@1.13.0 X X fastrand@2.1.0 X X -flagset@0.4.5 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 @@ -46,18 +46,18 @@ 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.0 X +http-body@1.0.1 X http-body-util@0.1.2 X httparse@1.9.4 X X humantime@2.1.0 X X -hyper@1.4.0 X +hyper@1.4.1 X hyper-rustls@0.27.2 X X X hyper-util@0.1.6 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 -itertools@0.12.1 X X +itertools@0.13.0 X X itoa@1.0.11 X X js-sys@0.3.69 X X libc@0.2.155 X X @@ -67,14 +67,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@0.8.11 X +mio@1.0.1 X num-traits@0.2.19 X X -num_cpus@1.16.0 X X -object@0.36.1 X X -object_store@0.10.1 X X -object_store_opendal@0.44.3 X +object@0.36.2 X X +object_store@0.10.2 X X +object_store_opendal@0.45.0 X once_cell@1.19.0 X X -opendal@0.47.3 X +opendal@0.48.0 X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X percent-encoding@2.3.1 X X @@ -84,27 +83,27 @@ pin-project-lite@0.2.14 X X pin-utils@0.1.0 X X ppv-lite86@0.2.17 X X proc-macro2@1.0.86 X X -quick-xml@0.31.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.2 X -reqsign@0.15.2 X +redox_syscall@0.5.3 X +reqsign@0.16.0 X reqwest@0.12.5 X X ring@0.17.8 X rustc-demangle@0.1.24 X X rustc_version@0.4.0 X X -rustls@0.23.10 X X X +rustls@0.23.12 X X X rustls-pemfile@2.1.2 X X X rustls-pki-types@1.7.0 X X -rustls-webpki@0.102.4 X +rustls-webpki@0.102.6 X 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.203 X X -serde_derive@1.0.203 X X +serde@1.0.204 X X +serde_derive@1.0.204 X X serde_json@1.0.120 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X @@ -117,12 +116,12 @@ 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.68 X X +syn@2.0.72 X X sync_wrapper@1.0.1 X -tinyvec@1.6.1 X X X +tinyvec@1.8.0 X X X tinyvec_macros@0.1.1 X X X -tokio@1.38.0 X -tokio-macros@2.3.0 X +tokio@1.39.1 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 @@ -138,8 +137,8 @@ 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.9.1 X X -version_check@0.9.4 X X +uuid@1.10.0 X X +version_check@0.9.5 X X walkdir@2.5.0 X X want@0.3.1 X wasi@0.11.0+wasi-snapshot-preview1 X X X @@ -157,21 +156,21 @@ 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.5 X X +windows-targets@0.52.6 X X windows_aarch64_gnullvm@0.48.5 X X -windows_aarch64_gnullvm@0.52.5 X X +windows_aarch64_gnullvm@0.52.6 X X windows_aarch64_msvc@0.48.5 X X -windows_aarch64_msvc@0.52.5 X X +windows_aarch64_msvc@0.52.6 X X windows_i686_gnu@0.48.5 X X -windows_i686_gnu@0.52.5 X X -windows_i686_gnullvm@0.52.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.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.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.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.5 X X +windows_x86_64_msvc@0.52.6 X X winreg@0.52.0 X zeroize@1.8.1 X X diff --git a/integrations/unftp-sbe/DEPENDENCIES.rust.tsv b/integrations/unftp-sbe/DEPENDENCIES.rust.tsv index 81751fe1c66..17c236a6564 100644 --- a/integrations/unftp-sbe/DEPENDENCIES.rust.tsv +++ b/integrations/unftp-sbe/DEPENDENCIES.rust.tsv @@ -8,10 +8,10 @@ arc-swap@1.7.1 X X asn1-rs@0.6.1 X X asn1-rs-derive@0.5.0 X X asn1-rs-impl@0.2.0 X X -async-trait@0.1.80 X X +async-trait@0.1.81 X X autocfg@1.3.0 X X -aws-lc-rs@1.8.0 X X -aws-lc-sys@0.19.0 X X X +aws-lc-rs@1.8.1 X X +aws-lc-sys@0.20.0 X X X backon@0.4.4 X backtrace@0.3.73 X X base64@0.22.1 X X @@ -19,8 +19,8 @@ bindgen@0.69.4 X bitflags@2.6.0 X X block-buffer@0.10.4 X X bumpalo@3.16.0 X X -bytes@1.6.0 X -cc@1.0.104 X X +bytes@1.6.1 X +cc@1.1.6 X X cexpr@0.6.0 X X cfg-if@1.0.0 X X cfg_aliases@0.2.1 X @@ -48,7 +48,7 @@ dunce@1.0.4 X X X either@1.13.0 X X errno@0.3.9 X X fastrand@2.1.0 X X -flagset@0.4.5 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 @@ -70,10 +70,10 @@ 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.0 X +http-body@1.0.1 X http-body-util@0.1.2 X httparse@1.9.4 X X -hyper@1.4.0 X +hyper@1.4.1 X hyper-rustls@0.27.2 X X X hyper-util@0.1.6 X iana-time-zone@0.1.60 X X @@ -82,12 +82,12 @@ idna@0.5.0 X X ipnet@2.9.0 X X itertools@0.12.1 X X itoa@1.0.11 X X -jobserver@0.1.31 X X +jobserver@0.1.32 X X js-sys@0.3.69 X X lazy_static@1.5.0 X X lazycell@1.3.0 X X libc@0.2.155 X X -libloading@0.8.4 X +libloading@0.8.5 X libunftp@0.20.1 X linux-raw-sys@0.4.14 X X X lock_api@0.4.12 X X @@ -97,20 +97,19 @@ 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@0.8.11 X +mio@1.0.1 X mirai-annotations@1.12.0 X -moka@0.12.7 X X +moka@0.12.8 X X nix@0.29.0 X nom@7.1.3 X num-bigint@0.4.6 X X num-conv@0.1.0 X X num-integer@0.1.46 X X num-traits@0.2.19 X X -num_cpus@1.16.0 X X -object@0.36.1 X X +object@0.36.2 X X oid-registry@0.7.0 X X once_cell@1.19.0 X X -opendal@0.47.3 X +opendal@0.48.0 X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X paste@1.0.15 X X @@ -125,16 +124,16 @@ prettyplease@0.2.20 X X proc-macro2@1.0.86 X X prometheus@0.13.4 X proxy-protocol@0.5.0 X X -quick-xml@0.31.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.2 X +redox_syscall@0.5.3 X regex@1.10.5 X X regex-automata@0.4.7 X X regex-syntax@0.8.4 X X -reqsign@0.15.2 X +reqsign@0.16.0 X reqwest@0.12.5 X X ring@0.17.8 X rustc-demangle@0.1.24 X X @@ -142,15 +141,15 @@ rustc-hash@1.1.0 X X rustc_version@0.4.0 X X rusticata-macros@4.1.0 X X rustix@0.38.34 X X X -rustls@0.23.10 X X X +rustls@0.23.12 X X X rustls-pemfile@2.1.2 X X X rustls-pki-types@1.7.0 X X -rustls-webpki@0.102.4 X +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.203 X X -serde_derive@1.0.203 X X +serde@1.0.204 X X +serde_derive@1.0.204 X X serde_json@1.0.120 X X serde_urlencoded@0.7.1 X X sha1@0.10.6 X X @@ -168,19 +167,19 @@ 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.68 X X +syn@2.0.72 X X sync_wrapper@1.0.1 X synstructure@0.13.1 X tagptr@0.2.0 X X -thiserror@1.0.61 X X -thiserror-impl@1.0.61 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 -tinyvec@1.6.1 X X X +tinyvec@1.8.0 X X X tinyvec_macros@0.1.1 X X X -tokio@1.38.0 X -tokio-macros@2.3.0 X +tokio@1.39.1 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 @@ -189,17 +188,17 @@ tower-service@0.3.2 X tracing@0.1.40 X tracing-attributes@0.1.27 X tracing-core@0.1.32 X -triomphe@0.1.13 X X +triomphe@0.1.11 X X try-lock@0.2.5 X typenum@1.17.0 X X -unftp-sbe-opendal@0.0.2 X +unftp-sbe-opendal@0.0.3 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.9.1 X X -version_check@0.9.4 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 @@ -216,22 +215,22 @@ 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.5 X X +windows-targets@0.52.6 X X windows_aarch64_gnullvm@0.48.5 X X -windows_aarch64_gnullvm@0.52.5 X X +windows_aarch64_gnullvm@0.52.6 X X windows_aarch64_msvc@0.48.5 X X -windows_aarch64_msvc@0.52.5 X X +windows_aarch64_msvc@0.52.6 X X windows_i686_gnu@0.48.5 X X -windows_i686_gnu@0.52.5 X X -windows_i686_gnullvm@0.52.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.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.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.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.5 X X +windows_x86_64_msvc@0.52.6 X X winreg@0.52.0 X x509-parser@0.16.0 X X zeroize@1.8.1 X X diff --git a/integrations/virtiofs/DEPENDENCIES.rust.tsv b/integrations/virtiofs/DEPENDENCIES.rust.tsv index b5b4d0ef218..16b840c07d1 100644 --- a/integrations/virtiofs/DEPENDENCIES.rust.tsv +++ b/integrations/virtiofs/DEPENDENCIES.rust.tsv @@ -8,11 +8,11 @@ libc@0.2.155 X X log@0.4.22 X X proc-macro2@1.0.86 X X quote@1.0.36 X X -snafu@0.8.3 X X -snafu-derive@0.8.3 X X -syn@2.0.68 X X -thiserror@1.0.61 X X -thiserror-impl@1.0.61 X X +snafu@0.8.4 X X +snafu-derive@0.8.4 X X +syn@2.0.72 X X +thiserror@1.0.63 X X +thiserror-impl@1.0.63 X X unicode-ident@1.0.12 X X X vhost@0.11.0 X X vhost-user-backend@0.14.0 X