diff --git a/Cargo.toml b/Cargo.toml index 086978b..e9c729e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,17 +27,17 @@ lazy_static = "1.4" libsqlite3-sys = { version = "0.25.2", features = ["bundled"] } log = "0.4" once_cell = "1.8" -opener = "0.6" +opener = "0.7.1" rand = "0.8" regex = "1" -reqwest = { version = "0.11", features = ["json", "cookies", "blocking"] } +reqwest = { version = "0.12.4", features = ["json", "cookies", "blocking"] } serde = { version = "1", features = ["derive"] } serde_json = "1" sha-1 = "0.10" threadpool = "1.8" tokio = "1" -version-compare = "0.1" -zip = "0.6" +version-compare = "0.2.0" +zip = "2.1.3" [target.'cfg(target_os = "windows")'.build-dependencies] winres = "0.1"