From 9afa0fc6bda7f684f76df3dc8cbec9e1faf8374c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 15:08:28 +0000 Subject: [PATCH] Bump ctor from 0.2.4 to 0.2.5 Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.2.4 to 0.2.5. - [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 5b94daf3..8d41c67f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,9 +71,9 @@ dependencies = [ [[package]] name = "ctor" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f34ba9a9bcb8645379e9de8cb3ecfcf4d1c85ba66d90deb3259206fa5aa193b" +checksum = "37e366bff8cd32dd8754b0991fb66b279dc48f598c3a18914852a6673deef583" dependencies = [ "quote", "syn 2.0.29", diff --git a/nss/Cargo.toml b/nss/Cargo.toml index 6523e212..0a6c15a7 100644 --- a/nss/Cargo.toml +++ b/nss/Cargo.toml @@ -12,7 +12,7 @@ crate-type = ["cdylib"] integration-tests = [] [dependencies] -ctor = "0.2.4" +ctor = "0.2.5" libnss = "0.5.0" libc = "0.2.148" log = "0.4.20"