diff options
| author | mash-graz <mash-graz@users.noreply.github.com> | 2024-03-20 04:42:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-20 09:12:22 +0530 |
| commit | 0d43a63636c97886c10c6b8ce05fdb67cd2d8b91 (patch) | |
| tree | c1bde8b36ec1d317f0d85ee7f40243169a2f4e2f /Cargo.lock | |
| parent | b9f8562754f14aecfd87acdecfe8d8c966ccbe4d (diff) | |
fix(ext/node): worker_threads ESM handling (#22841)
Fixes #22840
Fixes #22964
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index afb2a6a27..86dce5088 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5132,9 +5132,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "relative-path" -version = "1.9.0" +version = "1.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c707298afce11da2efef2f600116fa93ffa7a032b5d7b628aa17711ec81383ca" +checksum = "e898588f33fdd5b9420719948f9f2a32c922a246964576f71ba7f24f80610fbc" [[package]] name = "reqwest" |
