Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eden/fs/cli_rs/edenfs-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ thrift_streaming_clients = { version = "0.1.0", path = "../../service/thrift_str
tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] }
toml = { version = "0.9.8", features = ["preserve_order"] }
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
uuid = { version = "1.17", features = ["serde", "v4", "v5", "v6", "v7", "v8"] }
uuid = { version = "1.17", features = ["rng-getrandom", "serde", "v4", "v5", "v6", "v7", "v8"] }
whoami = "1.5"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobrepo/blobrepo_hg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repo_derived_data = { version = "0.1.0", path = "../../repo_attributes/repo_deri
scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" }
sorted_vector_map = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
uuid = { version = "1.17", features = ["serde", "v4", "v5", "v6", "v7", "v8"] }
uuid = { version = "1.17", features = ["rng-getrandom", "serde", "v4", "v5", "v6", "v7", "v8"] }

[dev-dependencies]
fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/blobstore_sync_queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sql = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-s
sql_common = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
sql_construct = { version = "0.1.0", path = "../common/sql_construct" }
sql_ext = { version = "0.1.0", path = "../common/rust/sql_ext" }
uuid = { version = "1.17", features = ["serde", "v4", "v5", "v6", "v7", "v8"] }
uuid = { version = "1.17", features = ["rng-getrandom", "serde", "v4", "v5", "v6", "v7", "v8"] }
vec1 = { version = "1", features = ["serde"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion eden/mononoke/modern_sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust
tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] }
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
url = "2.5.4"
uuid = { version = "1.17", features = ["serde", "v4", "v5", "v6", "v7", "v8"] }
uuid = { version = "1.17", features = ["rng-getrandom", "serde", "v4", "v5", "v6", "v7", "v8"] }
2 changes: 1 addition & 1 deletion eden/scm/lib/treestate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sha2 = "0.10.6"
thiserror = "2.0.12"
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
twox-hash = "1.6.1"
uuid = { version = "1.17", features = ["serde", "v4", "v5", "v6", "v7", "v8"] }
uuid = { version = "1.17", features = ["rng-getrandom", "serde", "v4", "v5", "v6", "v7", "v8"] }

[dev-dependencies]
itertools = "0.14.0"
Expand Down