From 395151e21f9117eea27c51dc23a1306899c0e448 Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Tue, 10 Oct 2023 15:17:42 -0500 Subject: [PATCH] Switch to use micahsnyder onenote_parser fork with CLAM-2329-new-from-slice branch, for now --- Cargo.lock | 1 + libclamav_rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index cc178cf80d..36730fc994 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -742,6 +742,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "onenote_parser" version = "0.3.1" +source = "git+https://github.com/micahsnyder/onenote.rs.git?branch=CLAM-2329-new-from-slice#c155f31fc1db0361e8bacf0656a1272e81a52c20" dependencies = [ "bytes", "encoding_rs", diff --git a/libclamav_rust/Cargo.toml b/libclamav_rust/Cargo.toml index da09c025b1..f494c5521d 100644 --- a/libclamav_rust/Cargo.toml +++ b/libclamav_rust/Cargo.toml @@ -20,7 +20,7 @@ base64 = "0.21.0" sha1 = "0.10.5" unicode-segmentation = "1.10.1" bindgen = "0.65" -onenote_parser = { path = "/home/micah/external/msiemens-onenote" } +onenote_parser = { git = "https://github.com/micahsnyder/onenote.rs.git", branch = "CLAM-2329-new-from-slice" } [lib] crate-type = ["staticlib"]