diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-05-12 04:09:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-12 04:09:32 +0200 |
| commit | dad7744f2c7492ceece67ed28a8e5651fba797b6 (patch) | |
| tree | 5fcfa3167b08fba5cc9a4a1e818082549dc7b162 /Cargo.lock | |
| parent | a39263e0670eca5816c7a72b57a51a7ef9bb8198 (diff) | |
chore: upgrade rusty_v8 to 0.71.1 (#19104)
Fixes https://github.com/denoland/deno/issues/19021
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 be34a16a2..c06b9a079 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5703,9 +5703,9 @@ dependencies = [ [[package]] name = "v8" -version = "0.71.0" +version = "0.71.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51a173a437bebab13d587a4aaf0a1e7a49433226538c9a78ca3b4ce3b8c6aeb6" +checksum = "32a2ece81e9f3d573376d5301b0d1c1c0ffcb63d57e6164ddf1bc844b4c8a23b" dependencies = [ "bitflags 1.3.2", "fslock", |
