From 8cf1b6427a830c96a1834951682929a9724e5c20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 12:40:37 +0200 Subject: [PATCH] build(deps): bump tokio from 1.44.0 to 1.44.2 in /nym-wallet (#5694) --- nym-wallet/Cargo.lock | 4 ++-- nym-wallet/src-tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nym-wallet/Cargo.lock b/nym-wallet/Cargo.lock index cf9ec89098..b75821f05d 100644 --- a/nym-wallet/Cargo.lock +++ b/nym-wallet/Cargo.lock @@ -6408,9 +6408,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.44.0" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "bytes", diff --git a/nym-wallet/src-tauri/Cargo.toml b/nym-wallet/src-tauri/Cargo.toml index 54bddba346..b3a80a41ae 100644 --- a/nym-wallet/src-tauri/Cargo.toml +++ b/nym-wallet/src-tauri/Cargo.toml @@ -42,7 +42,7 @@ tauri = { version = "=1.2.3", features = ["clipboard-all", "shell-open", "update #tendermint-rpc = "0.23.0" time = { version = "0.3.30", features = ["local-offset"] } thiserror = "1.0" -tokio = { version = "1.10", features = ["full"] } +tokio = { version = "1.44", features = ["full"] } toml = "0.5.8" url = "2.2" k256 = { version = "0.13", features = ["ecdsa", "sha256"] }