Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 009b15e

Browse files
build(deps): bump tokio from 1.42.0 to 1.43.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.43.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 63b2173 commit 009b15e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

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

libraries/concurrent-merkle-tree/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ thiserror = "2.0.9"
2020
rand_distr = "0.4.3"
2121
rand = "0.8"
2222
spl-merkle-tree-reference = { version = "0.1.0", path = "../merkle-tree-reference" }
23-
tokio = { version = "1.42", features = ["full"] }
23+
tokio = { version = "1.43", features = ["full"] }
2424

2525
[lib]
2626
crate-type = ["cdylib", "lib"]

0 commit comments

Comments
 (0)