Skip to content

Commit e6784c9

Browse files
Bump tokio from 1.44.2 to 1.45.0 (#53)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.2 to 1.45.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.2...tokio-1.45.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61cb67b commit e6784c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
@@ -18,7 +18,7 @@ tiny-keccak = {version = "2.0", features = ["keccak"]}
1818
alloy = {version = "0.15.9", default-features = false, features = ["json-abi", "dyn-abi"]}
1919
bloomfilter = "^3.0"
2020
rand = "0.9.1"
21-
tokio = {version = "1.44", features = ["full"]}
21+
tokio = {version = "1.45", features = ["full"]}
2222
# version_sync: to ensure versions in `Cargo.toml` and `README.md` are in sync
2323
version-sync = "0.9.4"
2424

0 commit comments

Comments
 (0)