From 8d57b7d3cbcfa18b20264053e4908f70bdb67dbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 22:29:20 +0000 Subject: [PATCH] chore(deps): bump libc from 0.2.145 to 0.2.146 (#1721) Bumps [libc](https://github.com/rust-lang/libc) from 0.2.145 to 0.2.146. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.145...0.2.146) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b3571dbb..a161e67bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2683,9 +2683,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.145" +version = "0.2.146" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc86cde3ff845662b8f4ef6cb50ea0e20c524eb3d29ae048287e06a1b3fa6a81" +checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" [[package]] name = "libgit2-sys" diff --git a/Cargo.toml b/Cargo.toml index 205652df7..034186b4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,7 +93,7 @@ ldap3_proto = "^0.3.2" # ldap3_client = { git = "https://github.com/kanidm/ldap3.git", version = "0.3.0" } # ldap3_proto = { git = "https://github.com/kanidm/ldap3.git", version = "0.3.0" } -libc = "^0.2.145" +libc = "^0.2.146" libnss = "^0.4.0" libsqlite3-sys = "^0.25.0" lru = "^0.8.0"