diff options
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 fb6f4d688..de050f98c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4836,9 +4836,9 @@ dependencies = [ [[package]] name = "v8" -version = "0.40.2" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "739aa8ce7593f9298bc5a0eb676ba6cb4e48fa0ed51c1aaa2560df7c46c0259b" +checksum = "a9c3d267007e1f137d79b4da64267139a86034a4d85df4964334979c1c7a708a" dependencies = [ "bitflags", "fslock", |