From fcd831d0e63451daf243280c6e8a013589b3043b Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 12 Feb 2023 20:05:06 +0100 Subject: [PATCH] Update dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3157ee8..48cb69f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ tokio = ["dep:tokio"] [dependencies] rusqlite = "0.28.0" -tokio = { version = "1.23.0", features = ["sync"], optional = true } +tokio = { version = "1.25.0", features = ["sync"], optional = true }