Skip to content

Commit

Permalink
Bump tokio from 1.41.1 to 1.42.0 (#1293)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.42.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.42.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent 39872eb commit 086406e
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 = "2.0.4"
tokio = { version = "1.41.1", features = ["rt-multi-thread", "time", "sync"] }
tokio = { version = "1.42.0", features = ["rt-multi-thread", "time", "sync"] }
uniffi = "0.28.3"
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.41.1", features = ["rt-multi-thread", "time", "sync"] }
tokio = { version = "1.42.0", features = ["rt-multi-thread", "time", "sync"] }
anyhow = { version = "1.0.94", features = [] }
bitcoin = { version = "0.30.2", default-features = false }
breez-sdk-core = { git = "https://github.com/breez/breez-sdk", tag = "0.6.5" }
Expand Down

0 comments on commit 086406e

Please sign in to comment.