Bump libc from 0.2.124 to 0.2.125 (#732)

This commit is contained in:
dependabot[bot] 2022-05-02 10:06:52 +10:00 committed by GitHub
parent cca1eee3d2
commit 3f898ab66b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

4
Cargo.lock generated
View file

@ -2140,9 +2140,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.124"
version = "0.2.125"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50"
checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
[[package]]
name = "libnss"

View file

@ -35,7 +35,7 @@ tracing = "^0.1.34"
tracing-subscriber = { version = "^0.3.11", features = ["env-filter", "fmt"] }
rpassword = "^6.0.1"
structopt = { version = "^0.3.26", default-features = false }
libc = "^0.2.124"
libc = "^0.2.125"
serde = { version = "^1.0.136", features = ["derive"] }
serde_json = "^1.0.80"
shellexpand = "^2.1.0"

View file

@ -58,7 +58,7 @@ tokio-util = { version = "^0.7.1", features = ["codec"] }
futures = "^0.3.21"
bytes = "^1.1.0"
libc = "^0.2.124"
libc = "^0.2.125"
serde = { version = "^1.0.136", features = ["derive"] }
serde_cbor = "^0.11.2"
structopt = { version = "0.3.26", default-features = false }

View file

@ -13,7 +13,7 @@ path = "src/lib.rs"
[dependencies]
kanidm_unix_int = { path = "../" }
libnss = "^0.4.0"
libc = "^0.2.124"
libc = "^0.2.125"
paste = "^1.0.7"
lazy_static = "^1.4.0"

View file

@ -13,7 +13,7 @@ path = "src/lib.rs"
[dependencies]
kanidm_unix_int = { path = "../" }
libc = "^0.2.124"
libc = "^0.2.125"
[build-dependencies]
pkg-config = "^0.3.25"

View file

@ -73,7 +73,7 @@ ldap3_proto = "^0.2.3"
webauthn-rs = "^0.3.2"
libc = "^0.2.124"
libc = "^0.2.125"
users = "^0.11.0"
smartstring = { version = "^1.0.1", features = ["serde"] }

View file

@ -15,7 +15,7 @@ repository = "https://github.com/kanidm/kanidm/"
[dependencies]
kanidm = { path = "../idm" }
kanidm_proto = { path = "../../kanidm_proto" }
libc = "^0.2.124"
libc = "^0.2.125"
uuid = { version = "^1.0.0", features = ["serde", "v4" ] }