diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-11-05 01:29:26 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-05 09:29:26 +0000 |
| commit | 46faf37ec06c19e1163a57157f6a21eaafe9f5d2 (patch) | |
| tree | 49b6b85e88a3cf776ada0837f6d2b55d506b8d86 /runtime/Cargo.toml | |
| parent | 5a45892707eceb3f9b9570429d2cedfa1e018a95 (diff) | |
chore(ext/ffi): use dlopen2 crate (#21093)
Closes #21046
Diffstat (limited to 'runtime/Cargo.toml')
| -rw-r--r-- | runtime/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 0b83ef2a3..22a1bf415 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -92,7 +92,7 @@ deno_webstorage.workspace = true fastwebsockets.workspace = true console_static_text.workspace = true -dlopen.workspace = true +dlopen2.workspace = true encoding_rs.workspace = true filetime = "0.2.16" fs3.workspace = true |
