Update Rust crate rusqlite to 0.32.0 #78
1 changed files with 1 additions and 1 deletions
|
@ -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.32.0"
|
||||
anyhow = { version = "1.0.86", features = ["backtrace"] }
|
||||
reqwest = "0.11.27"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
|
Loading…
Reference in a new issue