Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 9, 2021
1 parent da17768 commit 24a2e07
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 29 deletions.
60 changes: 41 additions & 19 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 associated-token-account/program/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ spl-token = { version = "3.0", path = "../../token/program", features = ["no-ent
[dev-dependencies]
solana-program-test = "1.5.0"
solana-sdk = "1.5.0"
tokio = { version = "0.3", features = ["macros"]}
tokio = { version = "1.2", features = ["macros"]}

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/cross-program-invocation/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ solana-program = "1.5.1"
[dev-dependencies]
solana-program-test = "1.5.0"
solana-sdk = "1.5.0"
tokio = { version = "0.3", features = ["macros"]}
tokio = { version = "1.2", features = ["macros"]}

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/custom-heap/Cargo.toml
Expand Up @@ -20,7 +20,7 @@ solana-program = "1.5.1"
[dev-dependencies]
solana-program-test = "1.5.0"
solana-sdk = "1.5.0"
tokio = { version = "0.3", features = ["macros"]}
tokio = { version = "1.2", features = ["macros"]}

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/logging/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ solana-program = "1.5.1"
[dev-dependencies]
solana-program-test = "1.5.0"
solana-sdk = "1.5.0"
tokio = { version = "0.3", features = ["macros"]}
tokio = { version = "1.2", features = ["macros"]}

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/sysvar/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ solana-program = "1.5.1"
[dev-dependencies]
solana-program-test = "1.5.0"
solana-sdk = "1.5.0"
tokio = { version = "0.3", features = ["macros"]}
tokio = { version = "1.2", features = ["macros"]}

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/transfer-lamports/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ solana-program = "1.5.1"
[dev-dependencies]
solana-program-test = "1.5.0"
solana-sdk = "1.5.0"
tokio = { version = "0.3", features = ["macros"]}
tokio = { version = "1.2", features = ["macros"]}

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion feature-proposal/program/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ spl-token = { version = "3.0", path = "../../token/program", features = ["no-ent
futures = "0.3"
solana-program-test = "1.5.0"
solana-sdk = "1.5.0"
tokio = { version = "0.3", features = ["macros"]}
tokio = { version = "1.2", features = ["macros"]}

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion memo/program/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ solana-program = "1.5.1"
[dev-dependencies]
solana-program-test = "1.5.1"
solana-sdk = "1.5.1"
tokio = { version = "0.3", features = ["macros"]}
tokio = { version = "1.2", features = ["macros"]}

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion stake-pool/program/Cargo.toml
Expand Up @@ -27,7 +27,7 @@ bincode = "1.3.1"
solana-program-test = "1.5.3"
solana-sdk = "1.5.0"
solana-vote-program = "1.5.3"
tokio = { version = "0.3", features = ["macros"]}
tokio = { version = "1.2", features = ["macros"]}

[lib]
crate-type = ["cdylib", "lib"]
2 changes: 1 addition & 1 deletion token-lending/program/Cargo.toml
Expand Up @@ -31,7 +31,7 @@ solana-program-test = "1.5.0"
solana-sdk = "1.5.0"
serde = "1.0"
serde_yaml = "0.8"
tokio = { version = "0.3", features = ["macros"]}
tokio = { version = "1.2", features = ["macros"]}

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

0 comments on commit 24a2e07

Please sign in to comment.