diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2024-01-25 14:50:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-25 20:50:49 +0100 |
| commit | e06be89143e0cfc85896ee0b89f2e4cce8ba8d44 (patch) | |
| tree | c894118c3de529ef6c4379e28d9c446e9075efc0 /Cargo.lock | |
| parent | 4d8cf02500fd8abb11c760ddbdca44a07019153f (diff) | |
chore: bump deno_core (#22110)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock index e9dcb5003..c9eea7897 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1196,15 +1196,16 @@ dependencies = [ [[package]] name = "deno_core" -version = "0.249.0" +version = "0.254.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02ed91e4f3a224de2a6d73211a5462e66c4394472873506a58e2c5377cf7105f" +checksum = "dd747cfefb65613073c71303f1b9817c541111dae68a2ce31b2ead5120f4222d" dependencies = [ "anyhow", "bit-set", "bit-vec", "bytes", "cooked-waker", + "deno_core_icudata", "deno_ops", "deno_unsync 0.3.2", "futures", @@ -1225,6 +1226,12 @@ dependencies = [ ] [[package]] +name = "deno_core_icudata" +version = "0.0.73" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a13951ea98c0a4c372f162d669193b4c9d991512de9f2381dd161027f34b26b1" + +[[package]] name = "deno_cron" version = "0.14.0" dependencies = [ @@ -1646,9 +1653,9 @@ dependencies = [ [[package]] name = "deno_ops" -version = "0.125.0" +version = "0.130.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adc649e55c4fcd40b247dd1abdff2681e3b5c6331a6ab8d7900d885cd486a7c3" +checksum = "d2eaf696534fd715236131bbc23502c3acc975a987aaf0457528cefa4c4ccf51" dependencies = [ "proc-macro-rules", "proc-macro2", @@ -5350,9 +5357,9 @@ dependencies = [ [[package]] name = "serde_v8" -version = "0.158.0" +version = "0.163.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3035399dd0135f3c1a02e5fedd72d1c417dd3cd3107789ef9e3a4f657de4dd1d" +checksum = "16e8193fbdd173c08fceb226d14bef66f1d8a84ed201b3e24c1404f2171b0734" dependencies = [ "bytes", "derive_more", |
