Skip to content

Commit

Permalink
chore(deps): update rust crate tokio to 1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent b1705da commit 7710ffe
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.37.0", features = ["rt-multi-thread", "sync"]}
tonic = "0.6"
anyhow = "1.0"

Expand Down

0 comments on commit 7710ffe

Please sign in to comment.