chore(deps): update rust crate pretty_assertions to v1 (#361)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2022-10-14 12:40:12 +03:00
committed by GitHub
parent 8c3f9a3090
commit fb32f33154
2 changed files with 21 additions and 3 deletions

View File

@ -25,7 +25,7 @@ serde_json = "1.0.85"
[dev-dependencies]
maplit = "1.0.2"
pretty_assertions = "0.6.1"
pretty_assertions = "1.3.0"
# We do not want to depend on wasm binary path
air-test-utils = { path = "../air-lib/test-utils", features = ["test_with_native_code"] }