Skip to content

Commit 949cd7e

Browse files
yangdanny97meta-codesync[bot]
authored andcommitted
[rust] upgrade uuid from 1.2 to 1.17 (#1682)
Summary: Pull Request resolved: meta-pytorch/monarch#1682 Test Plan: ci Reviewed By: dtolnay Differential Revision: D85670999 fbshipit-source-id: 723f34c6c3fef10dbeab43bf7dde67ac5b0dc7f6
1 parent b09ba45 commit 949cd7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

antlir/antlir2/sendstream_parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ nom = "8"
2323
serde = { version = "1.0.219", features = ["derive", "rc"], optional = true }
2424
thiserror = "2.0.12"
2525
tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] }
26-
uuid = { version = "1.2", features = ["serde", "v4", "v5", "v6", "v7", "v8"] }
26+
uuid = { version = "1.17", features = ["serde", "v4", "v5", "v6", "v7", "v8"] }
2727

2828
[dev-dependencies]
2929
serde = { version = "1.0.219", features = ["derive", "rc"] }

0 commit comments

Comments
 (0)