From ee9391edfa5161188954e5be4694952ebe66e1e1 Mon Sep 17 00:00:00 2001 From: Marlon Dutra Date: Thu, 16 Feb 2023 17:03:23 -0800 Subject: [PATCH] Rust crate rsa 0.8.1 and required fixes Reviewed By: zertosh, Imxset21 Differential Revision: D43263536 fbshipit-source-id: 7219e63b3be7a9065c2516e472ecfc677594e667 --- compiler/crates/relay-compiler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/crates/relay-compiler/Cargo.toml b/compiler/crates/relay-compiler/Cargo.toml index d16c131f7394a..23a572135a779 100644 --- a/compiler/crates/relay-compiler/Cargo.toml +++ b/compiler/crates/relay-compiler/Cargo.toml @@ -55,7 +55,7 @@ serde = { version = "1.0.136", features = ["derive", "rc"] } serde_bser = "0.3" serde_json = { version = "1.0.79", features = ["float_roundtrip", "unbounded_depth"] } sha1 = "0.10.5" -sha2 = "0.10" +sha2 = "0.10.6" signedsource = { path = "../signedsource" } thiserror = "1.0.36" tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] }