Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 29aa408

Browse files
authoredMar 19, 2021
Bump tokio from 0.2.24 to 0.3.7 in /graph-data.rs
Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.24 to 0.3.7. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-0.2.24...tokio-0.3.7) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 274e315 commit 29aa408

File tree

2 files changed

+30
-19
lines changed

2 files changed

+30
-19
lines changed
 

‎graph-data.rs/Cargo.lock

+29-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎graph-data.rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66

77
[dependencies]
88
cincinnati = { git = "https://github.com/openshift/cincinnati", rev = "942743910e6fdee387dce99e243dcc52b5cf70bd"}
9-
tokio = { version = "0.2.11", features = [ "fs", "stream" ] }
9+
tokio = { version = "0.3.7", features = [ "fs", "stream" ] }
1010
serde = "^1.0.124"
1111
serde_yaml = "^0.8.17"
1212
anyhow = "1.0"

0 commit comments

Comments
 (0)
Please sign in to comment.