Merge pull request 'Update Rust crate libc to 0.2.175' (#289) from renovate/libc-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
4
central_backend/Cargo.lock
generated
4
central_backend/Cargo.lock
generated
@@ -1895,9 +1895,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
||||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.174"
|
||||
version = "0.2.175"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
|
||||
checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
|
||||
|
||||
[[package]]
|
||||
name = "libredox"
|
||||
|
@@ -13,7 +13,7 @@ anyhow = "1.0.99"
|
||||
thiserror = "2.0.12"
|
||||
openssl = { version = "0.10.73" }
|
||||
openssl-sys = "0.9.109"
|
||||
libc = "0.2.174"
|
||||
libc = "0.2.175"
|
||||
foreign-types-shared = "0.1.1"
|
||||
asn1 = "0.22.0"
|
||||
actix-web = { version = "4.11.0", features = ["openssl"] }
|
||||
|
Reference in New Issue
Block a user