Skip to content

Commit

Permalink
update to rust 1.64.0
Browse files Browse the repository at this point in the history
Reviewed By: diliop, dtolnay

Differential Revision: D39825734

fbshipit-source-id: 4a789f2c24707fbc6a14b506448d405d5a60a53d
  • Loading branch information
zertosh authored and facebook-github-bot committed Sep 27, 2022
1 parent 8c11098 commit 963ada7
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion compiler/crates/docblock-syntax/Cargo.toml
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion compiler/crates/graphql-ir-validations/Cargo.toml
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion compiler/crates/graphql-ir/Cargo.toml
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion compiler/crates/graphql-syntax/Cargo.toml
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion compiler/crates/js-config-loader/Cargo.toml
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion compiler/crates/persist-query/Cargo.toml
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion compiler/crates/relay-bin/Cargo.toml
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion compiler/crates/relay-compiler/Cargo.toml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion compiler/crates/relay-docblock/Cargo.toml
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion compiler/crates/relay-transforms/Cargo.toml
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion compiler/crates/schema-validate/Cargo.toml
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion compiler/crates/schema/Cargo.toml
Expand Up @@ -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" }
Expand Down

0 comments on commit 963ada7

Please sign in to comment.