Skip to content

Commit

Permalink
Bump tokio from 0.2.24 to 0.3.7 in /graph-data.rs
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 19, 2021
1 parent 274e315 commit 29aa408
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 19 deletions.
47 changes: 29 additions & 18 deletions graph-data.rs/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 graph-data.rs/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ edition = "2018"

[dependencies]
cincinnati = { git = "https://github.com/openshift/cincinnati", rev = "942743910e6fdee387dce99e243dcc52b5cf70bd"}
tokio = { version = "0.2.11", features = [ "fs", "stream" ] }
tokio = { version = "0.3.7", features = [ "fs", "stream" ] }
serde = "^1.0.124"
serde_yaml = "^0.8.17"
anyhow = "1.0"
Expand Down

0 comments on commit 29aa408

Please sign in to comment.