diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-12-08 13:03:25 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-08 08:33:25 +0100 |
| commit | c5c5dea90debcc5ec53b4803ca530558df32e43f (patch) | |
| tree | 2bd0483edd0a921802999429d6501ecb59bed3ef /Cargo.lock | |
| parent | 2235a1a359ffabd72689db58b9af5873e0a9b38a (diff) | |
chore: use primordials in 40_testing.js (#21422)
This commit brings back usage of primordials in "40_testing.js" by
turning it back into an ES module and using new "lazy loading" functionality
of ES modules coming from "deno_core".
The same approach was applied to "40_jupyter.js".
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock index fdfa4f61f..a2655f232 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1065,9 +1065,9 @@ dependencies = [ [[package]] name = "deno_core" -version = "0.236.0" +version = "0.237.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ea0ab6f78d50bc3c9730f3a7faa3b9b32463b25f4af3dd0f02c6a18d995047e" +checksum = "a2ea708c221abdb5734e3c4b72075379c3046eb0ac54afa0ecb5e58509cce72c" dependencies = [ "anyhow", "bytes", @@ -1493,9 +1493,9 @@ dependencies = [ [[package]] name = "deno_ops" -version = "0.112.0" +version = "0.113.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8050c4964e689fb05cac12df6c52727950b44ce48bdd6b5e4d3c0332f2e7aa76" +checksum = "e5b9c0f6360795fb625774a8b5955c87c470c43159670cf5d2052df5ce9d84bc" dependencies = [ "proc-macro-rules", "proc-macro2", @@ -4638,9 +4638,9 @@ dependencies = [ [[package]] name = "serde_v8" -version = "0.145.0" +version = "0.146.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbd782806b3088c7083a142be36ceb734ccfb1da6f82b5eb84a2bff2b4a68efe" +checksum = "78309bd1ec4d14d165f271e203bdc45ad5bf45525da57bb70901f57942f6c0f7" dependencies = [ "bytes", "derive_more", |
