Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: tokio
  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>
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent b9967fd commit d9285f4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
27 changes: 19 additions & 8 deletions evm_loader/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 evm_loader/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ version = "0.2.10"
features = ["is_sync"]

[dev-dependencies]
tokio = { version = "1.38", features = ["full"] }
tokio = { version = "1.39", features = ["full"] }
serde_json = { version = "1.0.120", features = ["preserve_order"] }
solana-sdk.workspace = true

Expand Down

0 comments on commit d9285f4

Please sign in to comment.