diff --git a/Cargo.toml b/Cargo.toml index 8e57fb2..d3c6348 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redacter" -version = "0.11.0" +version = "0.10.0" edition = "2021" authors = ["Abdulla Abdurakhmanov "] license = "Apache-2.0" @@ -23,7 +23,6 @@ ci-gcp-llm = [] # For testing on CI/GCP with LLM models ci-open-ai = [] # For testing on CI/OpenAIP ci-clibpoard = [] # For testing on CI/Clipboard ci-ocr = [] # For testing on CI/OCR -ci-gcp-vertex-ai = [] # For testing on CI/GCP with Vertex AI ci = ["ci-gcp", "ci-aws", "ci-ms-presidio", "ci-gcp-llm", "ci-open-ai", "ci-clibpoard"] pdf-render = ["pdfium-render"] clipboard = ["arboard"] @@ -40,7 +39,7 @@ indicatif = { version = "0.17" } clap = { version = "4.1", features = ["derive"] } tokio = { version = "1.14", features = ["fs", "rt-multi-thread", "sync", "rt", "macros"] } tokio-util = { version = "0.7", features = ["compat"] } -gcloud-sdk = { version = "0.25.5", features = ["google-privacy-dlp-v2", "google-rest-storage-v1", "google-ai-generativelanguage-v1beta", "google-cloud-aiplatform-v1beta1"] } +gcloud-sdk = { version = "0.25.5", features = ["google-privacy-dlp-v2", "google-rest-storage-v1", "google-ai-generativelanguage-v1beta"] } futures = "0.3" sha2 = "0.10" async-trait = "0.1" @@ -69,8 +68,8 @@ bytes = { version = "1" } serde_json = "1" arboard = { version = "3", features = ["image"], optional = true } ocrs = { version = "0.8", optional = true } -rten = { version = "0.10", optional = true } -rten-imageproc = { version = "0.10", optional = true } +rten = { version = "0.12", optional = true } +rten-imageproc = { version = "0.12", optional = true } dirs = "5.0.1" base64 = "0.22"