diff --git a/Cargo.toml b/Cargo.toml index b9b60d0..7e3c1bf 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.30.0" +rusqlite = "0.31.0" anyhow = { version = "1.0.80", features = ["backtrace"] } reqwest = "0.11.24" serde = { version = "1.0", features = ["derive"] }