diff options
| author | Fuwn <[email protected]> | 2021-05-14 10:02:01 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-14 10:02:01 +0000 |
| commit | db024a3526a924cd23a68a25d9f790cd29adad6b (patch) | |
| tree | efb1d5aff5622f6f76990a32cd11f09db3b91990 | |
| parent | Merge pull request #28 from Whirlsplash/renovate/sysinfo-0.x (diff) | |
| parent | fix(deps): update rust crate tokio-stream to 0.1.6 (diff) | |
| download | whirl-db024a3526a924cd23a68a25d9f790cd29adad6b.tar.xz whirl-db024a3526a924cd23a68a25d9f790cd29adad6b.zip | |
Merge pull request #29 from Whirlsplash/renovate/tokio-stream-0.x
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] } |