diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-06-07 18:47:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-07 17:47:15 +0000 |
| commit | 9dc0e33e67d331c7d95b95d5a6eb380d4b9c732e (patch) | |
| tree | c16afd340b086fb2db79c0968557e75841839aa6 /Cargo.lock | |
| parent | 3735a1a54225a058914f4356c2d271bb12fab6a7 (diff) | |
fix: upgrade deno_core (#24128)
Includes https://github.com/denoland/deno_core/pull/770 necessary
for https://github.com/denoland/deno/pull/24101.
Also includes https://github.com/denoland/deno_core/pull/769 that
fixes https://github.com/denoland/deno/issues/24098 and
https://github.com/denoland/deno/issues/24069 and
https://github.com/denoland/deno/issues/24089.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 31 |
1 files changed, 18 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock index 0f29b9995..fa928f07c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1303,9 +1303,9 @@ dependencies = [ [[package]] name = "deno_core" -version = "0.284.0" +version = "0.285.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4a5c809e81be26fcfbbce4275573251f6a156137b67059889e9e38f73e75b63" +checksum = "1b2df681c5746ff035671d98a3aa906f818024bb1bb9b8f9122a38cdc6a1b6e4" dependencies = [ "anyhow", "bincode", @@ -1759,9 +1759,9 @@ dependencies = [ [[package]] name = "deno_ops" -version = "0.160.0" +version = "0.161.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "517e54d41a2da6a69b8f534294334d79d9115ddd43aea88a5ceefdb717e6d85e" +checksum = "504faf12efd80bdef6dc4d693072479dd916f397a151893963db66fb061f0c9d" dependencies = [ "proc-macro-rules", "proc-macro2", @@ -5763,9 +5763,9 @@ dependencies = [ [[package]] name = "serde_v8" -version = "0.193.0" +version = "0.194.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21ec612dfc7ab70330b5405e8015b25e637bbfe1d79c4bd173557933aea66e76" +checksum = "c56fad5568bad7902594c0b2fd33f7b97c1eb539837cc9a7f9d7742ca1c77883" dependencies = [ "num-bigint", "serde", @@ -7337,9 +7337,9 @@ dependencies = [ [[package]] name = "v8" -version = "0.92.0" +version = "0.93.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "234589219e37a7496cbce73d971586db8369871be2420372c45a579b6a919b15" +checksum = "abc3ff12243d345cc697c151b29fbb8ad1f898e3f8b7aa1386701ff9f2c7cbbf" dependencies = [ "bitflags 2.5.0", "fslock", @@ -7347,7 +7347,7 @@ dependencies = [ "home", "miniz_oxide", "once_cell", - "which 5.0.0", + "which 6.0.1", ] [[package]] @@ -7640,15 +7640,14 @@ dependencies = [ [[package]] name = "which" -version = "5.0.0" +version = "6.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bf3ea8596f3a0dd5980b46430f2058dfe2c36a27ccfbb1845d6fbfcd9ba6e14" +checksum = "8211e4f58a2b2805adfbefbc07bab82958fc91e3836339b1ab7ae32465dce0d7" dependencies = [ "either", "home", - "once_cell", "rustix", - "windows-sys 0.48.0", + "winsafe", ] [[package]] @@ -7889,6 +7888,12 @@ dependencies = [ ] [[package]] +name = "winsafe" +version = "0.0.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" + +[[package]] name = "wtf8" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" |
