Skip to content

Commit 3273fb5

Browse files
generatedunixname2066905484085733meta-codesync[bot]
authored andcommitted
Bump anyhow 1.0.103 -> 1.0.104
Reviewed By: dtolnay Differential Revision: D114773451 fbshipit-source-id: 20c3af97508a0d196d910aba74249c4bfe106003
1 parent f2f1275 commit 3273fb5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

compiler/crates/graphql-ir-diff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "graphql_ir_diff_test"
1313
path = "tests/ir_diff_test.rs"
1414

1515
[dependencies]
16-
anyhow = "1.0.103"
16+
anyhow = "1.0.104"
1717
common = { path = "../common" }
1818
glob = "0.3.4"
1919
graphql-cli = { path = "../graphql-cli" }

compiler/crates/prettier-format/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "prettier_format"
1313
path = "src/main.rs"
1414

1515
[dependencies]
16-
anyhow = "1.0.103"
16+
anyhow = "1.0.104"
1717
clap = { version = "4.6.2", features = ["derive", "env", "string", "unicode", "wrap_help"] }
1818
common = { path = "../common" }
1919
extract-graphql = { path = "../extract-graphql" }

0 commit comments

Comments
 (0)