diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-07-01 21:02:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-01 21:02:00 +0200 |
| commit | 0f719aa79c2b471815c9d21014b37719c6557c1b (patch) | |
| tree | e9060737ab4a35ae2f97cba3935c7b0f0c95e469 /Cargo.lock | |
| parent | 476e4ed03c038a4c9306cf96045017464f2dbdf8 (diff) | |
chore: upgrade rusty_v8 to 0.74.1 (#19677)
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 f25aa141f..9e85d56a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5854,9 +5854,9 @@ dependencies = [ [[package]] name = "v8" -version = "0.74.0" +version = "0.74.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9169f27f3ac2bcbaed828e0d463a335faaa1b2e802d8e6b5066fb9c0d657fe73" +checksum = "1202e0bd078112bf8d521491560645e1fd6955c4afd975c75b05596a7e7e4eea" dependencies = [ "bitflags 1.3.2", "fslock", |
