From 7037afd5b26adcbdd1bb097b68042ad5e561d7d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 19:36:04 +0000 Subject: [PATCH] fix(deps): update rust crate pdf_oxide to 0.3.49 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ead2b726e..9f2a52fdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -126,7 +126,7 @@ mime_guess = "2.0.5" object = { version = "0.39.0", default-features = false, features = ["read_core", "elf", "macho", "pe"] } os_info = "3.14.0" packageurl = "0.6.0" -pdf_oxide = "0.3.48" +pdf_oxide = "0.3.49" pep508_rs = "0.9.2" postcard = { workspace = true } prost = { version = "0.14.3", features = ["derive"] }