Skip to content

Commit f3557e8

Browse files
committed
chore: updated deps
1 parent 6c89a6b commit f3557e8

File tree

9 files changed

+49
-32
lines changed

9 files changed

+49
-32
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2360,6 +2360,10 @@ jobs:
23602360
working-directory: packages/elixir
23612361
run: mix deps.get
23622362

2363+
- name: Generate checksums for precompiled NIFs
2364+
working-directory: packages/elixir
2365+
run: mix rustler_precompiled.download Kreuzberg.Native --all --print
2366+
23632367
- name: Build documentation
23642368
working-directory: packages/elixir
23652369
env:

Cargo.lock

Lines changed: 25 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ hex = "0.4.3"
6262
num_cpus = "1.17.0"
6363
once_cell = "1.21.3"
6464
parking_lot = "0.12.5"
65-
html-to-markdown-rs = { version = "2.22.0", default-features = false }
65+
html-to-markdown-rs = { version = "2.22.2", default-features = false }
6666
reqwest = { version = "0.13.1", default-features = false }
6767
image = { version = "0.25.9", default-features = false }
6868

@@ -73,7 +73,7 @@ toml = "0.9.11"
7373
tempfile = "3.24.0"
7474
criterion = { version = "0.8", features = ["html_reports"] }
7575

76-
lzma-rust2 = { version = "0.15.6" }
76+
lzma-rust2 = { version = "0.15.7" }
7777

7878
# Fix for WASM builds: ensure getrandom has wasm_js feature enabled
7979
# This is needed because ring/rustls depend on getrandom without the wasm_js feature

crates/kreuzberg-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ serde_json = { workspace = true }
2828
serde = { workspace = true }
2929
async-trait = { workspace = true }
3030
tokio = { workspace = true }
31-
html-to-markdown-rs = { version = "2.22.0", default-features = false }
31+
html-to-markdown-rs = { version = "2.22.2", default-features = false }
3232
rayon = { version = "1.11", optional = true }
3333

3434
[target.'cfg(all(windows, target_env = "gnu"))'.dependencies]

crates/kreuzberg-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde_json = { workspace = true }
2525
async-trait = { workspace = true }
2626
base64 = { workspace = true }
2727
once_cell = { workspace = true }
28-
html-to-markdown-rs = { version = "2.22.0", default-features = false }
28+
html-to-markdown-rs = { version = "2.22.2", default-features = false }
2929
lazy_static = "1.5"
3030
num_cpus = "1.17"
3131
crossbeam-channel = "0.5"

crates/kreuzberg-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pyo3-async-runtimes = { version = "0.27", features = ["tokio-runtime"] }
2626
serde_json = { workspace = true }
2727
tokio = { workspace = true, features = ["rt", "macros"] }
2828
tracing = { workspace = true }
29-
html-to-markdown-rs = { version = "2.22.0", default-features = false }
29+
html-to-markdown-rs = { version = "2.22.2", default-features = false }
3030

3131
[features]
3232
default = ["extension-module"]

crates/kreuzberg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ image = { workspace = true, default-features = false, features = [
184184
"rayon",
185185
], optional = true }
186186
tiff = { version = "0.11", optional = true }
187-
fast_image_resize = { version = "5.6.0", optional = true }
187+
fast_image_resize = { version = "6.0.0", optional = true }
188188
ndarray = { version = "0.17.2", optional = true }
189189
kamadak-exif = { version = "0.6.1", optional = true }
190190
whatlang = { version = "0.18.0", optional = true }

packages/ruby/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ GEM
115115
rubocop (~> 1.81)
116116
ruby-progressbar (1.13.0)
117117
securerandom (0.4.1)
118-
sorbet-runtime (0.6.12885)
118+
sorbet-runtime (0.6.12887)
119119
steep (1.10.0)
120120
activesupport (>= 5.1)
121121
concurrent-ruby (>= 1.1.10)
@@ -234,7 +234,7 @@ CHECKSUMS
234234
rubocop-rspec (3.9.0) sha256=8fa70a3619408237d789aeecfb9beef40576acc855173e60939d63332fdb55e2
235235
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
236236
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
237-
sorbet-runtime (0.6.12885) sha256=7e43e8670e5eaf6a4e123655e83c24167d76269208774bd2977622e32ccd5833
237+
sorbet-runtime (0.6.12887) sha256=d5960676f23caba8f25f95240701f6d901c07faff53022209fc71b2dae74dfdb
238238
steep (1.10.0) sha256=1b295b55f9aaff1b8d3ee42453ee55bc2a1078fda0268f288edb2dc014f4d7d1
239239
strscan (3.1.7) sha256=5f76462b94a3ea50b44973225b7d75b2cb96d4e1bee9ef1319b99ca117b72c8c
240240
terminal-table (4.0.0) sha256=f504793203f8251b2ea7c7068333053f0beeea26093ec9962e62ea79f94301d2

uv.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)