From cad8b4a36a483b71dc2fd3a057b5d248e5ade667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 13:29:29 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.40.0 to 1.43.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ crates/dwn-rs-core/Cargo.toml | 2 +- crates/dwn-rs-remote/Cargo.toml | 2 +- crates/dwn-rs-stores/Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f52d9a..aaf0c80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3429,9 +3429,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.155" +version = "0.2.175" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" +checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" [[package]] name = "libm" @@ -6779,9 +6779,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.40.0" +version = "1.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" +checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c" dependencies = [ "backtrace", "bytes", @@ -6795,9 +6795,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", diff --git a/crates/dwn-rs-core/Cargo.toml b/crates/dwn-rs-core/Cargo.toml index 8b2cf34..1991d1f 100644 --- a/crates/dwn-rs-core/Cargo.toml +++ b/crates/dwn-rs-core/Cargo.toml @@ -26,7 +26,7 @@ serde = { version = "1.0.183", features = ["derive"] } serde_ipld_dagcbor = "0.6.0" serde_repr = "0.1.17" serde_with = "3.4.0" -tokio = { version = "1.39.2", features = ["io-util", "rt", "macros"] } +tokio = { version = "1.43.1", features = ["io-util", "rt", "macros"] } derive_more = { version = "1.0", features = ["display", "from", "try_into"] } ssi-dids-core = "0.1.0" base64 = "0.22.1" diff --git a/crates/dwn-rs-remote/Cargo.toml b/crates/dwn-rs-remote/Cargo.toml index 98cd601..80c298e 100644 --- a/crates/dwn-rs-remote/Cargo.toml +++ b/crates/dwn-rs-remote/Cargo.toml @@ -18,7 +18,7 @@ reqwest = { version = "0.12.8", features = [ futures-core = { version = "0.3.30", default-features = false, features = [ "alloc", ] } -tokio = { version = "1.39.2", features = ["io-util", "rt", "macros", "rt-multi-thread"] } +tokio = { version = "1.43.1", features = ["io-util", "rt", "macros", "rt-multi-thread"] } thiserror = "1.0.64" serde = "1.0.210" serde_json = "1.0.128" diff --git a/crates/dwn-rs-stores/Cargo.toml b/crates/dwn-rs-stores/Cargo.toml index b89a867..c89e6f0 100644 --- a/crates/dwn-rs-stores/Cargo.toml +++ b/crates/dwn-rs-stores/Cargo.toml @@ -27,7 +27,7 @@ chrono = { version = "0.4.37", features = ["serde", "wasmbind"] } cid = { version = "0.11.1", features = ["serde"] } thiserror = "1.0.63" time = "0.3.36" -tokio = { version = "1.39.2", features = ["io-util", "rt", "macros"] } +tokio = { version = "1.43.1", features = ["io-util", "rt", "macros"] } tracing = { version = "0.1.40", default-features = false, features = [ "attributes", ] }