From 7647fb427c40e9036b975688b82d7c8dfbe3752a Mon Sep 17 00:00:00 2001 From: Hakan Seven Date: Thu, 16 Jul 2026 19:54:08 +0300 Subject: [PATCH] chore(deps): bump acadrust to the DGN line-style reader MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Picks up acadrust 6508b76: reads DGN line-style objects (AcDbLS*) into the document's dgn_ls_definitions / dgn_ls_components tables. No OCS code consumes them yet — that lands with the linetype linkage and renderer. Co-Authored-By: Claude Opus 4.8 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1fa53be9..c78a7319 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,7 +73,7 @@ checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618" [[package]] name = "acadrust" version = "0.4.0" -source = "git+https://github.com/OpenAEC-Foundation/acadifc?branch=main#ecd1ac82985cfef77af54cb37b1b50bcdb29b7c1" +source = "git+https://github.com/OpenAEC-Foundation/acadifc?branch=main#6508b767b171155f4613739e60298683ef8cb882" dependencies = [ "ahash 0.8.12", "anyhow", @@ -3178,7 +3178,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b577e2d69827c4740cba2b52efaad1c4cc7c73042860b199710b3575c68438d" dependencies = [ "bytecount", - "memchr 2.8.2", + "memchr 1.0.2", "nom 8.0.0", ]