mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Bump libc from 0.2.126 to 0.2.127 (#978)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.126 to 0.2.127. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.126...0.2.127) --- 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
3f22470c1c
commit
238d6ec43e
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2294,9 +2294,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libc"
|
name = "libc"
|
||||||
version = "0.2.126"
|
version = "0.2.127"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
|
checksum = "505e71a4706fa491e9b1b55f51b95d4037d0821ee40131190475f692b35b009b"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libnss"
|
name = "libnss"
|
||||||
|
|
|
@ -35,7 +35,7 @@ tracing = "^0.1.35"
|
||||||
tracing-subscriber = { version = "^0.3.14", features = ["env-filter", "fmt"] }
|
tracing-subscriber = { version = "^0.3.14", features = ["env-filter", "fmt"] }
|
||||||
rpassword = "^7.0.0"
|
rpassword = "^7.0.0"
|
||||||
clap = { version = "^3.2", features = ["derive", "env"] }
|
clap = { version = "^3.2", features = ["derive", "env"] }
|
||||||
libc = "^0.2.126"
|
libc = "^0.2.127"
|
||||||
serde = { version = "^1.0.142", features = ["derive"] }
|
serde = { version = "^1.0.142", features = ["derive"] }
|
||||||
serde_json = "^1.0.83"
|
serde_json = "^1.0.83"
|
||||||
shellexpand = "^2.1.2"
|
shellexpand = "^2.1.2"
|
||||||
|
|
|
@ -58,7 +58,7 @@ tokio-util = { version = "^0.7.3", features = ["codec"] }
|
||||||
futures = "^0.3.21"
|
futures = "^0.3.21"
|
||||||
bytes = "^1.1.0"
|
bytes = "^1.1.0"
|
||||||
|
|
||||||
libc = "^0.2.126"
|
libc = "^0.2.127"
|
||||||
serde = { version = "^1.0.142", features = ["derive"] }
|
serde = { version = "^1.0.142", features = ["derive"] }
|
||||||
serde_json = "^1.0.83"
|
serde_json = "^1.0.83"
|
||||||
clap = { version = "^3.2", features = ["derive"] }
|
clap = { version = "^3.2", features = ["derive"] }
|
||||||
|
|
|
@ -13,7 +13,7 @@ path = "src/lib.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
kanidm_unix_int = { path = "../" }
|
kanidm_unix_int = { path = "../" }
|
||||||
libnss = "^0.4.0"
|
libnss = "^0.4.0"
|
||||||
libc = "^0.2.126"
|
libc = "^0.2.127"
|
||||||
paste = "^1.0.8"
|
paste = "^1.0.8"
|
||||||
lazy_static = "^1.4.0"
|
lazy_static = "^1.4.0"
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
kanidm_unix_int = { path = "../" }
|
kanidm_unix_int = { path = "../" }
|
||||||
libc = "^0.2.126"
|
libc = "^0.2.127"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
pkg-config = "^0.3.25"
|
pkg-config = "^0.3.25"
|
||||||
|
|
|
@ -33,7 +33,7 @@ idlset = { version = "^0.2.4" }
|
||||||
kanidm_proto = { path = "../../kanidm_proto" }
|
kanidm_proto = { path = "../../kanidm_proto" }
|
||||||
lazy_static = "^1.4.0"
|
lazy_static = "^1.4.0"
|
||||||
ldap3_proto = "^0.2.3"
|
ldap3_proto = "^0.2.3"
|
||||||
libc = "^0.2.126"
|
libc = "^0.2.127"
|
||||||
libsqlite3-sys = "^0.25.0"
|
libsqlite3-sys = "^0.25.0"
|
||||||
num_enum = "^0.5.7"
|
num_enum = "^0.5.7"
|
||||||
openssl = "^0.10.41"
|
openssl = "^0.10.41"
|
||||||
|
|
|
@ -21,7 +21,7 @@ http-types = "^2.12.0"
|
||||||
kanidm = { path = "../idm" }
|
kanidm = { path = "../idm" }
|
||||||
kanidm_proto = { path = "../../kanidm_proto" }
|
kanidm_proto = { path = "../../kanidm_proto" }
|
||||||
ldap3_proto = "^0.2.3"
|
ldap3_proto = "^0.2.3"
|
||||||
libc = "^0.2.126"
|
libc = "^0.2.127"
|
||||||
openssl = "^0.10.41"
|
openssl = "^0.10.41"
|
||||||
regex = "1.5.6"
|
regex = "1.5.6"
|
||||||
serde = { version = "^1.0.142", features = ["derive"] }
|
serde = { version = "^1.0.142", features = ["derive"] }
|
||||||
|
|
Loading…
Reference in a new issue