From 74ac3685d3ecd4ae064f6310945cb5f4a91a7579 Mon Sep 17 00:00:00 2001 From: Edwin Smith Date: Tue, 13 Sep 2022 07:15:29 -0700 Subject: [PATCH] unpin thiserror Reviewed By: bolinfest, zertosh Differential Revision: D39418421 fbshipit-source-id: 2f0246f190403a6f481e8803834174f229c0849a --- compiler/crates/docblock-syntax/Cargo.toml | 2 +- compiler/crates/graphql-ir-validations/Cargo.toml | 2 +- compiler/crates/graphql-ir/Cargo.toml | 2 +- compiler/crates/graphql-syntax/Cargo.toml | 2 +- compiler/crates/js-config-loader/Cargo.toml | 2 +- compiler/crates/persist-query/Cargo.toml | 2 +- compiler/crates/relay-bin/Cargo.toml | 2 +- compiler/crates/relay-compiler/Cargo.toml | 2 +- compiler/crates/relay-docblock/Cargo.toml | 2 +- compiler/crates/relay-transforms/Cargo.toml | 2 +- compiler/crates/schema-validate/Cargo.toml | 2 +- compiler/crates/schema/Cargo.toml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/compiler/crates/docblock-syntax/Cargo.toml b/compiler/crates/docblock-syntax/Cargo.toml index 2d44348c501d2..17b7d063a46ef 100644 --- a/compiler/crates/docblock-syntax/Cargo.toml +++ b/compiler/crates/docblock-syntax/Cargo.toml @@ -14,7 +14,7 @@ path = "tests/parse_test.rs" common = { path = "../common" } intern = { path = "../intern" } serde = { version = "1.0.136", features = ["derive", "rc"] } -thiserror = "=1.0.30" +thiserror = "1.0.34" [dev-dependencies] fixture-tests = { path = "../fixture-tests" } diff --git a/compiler/crates/graphql-ir-validations/Cargo.toml b/compiler/crates/graphql-ir-validations/Cargo.toml index 5b66e8053ffcd..9bedff6719761 100644 --- a/compiler/crates/graphql-ir-validations/Cargo.toml +++ b/compiler/crates/graphql-ir-validations/Cargo.toml @@ -18,7 +18,7 @@ graphql-ir = { path = "../graphql-ir" } graphql-text-printer = { path = "../graphql-text-printer" } intern = { path = "../intern" } schema = { path = "../schema" } -thiserror = "=1.0.30" +thiserror = "1.0.34" [dev-dependencies] fixture-tests = { path = "../fixture-tests" } diff --git a/compiler/crates/graphql-ir/Cargo.toml b/compiler/crates/graphql-ir/Cargo.toml index 251dbe196d50c..a0b133187ec47 100644 --- a/compiler/crates/graphql-ir/Cargo.toml +++ b/compiler/crates/graphql-ir/Cargo.toml @@ -29,7 +29,7 @@ lazy_static = "1.4" once_cell = "1.12" schema = { path = "../schema" } serde = { version = "1.0.136", features = ["derive", "rc"] } -thiserror = "=1.0.30" +thiserror = "1.0.34" [dev-dependencies] fixture-tests = { path = "../fixture-tests" } diff --git a/compiler/crates/graphql-syntax/Cargo.toml b/compiler/crates/graphql-syntax/Cargo.toml index 20be3ecb1c7f1..6cf842a464d3b 100644 --- a/compiler/crates/graphql-syntax/Cargo.toml +++ b/compiler/crates/graphql-syntax/Cargo.toml @@ -15,7 +15,7 @@ common = { path = "../common" } intern = { path = "../intern" } logos = "0.11" serde = { version = "1.0.136", features = ["derive", "rc"] } -thiserror = "=1.0.30" +thiserror = "1.0.34" [dev-dependencies] fixture-tests = { path = "../fixture-tests" } diff --git a/compiler/crates/js-config-loader/Cargo.toml b/compiler/crates/js-config-loader/Cargo.toml index 3450a84aa4273..3ebe6271ebb38 100644 --- a/compiler/crates/js-config-loader/Cargo.toml +++ b/compiler/crates/js-config-loader/Cargo.toml @@ -13,7 +13,7 @@ path = "tests/lib.rs" [dependencies] serde = { version = "1.0.136", features = ["derive", "rc"] } serde_json = { version = "1.0.79", features = ["float_roundtrip", "unbounded_depth"] } -thiserror = "=1.0.30" +thiserror = "1.0.34" [dev-dependencies] tempfile = "3.3" diff --git a/compiler/crates/persist-query/Cargo.toml b/compiler/crates/persist-query/Cargo.toml index 047572bd3791a..c3774e8c8ed73 100644 --- a/compiler/crates/persist-query/Cargo.toml +++ b/compiler/crates/persist-query/Cargo.toml @@ -11,7 +11,7 @@ hyper = { version = "0.14.7", features = ["client", "http1", "http2"] } hyper-tls = "0.5" serde = { version = "1.0.136", features = ["derive", "rc"] } serde_json = { version = "1.0.79", features = ["float_roundtrip", "unbounded_depth"] } -thiserror = "=1.0.30" +thiserror = "1.0.34" url = "2.2.2" [features] diff --git a/compiler/crates/relay-bin/Cargo.toml b/compiler/crates/relay-bin/Cargo.toml index c31b8cbd7dbfd..71cc5f865133f 100644 --- a/compiler/crates/relay-bin/Cargo.toml +++ b/compiler/crates/relay-bin/Cargo.toml @@ -16,5 +16,5 @@ relay-lsp = { path = "../relay-lsp" } schema = { path = "../schema" } schema-documentation = { path = "../schema-documentation" } simplelog = "0.10.0" -thiserror = "=1.0.30" +thiserror = "1.0.34" tokio = { version = "1.15", features = ["full", "test-util", "tracing"] } diff --git a/compiler/crates/relay-compiler/Cargo.toml b/compiler/crates/relay-compiler/Cargo.toml index 06ff8500088ab..de893ebbfd77f 100644 --- a/compiler/crates/relay-compiler/Cargo.toml +++ b/compiler/crates/relay-compiler/Cargo.toml @@ -56,7 +56,7 @@ serde_json = { version = "1.0.79", features = ["float_roundtrip", "unbounded_dep sha-1 = "0.10" sha2 = "0.10" signedsource = { path = "../signedsource" } -thiserror = "=1.0.30" +thiserror = "1.0.34" tokio = { version = "1.15", features = ["full", "test-util", "tracing"] } walkdir = "2.3" watchman_client = "0.8.0" diff --git a/compiler/crates/relay-docblock/Cargo.toml b/compiler/crates/relay-docblock/Cargo.toml index 6eb1f1e28f79f..e0e988097499c 100644 --- a/compiler/crates/relay-docblock/Cargo.toml +++ b/compiler/crates/relay-docblock/Cargo.toml @@ -22,7 +22,7 @@ graphql-syntax = { path = "../graphql-syntax" } intern = { path = "../intern" } lazy_static = "1.4" schema = { path = "../schema" } -thiserror = "=1.0.30" +thiserror = "1.0.34" [dev-dependencies] extract-graphql = { path = "../extract-graphql" } diff --git a/compiler/crates/relay-transforms/Cargo.toml b/compiler/crates/relay-transforms/Cargo.toml index 7ae443d604321..f5094d1b40838 100644 --- a/compiler/crates/relay-transforms/Cargo.toml +++ b/compiler/crates/relay-transforms/Cargo.toml @@ -124,7 +124,7 @@ parking_lot = { version = "0.11.2", features = ["send_guard"] } regex = "1.5.4" relay-config = { path = "../relay-config" } schema = { path = "../schema" } -thiserror = "=1.0.30" +thiserror = "1.0.34" [dev-dependencies] fixture-tests = { path = "../fixture-tests" } diff --git a/compiler/crates/schema-validate/Cargo.toml b/compiler/crates/schema-validate/Cargo.toml index de72b1d13416f..1a711220e958b 100644 --- a/compiler/crates/schema-validate/Cargo.toml +++ b/compiler/crates/schema-validate/Cargo.toml @@ -24,7 +24,7 @@ rayon = "1.2" regex = "1.5.4" schema = { path = "../schema" } schema-print = { path = "../schema-print" } -thiserror = "=1.0.30" +thiserror = "1.0.34" [dev-dependencies] fixture-tests = { path = "../fixture-tests" } diff --git a/compiler/crates/schema/Cargo.toml b/compiler/crates/schema/Cargo.toml index 20f053db5214a..a69b643fa5dc2 100644 --- a/compiler/crates/schema/Cargo.toml +++ b/compiler/crates/schema/Cargo.toml @@ -21,7 +21,7 @@ lazy_static = "1.4" ouroboros = "0.8" schema-flatbuffer = { path = "../schema-flatbuffer" } strsim = "0.10.0" -thiserror = "=1.0.30" +thiserror = "1.0.34" [dev-dependencies] fixture-tests = { path = "../fixture-tests" }