From b4939f33795b42f4a6bb47a803a9c83b531454a4 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Fri, 21 Jun 2024 10:49:39 +0530 Subject: fix: upgrade deno_core to 0.291.0 (#24297) --- ext/node/ops/crypto/x509.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/node/ops/crypto') diff --git a/ext/node/ops/crypto/x509.rs b/ext/node/ops/crypto/x509.rs index 8ae7c314d..517a3a943 100644 --- a/ext/node/ops/crypto/x509.rs +++ b/ext/node/ops/crypto/x509.rs @@ -19,6 +19,8 @@ pub(crate) struct Certificate { cert: X509Certificate<'static>, } +impl deno_core::GcResource for Certificate {} + impl Certificate { fn fingerprint(&self) -> Option { self.pem.as_ref().map(|pem| { -- cgit v1.2.3