From 78c7ff91e31d900609084a9563d5fd105affd091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Thu, 11 May 2023 16:14:51 +0200 Subject: chore: upgrade thiserror and deno_lockfile (#19073) Upgrade `thiserror` to `1.40.0`. Remove version pinning so that consumers of deno crates can install newer versions of `thiserrors` without waiting for us to upgrade our Cargo.toml. Upgrade `deno_lockfile` to `0.14.0` to bring in `thiserror` upgrade, see https://github.com/denoland/deno_lockfile/pull/1. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 194cce09b..7bcb59a75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ deno_runtime = { version = "0.111.0", path = "./runtime" } napi_sym = { version = "0.33.0", path = "./cli/napi/sym" } deno_bench_util = { version = "0.97.0", path = "./bench_util" } test_util = { path = "./test_util" } -deno_lockfile = "0.13.0" +deno_lockfile = "0.14.0" deno_media_type = { version = "0.1.0", features = ["module_specifier"] } deno_npm = "0.3.0" deno_semver = "0.2.1" @@ -132,7 +132,7 @@ smallvec = "1.8" socket2 = "0.4.7" tar = "=0.4.38" tempfile = "3.4.0" -thiserror = "=1.0.38" +thiserror = "1.0.40" tokio = { version = "1.28.1", features = ["full"] } tikv-jemallocator = "0.5.0" tikv-jemalloc-sys = "0.5.3" -- cgit v1.2.3