From 9fd763c4943013c439ac52616866359f1894845e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:51:59 +0000 Subject: [PATCH] build(deps): bump fluvio-future from 0.6.2 to 0.7.0 Bumps [fluvio-future](https://github.com/infinyon/future-aio) from 0.6.2 to 0.7.0. - [Release notes](https://github.com/infinyon/future-aio/releases) - [Changelog](https://github.com/infinyon/future-aio/blob/master/CHANGELOG.md) - [Commits](https://github.com/infinyon/future-aio/commits) --- updated-dependencies: - dependency-name: fluvio-future dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 65 +++----------------------------------------- Cargo.toml | 2 +- nj-derive/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 63 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0279ebb5..3f5efbc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -216,17 +216,6 @@ dependencies = [ "syn 2.0.66", ] -[[package]] -name = "async_io_stream" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c" -dependencies = [ - "futures", - "pharos", - "rustc_version", -] - [[package]] name = "atomic-waker" version = "1.1.2" @@ -447,22 +436,20 @@ checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" [[package]] name = "fluvio-future" -version = "0.6.2" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7bb78c21409e7d24567b9b8a0d880e13ae5ef8fbbfb2a514c3966cd83e078c9" +checksum = "0a28090046453db33a8bace0e1f71350b9878cd7fb576e48592ae8284bc83c7e" dependencies = [ "anyhow", - "async-io 1.13.0", + "async-io 2.3.3", "async-std", "cfg-if", "fluvio-wasm-timer", - "futures-lite 1.13.0", - "log", + "futures-lite 2.3.0", "pin-project", "thiserror", "tracing", "tracing-subscriber", - "ws_stream_wasm", ] [[package]] @@ -1021,16 +1008,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "pharos" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414" -dependencies = [ - "futures", - "rustc_version", -] - [[package]] name = "pin-project" version = "1.1.5" @@ -1206,15 +1183,6 @@ version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" -[[package]] -name = "rustc_version" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" -dependencies = [ - "semver", -] - [[package]] name = "rustix" version = "0.37.27" @@ -1295,12 +1263,6 @@ dependencies = [ "serde", ] -[[package]] -name = "send_wrapper" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" - [[package]] name = "serde" version = "1.0.203" @@ -1924,22 +1886,3 @@ checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1" dependencies = [ "memchr", ] - -[[package]] -name = "ws_stream_wasm" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7999f5f4217fe3818726b66257a4475f71e74ffd190776ad053fa159e50737f5" -dependencies = [ - "async_io_stream", - "futures", - "js-sys", - "log", - "pharos", - "rustc_version", - "send_wrapper", - "thiserror", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", -] diff --git a/Cargo.toml b/Cargo.toml index 7dfff1de..f3047c2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,4 +29,4 @@ members = ["nj-build", "nj-cli", "nj-core", "nj-derive", "nj-sys"] serde_json = "1" serde = { version = "1", default-features = false } uuid = { version = "1.8.0" } -fluvio-future = { version = "0.6.2", default-features = false } \ No newline at end of file +fluvio-future = { version = "0.7.0", default-features = false } \ No newline at end of file diff --git a/nj-derive/Cargo.toml b/nj-derive/Cargo.toml index a93d0626..a903a1c2 100644 --- a/nj-derive/Cargo.toml +++ b/nj-derive/Cargo.toml @@ -21,4 +21,4 @@ Inflector = "0.11.4" [dev-dependencies] trybuild = { git = "https://github.com/infinyon/trybuild", branch = "check_option" } node-bindgen = { path = ".." } -fluvio-future = { version = "0.6.0", features = ["timer"] } +fluvio-future = { version = "0.7.0", features = ["timer"] }