diff options
| -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"] } |