From 5f78e3547ef1650fd48c21cd412efd9a9db9740d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 02:42:31 +0000 Subject: [PATCH] Update Rust crate libc to v0.2.149 --- src/rust/crypto/Cargo.toml | 2 +- src/rust/external/Cargo.toml | 2 +- src/rust/protover/Cargo.toml | 2 +- src/rust/smartlist/Cargo.toml | 2 +- src/rust/tor_allocate/Cargo.toml | 2 +- src/rust/tor_log/Cargo.toml | 2 +- src/rust/tor_util/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/rust/crypto/Cargo.toml b/src/rust/crypto/Cargo.toml index 5f752abe0..513fd2fb0 100644 --- a/src/rust/crypto/Cargo.toml +++ b/src/rust/crypto/Cargo.toml @@ -11,7 +11,7 @@ name = "crypto" path = "lib.rs" [dependencies] -libc = "=0.2.138" +libc = "=0.2.149" digest = "=0.10.6" rand_core = { version = "=0.6.4", default-features = false } diff --git a/src/rust/external/Cargo.toml b/src/rust/external/Cargo.toml index 4f6fc3e92..d38315a94 100644 --- a/src/rust/external/Cargo.toml +++ b/src/rust/external/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" name = "external" [dependencies] -libc = "=0.2.138" +libc = "=0.2.149" smartlist = { path = "../smartlist" } tor_allocate = { path = "../tor_allocate" } diff --git a/src/rust/protover/Cargo.toml b/src/rust/protover/Cargo.toml index ad874e1f5..244d4a4a6 100644 --- a/src/rust/protover/Cargo.toml +++ b/src/rust/protover/Cargo.toml @@ -11,7 +11,7 @@ name = "protover" test_linking_hack = [] [dependencies] -libc = "=0.2.138" +libc = "=0.2.149" [dependencies.smartlist] path = "../smartlist" diff --git a/src/rust/smartlist/Cargo.toml b/src/rust/smartlist/Cargo.toml index 1f077961d..c5fbd3665 100644 --- a/src/rust/smartlist/Cargo.toml +++ b/src/rust/smartlist/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" name = "smartlist" [dependencies] -libc = "0.2.138" +libc = "0.2.149" [lib] name = "smartlist" diff --git a/src/rust/tor_allocate/Cargo.toml b/src/rust/tor_allocate/Cargo.toml index 4660d0f61..5718bc329 100644 --- a/src/rust/tor_allocate/Cargo.toml +++ b/src/rust/tor_allocate/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" name = "tor_allocate" [dependencies] -libc = "=0.2.138" +libc = "=0.2.149" [lib] name = "tor_allocate" diff --git a/src/rust/tor_log/Cargo.toml b/src/rust/tor_log/Cargo.toml index 631506a3c..d5085bd4e 100644 --- a/src/rust/tor_log/Cargo.toml +++ b/src/rust/tor_log/Cargo.toml @@ -15,7 +15,7 @@ path = "lib.rs" test_linking_hack = [] [dependencies] -libc = "0.2.138" +libc = "0.2.149" [dependencies.tor_allocate] path = "../tor_allocate" diff --git a/src/rust/tor_util/Cargo.toml b/src/rust/tor_util/Cargo.toml index d048e2374..7ddf78750 100644 --- a/src/rust/tor_util/Cargo.toml +++ b/src/rust/tor_util/Cargo.toml @@ -14,7 +14,7 @@ path = "../tor_allocate" path = "../tor_log" [dependencies] -libc = "=0.2.138" +libc = "=0.2.149" [features] # We have to define a feature here because doctests don't get cfg(test),