From ae374705f0466c58d5ca2e1a3998843289e0a6d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 10:17:25 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.75 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- packages/next-swc/crates/napi/Cargo.toml | 2 +- packages/next-swc/crates/wasm/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 893c9089fa..a35d9e3eaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,9 +141,9 @@ checksum = "70033777eb8b5124a81a1889416543dddef2de240019b674c81285a2635a7e1e" [[package]] name = "anyhow" -version = "1.0.71" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" +checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" dependencies = [ "backtrace", ] diff --git a/Cargo.toml b/Cargo.toml index 76bc3ca4ce..6c635289a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ allsorts = { version = "0.14.1", default_features = false, features = [ "outline", "flate2_rust", ] } -anyhow = "1.0.69" +anyhow = "1.0.75" assert_cmd = "2.0.8" async-compression = { version = "0.3.13", default-features = false, features = [ "gzip", diff --git a/packages/next-swc/crates/napi/Cargo.toml b/packages/next-swc/crates/napi/Cargo.toml index 91501c781c..006d09f640 100644 --- a/packages/next-swc/crates/napi/Cargo.toml +++ b/packages/next-swc/crates/napi/Cargo.toml @@ -30,7 +30,7 @@ __internal_dhat-heap = ["dhat"] __internal_dhat-ad-hoc = ["dhat"] [dependencies] -anyhow = "1.0.66" +anyhow = "1.0.75" backtrace = "0.3" fxhash = "0.2.1" dhat = { workspace = true, optional = true } diff --git a/packages/next-swc/crates/wasm/Cargo.toml b/packages/next-swc/crates/wasm/Cargo.toml index 7498bc9e6e..b8de39f77e 100644 --- a/packages/next-swc/crates/wasm/Cargo.toml +++ b/packages/next-swc/crates/wasm/Cargo.toml @@ -14,7 +14,7 @@ swc_v1 = [] plugin = ["getrandom/js", "turbopack-binding/__swc_core_binding_wasm_plugin"] [dependencies] -anyhow = "1.0.66" +anyhow = "1.0.75" console_error_panic_hook = "0.1.6" next-swc = { version = "0.0.0", path = "../core" } once_cell = { workspace = true }