diff --git a/compiler/crates/docblock-syntax/Cargo.toml b/compiler/crates/docblock-syntax/Cargo.toml index 2d44348c501d2..f6501de5bcff5 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.36" [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..6946991bfd7b5 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.36" [dev-dependencies] fixture-tests = { path = "../fixture-tests" } diff --git a/compiler/crates/graphql-ir/Cargo.toml b/compiler/crates/graphql-ir/Cargo.toml index 00cccf457af30..731b12907baf3 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.36" [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..a958ca679e029 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.36" [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..c8d7a9e1df29e 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.36" [dev-dependencies] tempfile = "3.3" diff --git a/compiler/crates/persist-query/Cargo.toml b/compiler/crates/persist-query/Cargo.toml index 047572bd3791a..d0fc420887624 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.36" url = "2.2.2" [features] diff --git a/compiler/crates/relay-bin/Cargo.toml b/compiler/crates/relay-bin/Cargo.toml index c31b8cbd7dbfd..b47a896df217d 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.36" 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 517e078edbe99..332ba521516a4 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.36" 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..236475c1857c2 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.36" [dev-dependencies] extract-graphql = { path = "../extract-graphql" } diff --git a/compiler/crates/relay-transforms/Cargo.toml b/compiler/crates/relay-transforms/Cargo.toml index a528325893a63..4c241ee3fe02b 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.36" [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..e10dd86274a06 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.36" [dev-dependencies] fixture-tests = { path = "../fixture-tests" } diff --git a/compiler/crates/schema/Cargo.toml b/compiler/crates/schema/Cargo.toml index 20f053db5214a..de520026b698a 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.36" [dev-dependencies] fixture-tests = { path = "../fixture-tests" }