Skip to content

Commit

Permalink
Merge pull request #1253 from getlipa/dependabot/cargo/tokio-1.41.1
Browse files Browse the repository at this point in the history
Bump tokio from 1.40.0 to 1.41.1
  • Loading branch information
gcomte authored Nov 8, 2024
2 parents 78932b9 + 3f6a1c0 commit 5cc33db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ serde_json = "1.0"
sha2 = { version = "0.10.8", features = [] }
simplelog = { version = "0.12.2" }
thiserror = "1.0.67"
tokio = { version = "1.40.0", features = ["rt-multi-thread", "time", "sync"] }
tokio = { version = "1.41.1", features = ["rt-multi-thread", "time", "sync"] }
uniffi = "0.28.2"
uuid = { version = "1.11.0", features = ["v5"] }

Expand Down
2 changes: 1 addition & 1 deletion mock/breez-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
name = "breez_sdk_core"

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

0 comments on commit 5cc33db

Please sign in to comment.