Skip to content

Commit

Permalink
Bump anyhow from 1.0.75 to 1.0.81 (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 31, 2024
1 parent 81adcea commit cf38287
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 crates/commands/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition.workspace = true
rust-version.workspace = true

[dependencies]
anyhow = "1.0.72"
anyhow = "1.0.81"
base-db = { path = "../base-db" }
bstr = "1.9.1"
crossbeam-channel = "0.5.12"
Expand Down
2 changes: 1 addition & 1 deletion crates/distro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition.workspace = true
rust-version.workspace = true

[dependencies]
anyhow = "1.0.72"
anyhow = "1.0.81"
rustc-hash = "1.1.0"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/texlab/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test = false
doctest = false

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.81"
base-db = { path = "../base-db" }
bibfmt = { path = "../bibfmt" }
citeproc = { path = "../citeproc" }
Expand Down

0 comments on commit cf38287

Please sign in to comment.