mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Bump libc from 0.2.125 to 0.2.126 (#763)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.125 to 0.2.126. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.125...0.2.126) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
56cb936e59
commit
92fe11ce41
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2166,9 +2166,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.125"
|
||||
version = "0.2.126"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
|
||||
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
|
||||
|
||||
[[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.125"
|
||||
libc = "^0.2.126"
|
||||
serde = { version = "^1.0.137", features = ["derive"] }
|
||||
serde_json = "^1.0.80"
|
||||
shellexpand = "^2.1.0"
|
||||
|
|
|
@ -58,7 +58,7 @@ tokio-util = { version = "^0.7.2", features = ["codec"] }
|
|||
futures = "^0.3.21"
|
||||
bytes = "^1.1.0"
|
||||
|
||||
libc = "^0.2.125"
|
||||
libc = "^0.2.126"
|
||||
serde = { version = "^1.0.137", 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.125"
|
||||
libc = "^0.2.126"
|
||||
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.125"
|
||||
libc = "^0.2.126"
|
||||
|
||||
[build-dependencies]
|
||||
pkg-config = "^0.3.25"
|
||||
|
|
|
@ -73,7 +73,7 @@ ldap3_proto = "^0.2.3"
|
|||
|
||||
webauthn-rs = "^0.3.2"
|
||||
|
||||
libc = "^0.2.125"
|
||||
libc = "^0.2.126"
|
||||
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.125"
|
||||
libc = "^0.2.126"
|
||||
|
||||
uuid = { version = "^1.0.0", features = ["serde", "v4" ] }
|
||||
|
||||
|
|
Loading…
Reference in a new issue