From 8364a021305b91ab38b1523302f663c927df2b82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 15:32:00 +0000 Subject: [PATCH] deps(rust): bump ctor from 0.2.6 to 0.2.7 Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.2.6 to 0.2.7. - [Commits](https://github.com/mmastrac/rust-ctor/commits) --- updated-dependencies: - dependency-name: ctor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- nss/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3073b45..1a9ed31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,9 +72,9 @@ dependencies = [ [[package]] name = "ctor" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30d2b3721e861707777e3195b0158f950ae6dc4a27e4d02ff9f67e3eb3de199e" +checksum = "ad291aa74992b9b7a7e88c38acbbf6ad7e107f1d90ee8775b7bc1fc3394f485c" dependencies = [ "quote", "syn", diff --git a/nss/Cargo.toml b/nss/Cargo.toml index 53e4f06..5080865 100644 --- a/nss/Cargo.toml +++ b/nss/Cargo.toml @@ -12,7 +12,7 @@ crate-type = ["cdylib"] integration-tests = [] [dependencies] -ctor = "0.2.6" +ctor = "0.2.7" libnss = "0.6.0" libc = "0.2.152" log = "0.4.20"