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 8, 2021
1 parent 7b81c0d commit d7a2cb9
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 19 deletions.
42 changes: 32 additions & 10 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 stake-pool/program/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ thiserror = "1.0"
bincode = "1.3.1"
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"]
2 changes: 1 addition & 1 deletion token-lending/program/Cargo.toml
Expand Up @@ -28,7 +28,7 @@ log = "0.4.8"
assert_matches = "1.4.0"
solana-program-test = "1.5.0"
solana-sdk = "1.5.0"
tokio = { version = "0.3", features = ["macros"]}
tokio = { version = "1.2", features = ["macros"]}
serde = "1.0"
serde_yaml = "0.8"

Expand Down

0 comments on commit d7a2cb9

Please sign in to comment.