Skip to content

Commit

Permalink
Update Rust crate anyhow to 1.0.74
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2023
1 parent 41d2f38 commit 2f953e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 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 crates/lua-analyzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
# debug = true

[dependencies]
anyhow = "1.0.40"
anyhow = "1.0.74"
crossbeam-channel = "0.5.1"
directories-next = "2.0.0"
log = "0.4.14"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
publish = false

[dependencies]
anyhow = "1.0.40"
anyhow = "1.0.74"
flate2 = "1.0.20"
heck = "0.3.2"
proc-macro2 = "1.0.27"
Expand Down

0 comments on commit 2f953e0

Please sign in to comment.