chore: make anyhow inherit root's declaration (#30509)

This commit is contained in:
Yihau Chen 2023-02-28 18:27:41 +08:00 committed by GitHub
parent 221fe61089
commit bd98f3a533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ getrandom = { version = "0.2", features = ["js", "wasm-bindgen"] }
parking_lot = { workspace = true }
[dev-dependencies]
anyhow = "1.0.58"
anyhow = { workspace = true }
assert_matches = { workspace = true }
serde_json = { workspace = true }
static_assertions = { workspace = true }