diff options
Diffstat (limited to 'ext/node/ops/crypto/x509.rs')
-rw-r--r-- | ext/node/ops/crypto/x509.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/ops/crypto/x509.rs b/ext/node/ops/crypto/x509.rs index 517a3a943..c9a23aca0 100644 --- a/ext/node/ops/crypto/x509.rs +++ b/ext/node/ops/crypto/x509.rs @@ -19,7 +19,7 @@ pub(crate) struct Certificate { cert: X509Certificate<'static>, } -impl deno_core::GcResource for Certificate {} +impl deno_core::GarbageCollected for Certificate {} impl Certificate { fn fingerprint<D: Digest>(&self) -> Option<String> { |