diff --git a/rust/ares/Cargo.lock b/rust/ares/Cargo.lock index b4d8dca..7bee7f8 100644 --- a/rust/ares/Cargo.lock +++ b/rust/ares/Cargo.lock @@ -823,7 +823,9 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" [[package]] name = "urcrypt-sys" -version = "0.1.0" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ced751f95a527a3458eb67c75e4ae7093d41585edaa7565f5769101502473019" dependencies = [ "bindgen", "pkg-config", diff --git a/rust/ares/Cargo.toml b/rust/ares/Cargo.toml index 0b75a1a..27d1199 100644 --- a/rust/ares/Cargo.toml +++ b/rust/ares/Cargo.toml @@ -13,8 +13,6 @@ edition = "2018" [dependencies] ares_macros = { path = "../ares_macros" } assert_no_alloc = "1.1.2" -#urcrypt-sys = "0.1.0" -urcrypt-sys = { path = "../../../urcrypt-sys" } # use this when debugging requires allocation (e.g. eprintln) # assert_no_alloc = {version="1.1.2", features=["warn_debug"]} bitvec = "1.0.0" @@ -31,6 +29,7 @@ num-derive = "0.3" num-traits = "0.2" signal-hook = "0.3" static_assertions = "1.1.0" +urcrypt-sys = "0.1.1" [build-dependencies] autotools = "0.2.6"