From 896a1ed92fd8de1cc31e69b996d9755db8dc6db4 Mon Sep 17 00:00:00 2001 From: Daniel Abramowitz Date: Mon, 18 Nov 2024 19:34:36 -0800 Subject: [PATCH] Update crash-handler and simplelog Summary: This is required for us to be able to add wasmtime, which is a new library. Wasmtime has some dependency conflicts with these two libraries and they need to be updated in order to unblock us. Update simplelog and crash-handler dependencies. Reviewed By: evenlion, ericschlanger Differential Revision: D66138332 fbshipit-source-id: 3abd28f2a5e4c1ac4c6b1120accfa8cf16000659 --- compiler/crates/relay-bin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/crates/relay-bin/Cargo.toml b/compiler/crates/relay-bin/Cargo.toml index db95138c557fa..33fe6890e64d2 100644 --- a/compiler/crates/relay-bin/Cargo.toml +++ b/compiler/crates/relay-bin/Cargo.toml @@ -18,6 +18,6 @@ relay-compiler = { path = "../relay-compiler" } relay-lsp = { path = "../relay-lsp" } schema = { path = "../schema" } schema-documentation = { path = "../schema-documentation" } -simplelog = "0.10.0" +simplelog = "0.12.2" thiserror = "1.0.64" tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] }