Skip to content

Commit

Permalink
build(deps): bump tokio from 1.33.0 to 1.34.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.33.0 to 1.34.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.33.0...tokio-1.34.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 10, 2023
1 parent 6ed7254 commit 0bcd1d5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 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 libraries/concurrent-merkle-tree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ thiserror = "1.0.50"
rand_distr = "0.4.3"
rand = "0.8"
spl-merkle-tree-reference = { version = "0.1.0", path = "../merkle-tree-reference" }
tokio = { version = "1.12", features = ["full"] }
tokio = { version = "1.34", features = ["full"] }

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion single-pool/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
edition = "2021"

[dependencies]
tokio = "1.14"
tokio = "1.34"
clap = { version = "3.2.23", features = ["derive"] }
console = "0.15.7"
borsh = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion token/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spl-memo = { version = "4.0.0", path = "../../memo/program", features = [
] }
strum = "0.25"
strum_macros = "0.25"
tokio = "1.14"
tokio = "1.34"

[dev-dependencies]
solana-test-validator = "=1.17.2"
Expand Down

0 comments on commit 0bcd1d5

Please sign in to comment.