mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Bump libc from 0.2.134 to 0.2.135 (#1128)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.134 to 0.2.135. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.134...0.2.135) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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
ded504ecfb
commit
d6ecc14e5a
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2452,9 +2452,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libc"
|
name = "libc"
|
||||||
version = "0.2.134"
|
version = "0.2.135"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "329c933548736bc49fd575ee68c89e8be4d260064184389a5b77517cddd99ffb"
|
checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libgit2-sys"
|
name = "libgit2-sys"
|
||||||
|
|
|
@ -79,7 +79,7 @@ last-git-commit = "0.2.0"
|
||||||
# REMOVE this
|
# REMOVE this
|
||||||
lazy_static = "^1.4.0"
|
lazy_static = "^1.4.0"
|
||||||
ldap3_proto = "^0.2.3"
|
ldap3_proto = "^0.2.3"
|
||||||
libc = "^0.2.127"
|
libc = "^0.2.135"
|
||||||
libnss = "^0.4.0"
|
libnss = "^0.4.0"
|
||||||
libsqlite3-sys = "^0.25.0"
|
libsqlite3-sys = "^0.25.0"
|
||||||
lru = "^0.8.0"
|
lru = "^0.8.0"
|
||||||
|
|
Loading…
Reference in a new issue