diff --git a/Cargo.toml b/Cargo.toml index 62bfabd..64d79a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -rusqlite = "0.23.1" +rusqlite = "0.24.0" color-eyre = "0.5.1" eyre = "0.6.0" thiserror = "1.0.20"