diff --git a/src/Cargo.lock b/src/Cargo.lock index 81b24de7..96425926 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -1492,9 +1492,9 @@ dependencies = [ [[package]] name = "html-to-markdown-rs" -version = "2.29.0" +version = "2.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9013679b8c3600142e5a8f742748c3c38c49d9fc50675dad62f8f1721090a85a" +checksum = "7ea41945a2fd834381642a000ef75b03f0030f3023f3dd3291fc5c372d3dda33" dependencies = [ "ahash", "astral-tl", diff --git a/src/llm-coding-tools-core/Cargo.toml b/src/llm-coding-tools-core/Cargo.toml index 7cf80bd6..30be8807 100644 --- a/src/llm-coding-tools-core/Cargo.toml +++ b/src/llm-coding-tools-core/Cargo.toml @@ -80,7 +80,7 @@ ignore = "0.4.25" # Respects .gitignore when walking directories memchr = "2.8.0" # Fast newline detection in read_file # Webfetch tool converts HTML to markdown for LLM-friendly output -html-to-markdown-rs = "2.29" +html-to-markdown-rs = "2.30" reqwest = { version = "0.13", default-features = false, features = [ "rustls", "rustls-native-certs",