diff --git a/Cargo.lock b/Cargo.lock index 89ce5fa..0019733 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -145,9 +145,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.156" +version = "0.2.158" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "a5f43f184355eefb8d17fc948dbecf6c13be3c141f20d834ae842193a448c72a" +checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" [[package]] name = "libloading" diff --git a/Cargo.toml b/Cargo.toml index 5a9c0c8..72fa078 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ widestring = "1.1.0" tracing = { version = "0.1.40", features = ["attributes"] } [target.'cfg(unix)'.dependencies] -libc = "0.2.156" +libc = "0.2.158" [[example]] name = "domain"