From b02a3f9e6418b25a906b650074544cc2824f48d7 Mon Sep 17 00:00:00 2001 From: captbaritone Date: Thu, 3 Oct 2024 15:14:26 -0700 Subject: [PATCH] Update Cargo.lock (#4811) 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/4811 Reviewed By: monicatang, tyao1 Differential Revision: D63861072 Pulled By: captbaritone fbshipit-source-id: e0bac11d30f7c462bed62582d624380437f4eb10 --- compiler/Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compiler/Cargo.lock b/compiler/Cargo.lock index 7e04278e51992..9f2bf067cb049 100644 --- a/compiler/Cargo.lock +++ b/compiler/Cargo.lock @@ -2449,18 +2449,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.56" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" +checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.56" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" +checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" dependencies = [ "proc-macro2", "quote",