diff --git a/Cargo.toml b/Cargo.toml index 65a432d..57c98c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] rusqlite = "0.31.0" -anyhow = { version = "1.0.81", features = ["backtrace"] } +anyhow = { version = "1.0.82", features = ["backtrace"] } reqwest = "0.11.27" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"