aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-14 10:02:01 -0700
committerGitHub <[email protected]>2021-05-14 10:02:01 -0700
commitfbc64a43884ffd06bf0f1e7911fe0b589179adc8 (patch)
tree95e21a476b02c88e98075df4a3ecf9d9ef18101f
parentMerge pull request #28 from Whirlsplash/renovate/sysinfo-0.x (diff)
parentfix(deps): update rust crate tokio-stream to 0.1.6 (diff)
downloadwhirl-fbc64a43884ffd06bf0f1e7911fe0b589179adc8.tar.xz
whirl-fbc64a43884ffd06bf0f1e7911fe0b589179adc8.zip
Merge pull request #29 from Whirlsplash/renovate/tokio-stream-0.x
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ccc88c1..4d23c55 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,7 @@ config = "0.11.0"
# TCP
tokio = { version = "1.5.0", features = ["full"] }
tokio-util = { version = "0.6.6", features = ["codec"] }
-tokio-stream = "0.1.5"
+tokio-stream = "0.1.6"
# Database
libsqlite3-sys = { version = "0.9.1", features = ["bundled"] }