diff --git a/Cargo.toml b/Cargo.toml index e786200..e33400f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,11 +74,11 @@ env_logger = "0.11" lettre = { version = "0.11", default-features = false, features = ["builder", "tokio1", "smtp-transport", "tokio1-native-tls", "pool"]} unicase = "2.8.0" sqlx = { version = "0.8", default-features = false, features = ["runtime-tokio", "sqlite", "macros"] } -lopdf = "0.34.0" +lopdf = "0.35.0" # docx-rs = "0.4.17" # lancedb = "0.13.0" libsqlite3-sys = { version = "0.30", features = ["bundled"] } -validator = "0.19.0" +validator = "0.20.0" zip = "2.2" quick-xml = "0.37" # usearch = "2.17"