From 17e7d12a40b096deb0967f7f6f66df5748bd165e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:03:54 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.32.0 to 1.33.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.32.0 to 1.33.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.32.0...tokio-1.33.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- flutter/native/Cargo.toml | 2 +- integrationtests/Cargo.toml | 4 ++-- moksha-fedimint/Cargo.toml | 2 +- moksha-mint/Cargo.toml | 2 +- moksha-wallet/Cargo.toml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a0483f22..d4ee816a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4082,9 +4082,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.32.0" +version = "1.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" +checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" dependencies = [ "backtrace", "bytes", diff --git a/flutter/native/Cargo.toml b/flutter/native/Cargo.toml index 70aecdec..a041d589 100644 --- a/flutter/native/Cargo.toml +++ b/flutter/native/Cargo.toml @@ -22,7 +22,7 @@ lightning-invoice = "0.24.0" async-trait = "0.1.72" url = "2.4.1" secp256k1 = { version = "0.27.0", features = ["rand", "serde"] } -tokio = { version = "1.30.0", features = ["rt", "sync", "io-util", "macros"] } +tokio = { version = "1.33.0", features = ["rt", "sync", "io-util", "macros"] } lazy_static = "1.4.0" once_cell = "1.18.0" diff --git a/integrationtests/Cargo.toml b/integrationtests/Cargo.toml index a0806456..8d121762 100644 --- a/integrationtests/Cargo.toml +++ b/integrationtests/Cargo.toml @@ -28,11 +28,11 @@ secp256k1 = { version = "0.24.0", default-features = false, features = ["recover tracing = "0.1.37" [target.'cfg(not(target_family="wasm"))'.dependencies] -tokio = { version = "1.30.0", features = ["sync", "rt"] } +tokio = { version = "1.33.0", features = ["sync", "rt"] } [dev-dependencies] anyhow = { version = "1.0.75", features = ["backtrace"] } -tokio = { version = "1.30.0", features = ["full"] } +tokio = { version = "1.33.0", features = ["full"] } reqwest = { version = "0.11.22", default-features = false } moksha-mint = { path = "../moksha-mint" } moksha-wallet = { path = "../moksha-wallet" } diff --git a/moksha-fedimint/Cargo.toml b/moksha-fedimint/Cargo.toml index 88043029..0edeead0 100644 --- a/moksha-fedimint/Cargo.toml +++ b/moksha-fedimint/Cargo.toml @@ -23,7 +23,7 @@ fedimint-wallet-client = { git = "https://github.com/fedimint/fedimint", rev = " futures = "0.3.26" [target.'cfg(not(target_family="wasm"))'.dependencies] -tokio = { version = "1.30.0", features = ["rt"] } +tokio = { version = "1.33.0", features = ["rt"] } fedimint-rocksdb = { git = "https://github.com/fedimint/fedimint", rev = "6d833d0a85db07245c627d9bbab0757e41043eb2" } [target.'cfg(target_family = "wasm")'.dependencies] diff --git a/moksha-mint/Cargo.toml b/moksha-mint/Cargo.toml index 2a9aa10e..464db6cd 100644 --- a/moksha-mint/Cargo.toml +++ b/moksha-mint/Cargo.toml @@ -25,7 +25,7 @@ serde = { version = "1.0.188", features = ["derive"] } serde_derive = "1.0.171" serde_json = "1.0.107" serde_with = "3.1.0" -tokio = { version = "1.30.0", features = ["full"] } +tokio = { version = "1.33.0", features = ["full"] } tower-http = { version = "0.4.4", features = ["trace", "cors", "fs", "set-header"] } tower-service = { version = "0.3.2" } tracing = "0.1.37" diff --git a/moksha-wallet/Cargo.toml b/moksha-wallet/Cargo.toml index ee8ce290..4581fdd5 100644 --- a/moksha-wallet/Cargo.toml +++ b/moksha-wallet/Cargo.toml @@ -31,7 +31,7 @@ serde-wasm-bindgen = "0.6.0" wasm-bindgen = "0.2.87" rexie = "0.5.0" -tokio = { version = "1.32.0", features = ["rt", "sync"] } +tokio = { version = "1.33.0", features = ["rt", "sync"] } [target.'cfg(not(target_family="wasm"))'.dependencies] reqwest = { version = "0.11.22", features = ["serde_json", "json", "rustls-tls"], default-features = false }