Skip to content

Commit

Permalink
chore(deps): update rust crate tokio to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 29, 2021
1 parent b1705da commit 3b490cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dummy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ prosto = { path = "../" }
rand = "0.8"
tracing-subscriber = "0.3"
proptest = "1.0"
tokio = { version = "1.12.0", features = ["rt-multi-thread", "sync"]}
tokio = { version = "1.13.0", features = ["rt-multi-thread", "sync"]}
tonic = "0.6"
anyhow = "1.0"

Expand Down

0 comments on commit 3b490cb

Please sign in to comment.