diff --git a/Cargo.toml b/Cargo.toml index 1a2cab0..4637b3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ native-tls = { version = "0.2.11", optional = true } trust-dns-resolver = "0.23.2" url = "2.5.1" pem = { version = "3.0.4", optional = true } -tokio-rusqlite = { version = "0.5.1", optional = true } +tokio-rusqlite = { version = "0.6.0", optional = true } tonic = { version = "0.12", optional = true, features = ["tls-native-roots", "tls-webpki-roots"] } itertools = "0.13.0" dyn-clone = { version = "1.0.17", optional = true }