diff --git a/Cargo.toml b/Cargo.toml index 2912128..dd854aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] rusqlite = "0.31.0" anyhow = { version = "1.0.80", features = ["backtrace"] } -reqwest = "0.11.24" +reqwest = "0.11.25" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" futures = "0.3.30"