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 /Cargo.toml | |
| parent | 5a45892707eceb3f9b9570429d2cedfa1e018a95 (diff) | |
chore(ext/ffi): use dlopen2 crate (#21093)
Closes #21046
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 9537355d2..8fb29422c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ chrono = { version = "0.4", default-features = false, features = ["std", "serde" console_static_text = "=0.8.1" data-url = "=0.3.0" data-encoding = "2.3.3" -dlopen = "0.1.8" +dlopen2 = "0.6.1" encoding_rs = "=0.8.33" ecb = "=0.1.2" fastwebsockets = "=0.5.0" |
