mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Bump libc from 0.2.124 to 0.2.125 (#732)
This commit is contained in:
parent
cca1eee3d2
commit
3f898ab66b
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"] }
|
||||
|
|
|
@ -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" ] }
|
||||
|
||||
|
|
Loading…
Reference in a new issue