Skip to content

Commit

Permalink
Update Rust crate anyhow to 1.0.75
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 21, 2023
1 parent dd9201b commit ae37470
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-swc/crates/napi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion packages/next-swc/crates/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit ae37470

Please sign in to comment.