From 1de7080afb7f257dbad585051d29a7358d30b209 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 19 Jan 2025 15:02:47 +0000 Subject: [PATCH] Update Rust crate rusqlite to 0.33.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da64800..c8397b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -rusqlite = "0.31.0" +rusqlite = "0.33.0" anyhow = { version = "1.0.86", features = ["backtrace"] } reqwest = "0.11.27" serde = { version = "1.0", features = ["derive"] }