chore(deps): update rust crate bimap to 0.6.3 (#539)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-03-20 23:19:21 +07:00 committed by GitHub
parent 0a524a5863
commit 8388a95bf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -411,9 +411,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "bimap"
version = "0.6.2"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"
checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7"
[[package]]
name = "bincode"

View File

@ -20,7 +20,7 @@ air-log-targets = { version = "0.1.0", path = "../log-targets" }
aquavm-air-parser = { version = "0.7.4", path = "../air-parser" }
polyplets = { version = "0.3.2", path = "../polyplets" }
bimap = "0.6.2"
bimap = "0.6.3"
serde_json = "1.0.94"
log = "0.4.17"
thiserror = "1.0.39"