From b9dafd037c010aac48070092d93a8b2b9382a9e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 02:49:40 +0000 Subject: [PATCH] chore(deps): bump lopdf from 0.36.0 to 0.40.0 (#8825) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 14 +++++++++++--- crates/goose-mcp/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f76e17b2..13a12f7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5925,9 +5925,9 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "lopdf" -version = "0.36.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59fa2559e99ba0f26a12458aabc754432c805bbb8cba516c427825a997af1fb7" +checksum = "73fdcbab5b237a03984f83b1394dc534e0b1960675c7f3ec4d04dccc9032b56d" dependencies = [ "aes", "bitflags 2.11.0", @@ -5936,6 +5936,7 @@ dependencies = [ "ecb", "encoding_rs", "flate2", + "getrandom 0.4.2", "indexmap 2.13.0", "itoa", "jiff", @@ -5943,13 +5944,14 @@ dependencies = [ "md-5", "nom 8.0.0", "nom_locate", - "rand 0.9.2", + "rand 0.10.0", "rangemap", "rayon", "sha2", "stringprep", "thiserror 2.0.18", "time", + "ttf-parser", "weezl", ] @@ -11168,6 +11170,12 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" +[[package]] +name = "ttf-parser" +version = "0.25.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31" + [[package]] name = "tungstenite" version = "0.28.0" diff --git a/crates/goose-mcp/Cargo.toml b/crates/goose-mcp/Cargo.toml index 755aab46..3eeb9c44 100644 --- a/crates/goose-mcp/Cargo.toml +++ b/crates/goose-mcp/Cargo.toml @@ -34,7 +34,7 @@ etcetera = { workspace = true } tempfile = { workspace = true } include_dir = { workspace = true } once_cell = { workspace = true } -lopdf = "0.36.0" +lopdf = "0.40.0" docx-rs = "0.4.7" image = { version = "0.24.9", features = ["jpeg"] } umya-spreadsheet = "2.2.3"