diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 811465b..e6bcfe3 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -201,9 +201,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.177" +version = "0.2.179" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" +checksum = "c5a2d376baa530d1238d133232d15e239abad80d05838b4b59354e5268af431f" [[package]] name = "libloading" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index a9d8376..384954a 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -54,7 +54,7 @@ widestring = "1.2.1" tracing = { version = "0.1.41", features = ["attributes"] } [target.'cfg(unix)'.dependencies] -libc = "0.2.177" +libc = "0.2.179" [[example]] name = "domain"