Skip to content

Commit 3f6a1c0

Browse files
Bump tokio from 1.40.0 to 1.41.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.41.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.41.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 78932b9 commit 3f6a1c0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ serde_json = "1.0"
5858
sha2 = { version = "0.10.8", features = [] }
5959
simplelog = { version = "0.12.2" }
6060
thiserror = "1.0.67"
61-
tokio = { version = "1.40.0", features = ["rt-multi-thread", "time", "sync"] }
61+
tokio = { version = "1.41.1", features = ["rt-multi-thread", "time", "sync"] }
6262
uniffi = "0.28.2"
6363
uuid = { version = "1.11.0", features = ["v5"] }
6464

mock/breez-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
name = "breez_sdk_core"
88

99
[dependencies]
10-
tokio = { version = "1.37.0", features = ["rt-multi-thread", "time", "sync"] }
10+
tokio = { version = "1.41.1", features = ["rt-multi-thread", "time", "sync"] }
1111
anyhow = { version = "1.0.92", features = [] }
1212
bitcoin = { version = "0.30.2", default-features = false }
1313
breez-sdk-core = { git = "https://github.com/breez/breez-sdk", tag = "0.6.2" }

0 commit comments

Comments
 (0)