From 45db15b1b9f0ac95474918ba879fac296df8751a Mon Sep 17 00:00:00 2001 From: facebook-github-bot Date: Mon, 30 Jan 2023 09:40:37 -0800 Subject: [PATCH] Update Cargo.lock (#4204) Summary: Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Pull Request resolved: https://github.com/facebook/relay/pull/4204 Reviewed By: captbaritone Differential Revision: D42847005 Pulled By: alunyov fbshipit-source-id: 9fd2531613c806c1c0ef4c4857e6878c4e8a799f --- compiler/Cargo.lock | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/compiler/Cargo.lock b/compiler/Cargo.lock index 9b47e16c4b497..106f8c70be567 100644 --- a/compiler/Cargo.lock +++ b/compiler/Cargo.lock @@ -38,6 +38,12 @@ version = "1.0.42" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486" +[[package]] +name = "arbitrary" +version = "1.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e90af4de65aa7b293ef2d09daff88501eb254f58edde2e1ac02c82d873eadad" + [[package]] name = "assert_matches" version = "1.5.0" @@ -875,10 +881,11 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.9.1" +version = "1.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" +checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" dependencies = [ + "arbitrary", "autocfg", "hashbrown", "rayon",