diff --git a/apps/api/Cargo.toml b/apps/api/Cargo.toml index 28f42e9..410eeab 100644 --- a/apps/api/Cargo.toml +++ b/apps/api/Cargo.toml @@ -31,7 +31,7 @@ uuid.workspace = true natord.workspace = true pdfium-render.workspace = true unrar.workspace = true -zip = { version = "2.2", default-features = false, features = ["deflate"] } +zip = { version = "8", default-features = false, features = ["deflate"] } utoipa.workspace = true utoipa-swagger-ui = { workspace = true, features = ["axum"] } webp.workspace = true diff --git a/apps/indexer/Cargo.toml b/apps/indexer/Cargo.toml index a58ef1d..bce342a 100644 --- a/apps/indexer/Cargo.toml +++ b/apps/indexer/Cargo.toml @@ -12,7 +12,7 @@ axum.workspace = true chrono.workspace = true futures = "0.3" image.workspace = true -notify = "6.1" +notify = "8" num_cpus.workspace = true parsers = { path = "../../crates/parsers" } rand.workspace = true diff --git a/crates/parsers/Cargo.toml b/crates/parsers/Cargo.toml index 29a02f3..2642009 100644 --- a/crates/parsers/Cargo.toml +++ b/crates/parsers/Cargo.toml @@ -7,9 +7,9 @@ license.workspace = true [dependencies] anyhow.workspace = true image.workspace = true -lopdf = "0.35" +lopdf = "0.39" natord.workspace = true pdfium-render.workspace = true regex = "1" unrar.workspace = true -zip = { version = "2.2", default-features = false, features = ["deflate"] } +zip = { version = "8", default-features = false, features = ["deflate"] }