diff --git a/Cargo.lock b/Cargo.lock index 84e559625ebc88..46e56d786f0e3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -678,7 +678,7 @@ checksum = "8d7439c3735f405729d52c3fbbe4de140eaf938a1fe47d227c27f8254d4302a5" [[package]] name = "deno" -version = "1.32.1" +version = "1.32.2" dependencies = [ "async-trait", "atty", @@ -795,7 +795,7 @@ dependencies = [ [[package]] name = "deno_bench_util" -version = "0.89.0" +version = "0.90.0" dependencies = [ "bencher", "deno_core", @@ -805,7 +805,7 @@ dependencies = [ [[package]] name = "deno_broadcast_channel" -version = "0.89.0" +version = "0.90.0" dependencies = [ "async-trait", "deno_core", @@ -815,7 +815,7 @@ dependencies = [ [[package]] name = "deno_cache" -version = "0.27.0" +version = "0.28.0" dependencies = [ "async-trait", "deno_core", @@ -827,14 +827,14 @@ dependencies = [ [[package]] name = "deno_console" -version = "0.95.0" +version = "0.96.0" dependencies = [ "deno_core", ] [[package]] name = "deno_core" -version = "0.177.0" +version = "0.178.0" dependencies = [ "anyhow", "bytes", @@ -859,7 +859,7 @@ dependencies = [ [[package]] name = "deno_crypto" -version = "0.109.0" +version = "0.110.0" dependencies = [ "aes", "aes-gcm", @@ -927,7 +927,7 @@ dependencies = [ [[package]] name = "deno_fetch" -version = "0.119.0" +version = "0.120.0" dependencies = [ "bytes", "data-url", @@ -944,7 +944,7 @@ dependencies = [ [[package]] name = "deno_ffi" -version = "0.82.0" +version = "0.83.0" dependencies = [ "deno_core", "dlopen", @@ -959,7 +959,7 @@ dependencies = [ [[package]] name = "deno_flash" -version = "0.31.0" +version = "0.32.0" dependencies = [ "deno_core", "deno_tls", @@ -978,7 +978,7 @@ dependencies = [ [[package]] name = "deno_fs" -version = "0.5.0" +version = "0.6.0" dependencies = [ "deno_core", "deno_crypto", @@ -1016,7 +1016,7 @@ dependencies = [ [[package]] name = "deno_http" -version = "0.90.0" +version = "0.91.0" dependencies = [ "async-compression", "base64 0.13.1", @@ -1041,7 +1041,7 @@ dependencies = [ [[package]] name = "deno_io" -version = "0.5.0" +version = "0.6.0" dependencies = [ "deno_core", "nix", @@ -1052,7 +1052,7 @@ dependencies = [ [[package]] name = "deno_kv" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "async-trait", @@ -1083,7 +1083,7 @@ dependencies = [ [[package]] name = "deno_lockfile" -version = "0.11.0" +version = "0.12.0" dependencies = [ "ring", "serde", @@ -1094,7 +1094,7 @@ dependencies = [ [[package]] name = "deno_napi" -version = "0.25.0" +version = "0.26.0" dependencies = [ "deno_core", "libloading", @@ -1102,7 +1102,7 @@ dependencies = [ [[package]] name = "deno_net" -version = "0.87.0" +version = "0.88.0" dependencies = [ "deno_core", "deno_tls", @@ -1116,7 +1116,7 @@ dependencies = [ [[package]] name = "deno_node" -version = "0.32.0" +version = "0.33.0" dependencies = [ "aes", "cbc", @@ -1150,7 +1150,7 @@ dependencies = [ [[package]] name = "deno_ops" -version = "0.55.0" +version = "0.56.0" dependencies = [ "once_cell", "pmutil", @@ -1166,7 +1166,7 @@ dependencies = [ [[package]] name = "deno_runtime" -version = "0.103.0" +version = "0.104.0" dependencies = [ "atty", "console_static_text", @@ -1235,7 +1235,7 @@ dependencies = [ [[package]] name = "deno_tls" -version = "0.82.0" +version = "0.83.0" dependencies = [ "deno_core", "once_cell", @@ -1249,7 +1249,7 @@ dependencies = [ [[package]] name = "deno_url" -version = "0.95.0" +version = "0.96.0" dependencies = [ "deno_bench_util", "deno_core", @@ -1261,7 +1261,7 @@ dependencies = [ [[package]] name = "deno_web" -version = "0.126.0" +version = "0.127.0" dependencies = [ "async-trait", "base64-simd", @@ -1279,7 +1279,7 @@ dependencies = [ [[package]] name = "deno_webidl" -version = "0.95.0" +version = "0.96.0" dependencies = [ "deno_bench_util", "deno_core", @@ -1287,7 +1287,7 @@ dependencies = [ [[package]] name = "deno_websocket" -version = "0.100.0" +version = "0.101.0" dependencies = [ "deno_core", "deno_tls", @@ -1301,7 +1301,7 @@ dependencies = [ [[package]] name = "deno_webstorage" -version = "0.90.0" +version = "0.91.0" dependencies = [ "deno_core", "deno_web", @@ -2729,7 +2729,7 @@ dependencies = [ [[package]] name = "napi_sym" -version = "0.25.0" +version = "0.26.0" dependencies = [ "proc-macro2 1.0.52", "quote 1.0.26", @@ -3830,7 +3830,7 @@ dependencies = [ [[package]] name = "serde_v8" -version = "0.88.0" +version = "0.89.0" dependencies = [ "bencher", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 57aa273e5e99a6..bdc7251a150082 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,36 +46,36 @@ repository = "https://github.com/denoland/deno" v8 = { version = "0.68.0", default-features = false } deno_ast = { version = "0.25.0", features = ["transpiling"] } -deno_core = { version = "0.177.0", path = "./core" } -deno_ops = { version = "0.55.0", path = "./ops" } -serde_v8 = { version = "0.88.0", path = "./serde_v8" } -deno_runtime = { version = "0.103.0", path = "./runtime" } -napi_sym = { version = "0.25.0", path = "./cli/napi/sym" } -deno_bench_util = { version = "0.89.0", path = "./bench_util" } +deno_core = { version = "0.178.0", path = "./core" } +deno_ops = { version = "0.56.0", path = "./ops" } +serde_v8 = { version = "0.89.0", path = "./serde_v8" } +deno_runtime = { version = "0.104.0", path = "./runtime" } +napi_sym = { version = "0.26.0", path = "./cli/napi/sym" } +deno_bench_util = { version = "0.90.0", path = "./bench_util" } test_util = { path = "./test_util" } -deno_lockfile = { version = "0.11.0", path = "./lockfile" } +deno_lockfile = { version = "0.12.0", path = "./lockfile" } # exts -deno_broadcast_channel = { version = "0.89.0", path = "./ext/broadcast_channel" } -deno_cache = { version = "0.27.0", path = "./ext/cache" } -deno_console = { version = "0.95.0", path = "./ext/console" } -deno_crypto = { version = "0.109.0", path = "./ext/crypto" } -deno_fetch = { version = "0.119.0", path = "./ext/fetch" } -deno_ffi = { version = "0.82.0", path = "./ext/ffi" } -deno_flash = { version = "0.31.0", path = "./ext/flash" } -deno_fs = { version = "0.5.0", path = "./ext/fs" } -deno_http = { version = "0.90.0", path = "./ext/http" } -deno_io = { version = "0.5.0", path = "./ext/io" } -deno_net = { version = "0.87.0", path = "./ext/net" } -deno_node = { version = "0.32.0", path = "./ext/node" } -deno_kv = { version = "0.3.0", path = "./ext/kv" } -deno_tls = { version = "0.82.0", path = "./ext/tls" } -deno_url = { version = "0.95.0", path = "./ext/url" } -deno_web = { version = "0.126.0", path = "./ext/web" } -deno_webidl = { version = "0.95.0", path = "./ext/webidl" } -deno_websocket = { version = "0.100.0", path = "./ext/websocket" } -deno_webstorage = { version = "0.90.0", path = "./ext/webstorage" } -deno_napi = { version = "0.25.0", path = "./ext/napi" } +deno_broadcast_channel = { version = "0.90.0", path = "./ext/broadcast_channel" } +deno_cache = { version = "0.28.0", path = "./ext/cache" } +deno_console = { version = "0.96.0", path = "./ext/console" } +deno_crypto = { version = "0.110.0", path = "./ext/crypto" } +deno_fetch = { version = "0.120.0", path = "./ext/fetch" } +deno_ffi = { version = "0.83.0", path = "./ext/ffi" } +deno_flash = { version = "0.32.0", path = "./ext/flash" } +deno_fs = { version = "0.6.0", path = "./ext/fs" } +deno_http = { version = "0.91.0", path = "./ext/http" } +deno_io = { version = "0.6.0", path = "./ext/io" } +deno_net = { version = "0.88.0", path = "./ext/net" } +deno_node = { version = "0.33.0", path = "./ext/node" } +deno_kv = { version = "0.4.0", path = "./ext/kv" } +deno_tls = { version = "0.83.0", path = "./ext/tls" } +deno_url = { version = "0.96.0", path = "./ext/url" } +deno_web = { version = "0.127.0", path = "./ext/web" } +deno_webidl = { version = "0.96.0", path = "./ext/webidl" } +deno_websocket = { version = "0.101.0", path = "./ext/websocket" } +deno_webstorage = { version = "0.91.0", path = "./ext/webstorage" } +deno_napi = { version = "0.26.0", path = "./ext/napi" } aes = "=0.8.2" anyhow = "1.0.57" diff --git a/Releases.md b/Releases.md index b85f0a1195e838..3a89d722b0502d 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,46 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.32.2 / 2023.03.31 + +- Revert "refactor(ext/node): Use Deno.inspect (#17960)" (#18491) +- feat(core): initialize SQLite off-main-thread (#18401) +- feat(ext/kv): return versionstamp from set/commit (#18512) +- feat(ext/node): add `crypto.checkPrime` API (#18465) +- feat(ext/node): implement crypto.createSecretKey (#18413) +- feat(test): print pending tests on sigint (#18246) +- feat: port node:zlib to rust (#18291) +- fix(cli): add colors to "Module not found" error frame (#18437) +- fix(cli): don't store blob and data urls in the module cache (#18261) +- fix(cli/bench): look for clone3 syscalls for thread count (#18456) +- fix(core): located_script_name macro was using format syntax (#18388) +- fix(core): panic at build time if extension code contains anything other than + 7-bit ASCII (#18372) +- fix(core): restore cache journal mode to TRUNCATE and tweak tokio test in + CacheDB (#18469) +- fix(coverage): ignore files from npm registry (#18457) +- fix(dts): improve types for the Deno.KV API (#18510) +- fix(ext/kv): add missing `getMany` method (#18410) +- fix(ext/node): add aes-128-ecb algorithm support (#18412) +- fix(ext/node): add missing _preloadModules hook (#18447) +- fix(ext/node): implement crypto.Sign (RSA/PEM/SHA{224,256,384,512}) (#18471) +- fix(ext/node): make cipher/decipher transform stream (#18408) +- fix(lsp): `textDocument/references` should respect `includeDeclaration` + (#18496) +- fix(lsp): better handling of `data:` urls (#18527) +- fix(lsp): include all diagnosable documents on initialize (#17979) +- fix(ops): fallback when FastApiOneByteString is not utf8 (#18518) +- fix(repl): improve package.json support (#18497) +- fix(streams): add support `Float64Array` to `ReadableStreamByobReader` + (#18188) +- fix: Add missing `processenv` winapi feature to deno_io (#18485) +- fix: upgrade to TypeScript 5.0.3 (#18532) +- perf(ext/websocket): efficient event kind serialization (#18509) +- perf(ext/websocket): special op for sending binary data frames (#18506) +- perf(ext/websocket): special op for sending text data frames (#18507) +- perf(ext/websocket): use opAsync2 to avoid spread deopt (#18525) +- perf: `const` op declaration (#18288) + ### 1.32.1 / 2023.03.23 - fix(core): disable resizable ArrayBuffer and growable SharedArrayBuffer diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml index 763d00d2dddbc9..81601aad5843c6 100644 --- a/bench_util/Cargo.toml +++ b/bench_util/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_bench_util" -version = "0.89.0" +version = "0.90.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a887a5692d4fc8..2f382fe8c58dd7 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.32.1" +version = "1.32.2" authors.workspace = true default-run = "deno" edition.workspace = true diff --git a/cli/args/flags.rs b/cli/args/flags.rs index 7caa12ca89bc56..ed7a59051b7cdb 100644 --- a/cli/args/flags.rs +++ b/cli/args/flags.rs @@ -36,7 +36,6 @@ pub struct BenchFlags { pub files: FileFlags, pub filter: Option, pub json: bool, - pub no_run: bool, } #[derive(Clone, Debug, Eq, PartialEq)] @@ -793,12 +792,6 @@ fn bench_subcommand() -> Command { .value_parser(value_parser!(PathBuf)) .action(ArgAction::Append), ) - .arg( - Arg::new("no-run") - .long("no-run") - .help("Cache bench modules, but don't run benchmarks") - .action(ArgAction::SetTrue), - ) .arg(watch_arg(false)) .arg(no_clear_screen_arg()) .arg(script_arg().last(true)) @@ -2362,14 +2355,11 @@ fn bench_parse(flags: &mut Flags, matches: &mut ArgMatches) { Vec::new() }; - let no_run = matches.get_flag("no-run"); - watch_arg_parse(flags, matches, false); flags.subcommand = DenoSubcommand::Bench(BenchFlags { files: FileFlags { include, ignore }, filter, json, - no_run, }); } @@ -6479,7 +6469,6 @@ mod tests { "--unstable", "--no-npm", "--no-remote", - "--no-run", "--filter", "- foo", "--location", @@ -6497,7 +6486,6 @@ mod tests { subcommand: DenoSubcommand::Bench(BenchFlags { filter: Some("- foo".to_string()), json: true, - no_run: true, files: FileFlags { include: vec![PathBuf::from("dir1/"), PathBuf::from("dir2/")], ignore: vec![], @@ -6525,7 +6513,6 @@ mod tests { subcommand: DenoSubcommand::Bench(BenchFlags { filter: None, json: false, - no_run: false, files: FileFlags { include: vec![], ignore: vec![], diff --git a/cli/args/mod.rs b/cli/args/mod.rs index bbf3f7efba2398..33863745514d44 100644 --- a/cli/args/mod.rs +++ b/cli/args/mod.rs @@ -119,7 +119,6 @@ pub struct BenchOptions { pub files: FilesConfig, pub filter: Option, pub json: bool, - pub no_run: bool, } impl BenchOptions { @@ -135,7 +134,6 @@ impl BenchOptions { ), filter: bench_flags.filter, json: bench_flags.json, - no_run: bench_flags.no_run, }) } } diff --git a/cli/deno_std.rs b/cli/deno_std.rs index af77f552f1855d..44bf45d963ce8c 100644 --- a/cli/deno_std.rs +++ b/cli/deno_std.rs @@ -2,4 +2,4 @@ // WARNING: Ensure this is the only deno_std version reference as this // is automatically updated by the version bump workflow. -pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.181.0/"; +pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.182.0/"; diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml index d7cce69948c7ef..08f6735494b10a 100644 --- a/cli/napi/sym/Cargo.toml +++ b/cli/napi/sym/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "napi_sym" -version = "0.25.0" +version = "0.26.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/cli/tests/integration/bench_tests.rs b/cli/tests/integration/bench_tests.rs index 16ac5852ecc511..e5174025e0d06c 100644 --- a/cli/tests/integration/bench_tests.rs +++ b/cli/tests/integration/bench_tests.rs @@ -138,12 +138,6 @@ itest!(filter { output: "bench/filter.out", }); -itest!(no_run { - args: "bench --no-run bench/no_run.ts", - output: "bench/no_run.out", - exit_code: 1, -}); - itest!(no_prompt_by_default { args: "bench --quiet bench/no_prompt_by_default.ts", exit_code: 1, diff --git a/cli/tools/bench.rs b/cli/tools/bench.rs index ebfa8f4d292939..56ddb99fb0c64b 100644 --- a/cli/tools/bench.rs +++ b/cli/tools/bench.rs @@ -590,10 +590,6 @@ pub async fn run_benchmarks( check_specifiers(&ps, permissions.clone(), specifiers.clone()).await?; - if bench_options.no_run { - return Ok(()); - } - bench_specifiers( &ps, &permissions, @@ -746,10 +742,6 @@ pub async fn run_benchmarks_with_watch( check_specifiers(&ps, permissions.clone(), specifiers.clone()).await?; - if bench_options.no_run { - return Ok(()); - } - bench_specifiers( &ps, permissions, diff --git a/core/Cargo.toml b/core/Cargo.toml index 3dd48ca59f6c61..5d495b6f11de72 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_core" -version = "0.177.0" +version = "0.178.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/broadcast_channel/Cargo.toml b/ext/broadcast_channel/Cargo.toml index 25ebbb2b5674a3..182445517859ae 100644 --- a/ext/broadcast_channel/Cargo.toml +++ b/ext/broadcast_channel/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_broadcast_channel" -version = "0.89.0" +version = "0.90.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/cache/Cargo.toml b/ext/cache/Cargo.toml index 7e066b0eb3faf3..86964ff485653c 100644 --- a/ext/cache/Cargo.toml +++ b/ext/cache/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_cache" -version = "0.27.0" +version = "0.28.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/console/Cargo.toml b/ext/console/Cargo.toml index 97f03916ec0fad..f0b3106faf5009 100644 --- a/ext/console/Cargo.toml +++ b/ext/console/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_console" -version = "0.95.0" +version = "0.96.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml index c9fa4be53f4ecf..1fd8cc58aa82d2 100644 --- a/ext/crypto/Cargo.toml +++ b/ext/crypto/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_crypto" -version = "0.109.0" +version = "0.110.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml index 9f6ad2e08e05e6..865af57099e361 100644 --- a/ext/fetch/Cargo.toml +++ b/ext/fetch/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_fetch" -version = "0.119.0" +version = "0.120.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml index 2599a3dfb505eb..698b2d6f4fce41 100644 --- a/ext/ffi/Cargo.toml +++ b/ext/ffi/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_ffi" -version = "0.82.0" +version = "0.83.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/flash/Cargo.toml b/ext/flash/Cargo.toml index 12a068a84da424..3eb32844aa686a 100644 --- a/ext/flash/Cargo.toml +++ b/ext/flash/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_flash" -version = "0.31.0" +version = "0.32.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/fs/Cargo.toml b/ext/fs/Cargo.toml index b32fc7612d8b2f..7bb6a23ec0df46 100644 --- a/ext/fs/Cargo.toml +++ b/ext/fs/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_fs" -version = "0.5.0" +version = "0.6.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml index f025a672731444..1b3b3edabefa24 100644 --- a/ext/http/Cargo.toml +++ b/ext/http/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_http" -version = "0.90.0" +version = "0.91.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/io/Cargo.toml b/ext/io/Cargo.toml index 7570c7aa25cee5..717e627258b5f3 100644 --- a/ext/io/Cargo.toml +++ b/ext/io/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_io" -version = "0.5.0" +version = "0.6.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/kv/Cargo.toml b/ext/kv/Cargo.toml index 0d09cf433aaf06..1aaea4eb8d6c7b 100644 --- a/ext/kv/Cargo.toml +++ b/ext/kv/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_kv" -version = "0.3.0" +version = "0.4.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/napi/Cargo.toml b/ext/napi/Cargo.toml index 88afc3b2759359..fe4bea47e0109d 100644 --- a/ext/napi/Cargo.toml +++ b/ext/napi/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_napi" -version = "0.25.0" +version = "0.26.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml index 7ecf5999e8f1e3..87f7ca2c308513 100644 --- a/ext/net/Cargo.toml +++ b/ext/net/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_net" -version = "0.87.0" +version = "0.88.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml index be3231087506b2..b3e4ee99a2a952 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_node" -version = "0.32.0" +version = "0.33.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -37,7 +37,7 @@ ripemd = "0.1.3" rsa.workspace = true serde = "1.0.149" sha-1 = "0.10.0" -sha2 = "0.10.6" +sha2.workspace = true sha3 = "0.10.5" signature.workspace = true tokio.workspace = true diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml index 931992dcbf3282..9f6f890b397cde 100644 --- a/ext/tls/Cargo.toml +++ b/ext/tls/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_tls" -version = "0.82.0" +version = "0.83.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml index 378dae19923091..5a47face2f8338 100644 --- a/ext/url/Cargo.toml +++ b/ext/url/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_url" -version = "0.95.0" +version = "0.96.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml index 00a567f9876d29..a49795f9263e39 100644 --- a/ext/web/Cargo.toml +++ b/ext/web/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_web" -version = "0.126.0" +version = "0.127.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/webidl/Cargo.toml b/ext/webidl/Cargo.toml index fbdee69a8925a9..59d99bdf7a28a9 100644 --- a/ext/webidl/Cargo.toml +++ b/ext/webidl/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webidl" -version = "0.95.0" +version = "0.96.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml index 081c9cd60bf4e2..d43769d0505f01 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_websocket" -version = "0.100.0" +version = "0.101.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml index 749876ea70a312..ebad38ebd04a14 100644 --- a/ext/webstorage/Cargo.toml +++ b/ext/webstorage/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webstorage" -version = "0.90.0" +version = "0.91.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/lockfile/Cargo.toml b/lockfile/Cargo.toml index 5d4712e8a42306..85d13bbf688924 100644 --- a/lockfile/Cargo.toml +++ b/lockfile/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_lockfile" -version = "0.11.0" +version = "0.12.0" edition = "2021" license = "MIT" description = "An implementation of a lockfile used in Deno" diff --git a/ops/Cargo.toml b/ops/Cargo.toml index 9a887fdf670c1e..b674000de2dc6d 100644 --- a/ops/Cargo.toml +++ b/ops/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_ops" -version = "0.55.0" +version = "0.56.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 6cc8654d021ed3..5705485141fb35 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_runtime" -version = "0.103.0" +version = "0.104.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/serde_v8/Cargo.toml b/serde_v8/Cargo.toml index 033398e155ada7..764e52ed3eb81f 100644 --- a/serde_v8/Cargo.toml +++ b/serde_v8/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "serde_v8" -version = "0.88.0" +version = "0.89.0" authors.workspace = true edition.workspace = true license.workspace = true