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"]