Skip to content

Commit

Permalink
Update Rust crate libc to v0.2.155
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 18, 2024
1 parent 2476f61 commit 42e0efd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/rust/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "crypto"
path = "lib.rs"

[dependencies]
libc = "=0.2.138"
libc = "=0.2.155"
digest = "=0.10.6"
rand_core = { version = "=0.6.4", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion src/rust/external/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
name = "external"

[dependencies]
libc = "=0.2.138"
libc = "=0.2.155"
smartlist = { path = "../smartlist" }
tor_allocate = { path = "../tor_allocate" }

Expand Down
2 changes: 1 addition & 1 deletion src/rust/protover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "protover"
test_linking_hack = []

[dependencies]
libc = "=0.2.138"
libc = "=0.2.155"

[dependencies.smartlist]
path = "../smartlist"
Expand Down
2 changes: 1 addition & 1 deletion src/rust/tor_allocate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
name = "tor_allocate"

[dependencies]
libc = "=0.2.138"
libc = "=0.2.155"

[lib]
name = "tor_allocate"
Expand Down
2 changes: 1 addition & 1 deletion src/rust/tor_util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "../tor_allocate"
path = "../tor_log"

[dependencies]
libc = "=0.2.138"
libc = "=0.2.155"

[features]
# We have to define a feature here because doctests don't get cfg(test),
Expand Down

0 comments on commit 42e0efd

Please sign in to comment.