diff --git a/compiler/crates/docblock-shared/Cargo.toml b/compiler/crates/docblock-shared/Cargo.toml index 6b28e5837e2d3..0b69950de60af 100644 --- a/compiler/crates/docblock-shared/Cargo.toml +++ b/compiler/crates/docblock-shared/Cargo.toml @@ -12,6 +12,6 @@ license = "MIT" common = { path = "../common" } hex = "0.4.3" intern = { path = "../intern" } -lazy_static = "1.4" +lazy_static = "1.5" md-5 = "0.10" serde = { version = "1.0.185", features = ["derive", "rc"] } diff --git a/compiler/crates/fixture-tests/Cargo.toml b/compiler/crates/fixture-tests/Cargo.toml index 75b4e3a539010..a361e9614df9f 100644 --- a/compiler/crates/fixture-tests/Cargo.toml +++ b/compiler/crates/fixture-tests/Cargo.toml @@ -20,6 +20,6 @@ path = "tests/uppercase_test.rs" clap = { version = "4.5.20", features = ["derive", "env", "string", "unicode", "wrap_help"] } colored = "2.1.0" diff = "0.1" -lazy_static = "1.4" +lazy_static = "1.5" signedsource = { path = "../signedsource" } tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] } diff --git a/compiler/crates/graphql-ir/Cargo.toml b/compiler/crates/graphql-ir/Cargo.toml index ef5920707112a..937cbe84d7cbe 100644 --- a/compiler/crates/graphql-ir/Cargo.toml +++ b/compiler/crates/graphql-ir/Cargo.toml @@ -27,7 +27,7 @@ fnv = "1.0" graphql-syntax = { path = "../graphql-syntax" } indexmap = { version = "2.2.6", features = ["arbitrary", "rayon", "serde"] } intern = { path = "../intern" } -lazy_static = "1.4" +lazy_static = "1.5" once_cell = "1.12" schema = { path = "../schema" } serde = { version = "1.0.185", features = ["derive", "rc"] } diff --git a/compiler/crates/intern/Cargo.toml b/compiler/crates/intern/Cargo.toml index 1de4378f4ef4d..c57a696b203a3 100644 --- a/compiler/crates/intern/Cargo.toml +++ b/compiler/crates/intern/Cargo.toml @@ -19,7 +19,7 @@ schemars = { version = "0.8.21", features = ["indexmap2"] } serde = { version = "1.0.185", features = ["derive", "rc"] } serde_bytes = "0.11" serde_derive = "1.0.185" -smallvec = { version = "1.6.1", features = ["serde", "union"] } +smallvec = { version = "1.13.2", features = ["serde", "union"] } [dev-dependencies] bincode = "1.3.3" diff --git a/compiler/crates/interner/Cargo.toml b/compiler/crates/interner/Cargo.toml index f5e510d01beda..428c0faa9556c 100644 --- a/compiler/crates/interner/Cargo.toml +++ b/compiler/crates/interner/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" [dependencies] fnv = "1.0" -lazy_static = "1.4" +lazy_static = "1.5" once_cell = "1.12" parking_lot = { version = "0.12.1", features = ["send_guard"] } serde = { version = "1.0.185", features = ["derive", "rc"] } diff --git a/compiler/crates/js-config-loader/Cargo.toml b/compiler/crates/js-config-loader/Cargo.toml index 0087f24486149..e38784e59fd50 100644 --- a/compiler/crates/js-config-loader/Cargo.toml +++ b/compiler/crates/js-config-loader/Cargo.toml @@ -18,4 +18,4 @@ serde_json = { version = "1.0.132", features = ["float_roundtrip", "unbounded_de thiserror = "2" [dev-dependencies] -tempfile = "3.8" +tempfile = "3.15" diff --git a/compiler/crates/relay-codegen/Cargo.toml b/compiler/crates/relay-codegen/Cargo.toml index 1b60e1afcf838..5c4d43503f9cd 100644 --- a/compiler/crates/relay-codegen/Cargo.toml +++ b/compiler/crates/relay-codegen/Cargo.toml @@ -49,7 +49,7 @@ graphql-syntax = { path = "../graphql-syntax" } hex = "0.4.3" indexmap = { version = "2.2.6", features = ["arbitrary", "rayon", "serde"] } intern = { path = "../intern" } -lazy_static = "1.4" +lazy_static = "1.5" md-5 = "0.10" relay-config = { path = "../relay-config" } relay-transforms = { path = "../relay-transforms" } diff --git a/compiler/crates/relay-compiler/Cargo.toml b/compiler/crates/relay-compiler/Cargo.toml index 200f062f7b6a9..a7021230850ae 100644 --- a/compiler/crates/relay-compiler/Cargo.toml +++ b/compiler/crates/relay-compiler/Cargo.toml @@ -49,13 +49,13 @@ hex = "0.4.3" indexmap = { version = "2.2.6", features = ["arbitrary", "rayon", "serde"] } intern = { path = "../intern" } js-config-loader = { path = "../js-config-loader" } -lazy_static = "1.4" +lazy_static = "1.5" log = { version = "0.4.22", features = ["kv_unstable"] } md-5 = "0.10" persist-query = { path = "../persist-query" } petgraph = { version = "0.6.3", features = ["serde-1"] } rayon = "1.9.0" -regex = "1.9.2" +regex = "1.11.1" relay-codegen = { path = "../relay-codegen" } relay-config = { path = "../relay-config" } relay-docblock = { path = "../relay-docblock" } diff --git a/compiler/crates/relay-config/Cargo.toml b/compiler/crates/relay-config/Cargo.toml index c9630a4f6391c..735efd91420e7 100644 --- a/compiler/crates/relay-config/Cargo.toml +++ b/compiler/crates/relay-config/Cargo.toml @@ -15,7 +15,7 @@ globset = { version = "0.4.13", features = ["serde1"] } indexmap = { version = "2.2.6", features = ["arbitrary", "rayon", "serde"] } intern = { path = "../intern" } pathdiff = "0.2" -regex = "1.9.2" +regex = "1.11.1" schemars = { version = "0.8.21", features = ["indexmap2"] } serde = { version = "1.0.185", features = ["derive", "rc"] } serde_json = { version = "1.0.132", features = ["float_roundtrip", "unbounded_depth"] } diff --git a/compiler/crates/relay-docblock/Cargo.toml b/compiler/crates/relay-docblock/Cargo.toml index 13efd7e95de46..35bf3aa6a2b9b 100644 --- a/compiler/crates/relay-docblock/Cargo.toml +++ b/compiler/crates/relay-docblock/Cargo.toml @@ -24,7 +24,7 @@ errors = { path = "../errors" } graphql-ir = { path = "../graphql-ir" } graphql-syntax = { path = "../graphql-syntax" } intern = { path = "../intern" } -lazy_static = "1.4" +lazy_static = "1.5" relay-config = { path = "../relay-config" } relay-schema = { path = "../relay-schema" } schema = { path = "../schema" } diff --git a/compiler/crates/relay-lsp/Cargo.toml b/compiler/crates/relay-lsp/Cargo.toml index 2286f3a869e14..533903550442f 100644 --- a/compiler/crates/relay-lsp/Cargo.toml +++ b/compiler/crates/relay-lsp/Cargo.toml @@ -27,7 +27,7 @@ graphql-text-printer = { path = "../graphql-text-printer" } graphql-watchman = { path = "../graphql-watchman" } intern = { path = "../intern" } itertools = "0.14.0" -lazy_static = "1.4" +lazy_static = "1.5" log = { version = "0.4.22", features = ["kv_unstable"] } lsp-server = "0.7.2" lsp-types = "0.94.1" diff --git a/compiler/crates/relay-schema-generation/Cargo.toml b/compiler/crates/relay-schema-generation/Cargo.toml index b2771068871cb..3c842fca95a67 100644 --- a/compiler/crates/relay-schema-generation/Cargo.toml +++ b/compiler/crates/relay-schema-generation/Cargo.toml @@ -29,7 +29,7 @@ hermes_estree = { git = "https://github.com/facebook/hermes.git" } hermes_parser = { git = "https://github.com/facebook/hermes.git" } indexmap = { version = "2.2.6", features = ["arbitrary", "rayon", "serde"] } intern = { path = "../intern" } -lazy_static = "1.4" +lazy_static = "1.5" relay-config = { path = "../relay-config" } relay-docblock = { path = "../relay-docblock" } rustc-hash = "2.1.0" diff --git a/compiler/crates/relay-schema/Cargo.toml b/compiler/crates/relay-schema/Cargo.toml index 9cf972fb34e59..43e440a79af48 100644 --- a/compiler/crates/relay-schema/Cargo.toml +++ b/compiler/crates/relay-schema/Cargo.toml @@ -13,5 +13,5 @@ common = { path = "../common" } docblock-shared = { path = "../docblock-shared" } graphql-syntax = { path = "../graphql-syntax" } intern = { path = "../intern" } -lazy_static = "1.4" +lazy_static = "1.5" schema = { path = "../schema" } diff --git a/compiler/crates/relay-test-schema/Cargo.toml b/compiler/crates/relay-test-schema/Cargo.toml index 53279f59bd1f2..56bc6e124cf2d 100644 --- a/compiler/crates/relay-test-schema/Cargo.toml +++ b/compiler/crates/relay-test-schema/Cargo.toml @@ -10,6 +10,6 @@ license = "MIT" [dependencies] common = { path = "../common" } -lazy_static = "1.4" +lazy_static = "1.5" relay-schema = { path = "../relay-schema" } schema = { path = "../schema" } diff --git a/compiler/crates/relay-transforms/Cargo.toml b/compiler/crates/relay-transforms/Cargo.toml index 2019a9e472561..a09a70f820439 100644 --- a/compiler/crates/relay-transforms/Cargo.toml +++ b/compiler/crates/relay-transforms/Cargo.toml @@ -137,9 +137,9 @@ graphql-text-printer = { path = "../graphql-text-printer" } indexmap = { version = "2.2.6", features = ["arbitrary", "rayon", "serde"] } intern = { path = "../intern" } itertools = "0.14.0" -lazy_static = "1.4" +lazy_static = "1.5" parking_lot = { version = "0.12.1", features = ["send_guard"] } -regex = "1.9.2" +regex = "1.11.1" relay-config = { path = "../relay-config" } relay-schema = { path = "../relay-schema" } rustc-hash = "2.1.0" diff --git a/compiler/crates/relay-typegen/Cargo.toml b/compiler/crates/relay-typegen/Cargo.toml index ceed6b228d5c0..08833998b0e62 100644 --- a/compiler/crates/relay-typegen/Cargo.toml +++ b/compiler/crates/relay-typegen/Cargo.toml @@ -20,7 +20,7 @@ graphql-ir = { path = "../graphql-ir" } indexmap = { version = "2.2.6", features = ["arbitrary", "rayon", "serde"] } intern = { path = "../intern" } itertools = "0.14.0" -lazy_static = "1.4" +lazy_static = "1.5" relay-config = { path = "../relay-config" } relay-schema = { path = "../relay-schema" } relay-transforms = { path = "../relay-transforms" } @@ -30,7 +30,7 @@ schema = { path = "../schema" } fixture-tests = { path = "../fixture-tests" } graphql-syntax = { path = "../graphql-syntax" } graphql-test-helpers = { path = "../graphql-test-helpers" } -regex = "1.9.2" +regex = "1.11.1" relay-codegen = { path = "../relay-codegen" } relay-test-schema = { path = "../relay-test-schema" } tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] } diff --git a/compiler/crates/schema-diff/Cargo.toml b/compiler/crates/schema-diff/Cargo.toml index 48704d040e356..f5ea77f7e9eaa 100644 --- a/compiler/crates/schema-diff/Cargo.toml +++ b/compiler/crates/schema-diff/Cargo.toml @@ -17,7 +17,7 @@ common = { path = "../common" } fnv = "1.0" graphql-syntax = { path = "../graphql-syntax" } intern = { path = "../intern" } -lazy_static = "1.4" +lazy_static = "1.5" relay-config = { path = "../relay-config" } rustc-hash = "2.1.0" schema = { path = "../schema" } diff --git a/compiler/crates/schema-validate/Cargo.toml b/compiler/crates/schema-validate/Cargo.toml index 8a073bcd27304..d2eb7a27e815a 100644 --- a/compiler/crates/schema-validate/Cargo.toml +++ b/compiler/crates/schema-validate/Cargo.toml @@ -22,9 +22,9 @@ common = { path = "../common" } fnv = "1.0" graphql-cli = { path = "../graphql-cli" } intern = { path = "../intern" } -lazy_static = "1.4" +lazy_static = "1.5" rayon = "1.9.0" -regex = "1.9.2" +regex = "1.11.1" schema = { path = "../schema" } serde = { version = "1.0.185", features = ["derive", "rc"] } thiserror = "2" diff --git a/compiler/crates/schema/Cargo.toml b/compiler/crates/schema/Cargo.toml index 53b8f8099dc9d..3e0aac17b1a51 100644 --- a/compiler/crates/schema/Cargo.toml +++ b/compiler/crates/schema/Cargo.toml @@ -19,7 +19,7 @@ flatbuffers = "2.0" fnv = "1.0" graphql-syntax = { path = "../graphql-syntax" } intern = { path = "../intern" } -lazy_static = "1.4" +lazy_static = "1.5" ouroboros = "0.18.4" rayon = "1.9.0" schema-flatbuffer = { path = "../schema-flatbuffer" } diff --git a/compiler/crates/signedsource/Cargo.toml b/compiler/crates/signedsource/Cargo.toml index 4d68654fea935..ebf54adb3954c 100644 --- a/compiler/crates/signedsource/Cargo.toml +++ b/compiler/crates/signedsource/Cargo.toml @@ -10,6 +10,6 @@ license = "MIT" [dependencies] hex = "0.4.3" -lazy_static = "1.4" +lazy_static = "1.5" md-5 = "0.10" -regex = "1.9.2" +regex = "1.11.1"