Skip to content

Commit c96a269

Browse files
generatedunixname2066905484085733meta-codesync[bot]
authored andcommitted
Bump rand 0.10.0 -> 0.10.1
Reviewed By: dtolnay Differential Revision: D102473264 fbshipit-source-id: d18a7121f6c79f5f61307fb1f76eb6624abdf25a
1 parent 10172f1 commit c96a269

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

compiler/crates/intern/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ smallvec = { version = "1.15", features = ["serde", "union"] }
2323

2424
[dev-dependencies]
2525
bincode = { version = "2", features = ["serde"] }
26-
rand = "0.10"
26+
rand = "0.10.1"
2727
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] }
2828

2929
[lints]

compiler/crates/relay-lsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ log = { version = "0.4.29", features = ["kv_unstable", "kv_unstable_std"] }
3636
lsp-server = "0.7.9"
3737
lsp-types = "0.94.1"
3838
percent-encoding = "2.1"
39-
rand = "0.10"
39+
rand = "0.10.1"
4040
rayon = "1.11.0"
4141
relay-compiler = { path = "../relay-compiler" }
4242
relay-docblock = { path = "../relay-docblock" }

0 commit comments

Comments
 (0)