Skip to content

Commit

Permalink
fix(dependencies): update rust crate tokio to v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 5, 2021
1 parent 2b723d1 commit 1373a2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 rust/Cargo.toml
Expand Up @@ -214,7 +214,7 @@ strum_macros = "=0.21.1"
tar = { version = "=0.4.37", optional = true }
tempfile = "3.2.0"
thiserror = "=1.0.26"
tokio = { version = "=1.10.0", features = ["full"] }
tokio = { version = "=1.11.0", features = ["full"] }
tokio-tungstenite = { version = "=0.15.0", optional = true }
toml = "=0.5.8"
tracing = "=0.1.26"
Expand Down

0 comments on commit 1373a2e

Please sign in to comment.