Skip to content
This repository was archived by the owner on Jun 24, 2023. It is now read-only.

Commit dffe2f4

Browse files
Update Rust crate anyhow to 1.0.69
1 parent 26c9bf4 commit dffe2f4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ path = "../diagnostics"
1616
features = ["ariadne-support"]
1717

1818
[dependencies]
19-
anyhow = "1.0.66"
19+
anyhow = "1.0.69"
2020
clap = { version = "3.2.12", features = ["derive"] }
2121
ariadne = "0.1.5"

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ path = "../parser"
1818
path = "../diagnostics"
1919

2020
[dependencies]
21-
anyhow = "1.0.66"
21+
anyhow = "1.0.69"
2222
ariadne = "0.1.5"

0 commit comments

Comments
 (0)