Skip to content

Commit 1b9e318

Browse files
committed
fix(deps): update rust crate anyhow to 1.0.72
1 parent 2e71e5d commit 1b9e318

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["Herrington Darkholme <[email protected]
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
anyhow = "1.0.71"
10+
anyhow = "1.0.72"
1111
clap = {version = "4.3.12", features = ["derive"]}
1212
compiler = { path = "../compiler", package = "vue-compiler-core" }
1313
sfc = { path = "../sfc", package = "vue-compiler-sfc" }

0 commit comments

Comments
 (0)