Skip to content

Commit fce9fbc

Browse files
committed
Cargo: Update mctp-rs for oem_file_classification_name fix
Pull in the PLDM type-2 protocol fix for the oem_file_classification_name fix (3d478235), and a formatting update for the File PDR. Signed-off-by: Jeremy Kerr <[email protected]>
1 parent 3f866cf commit fce9fbc

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

Cargo.lock

Lines changed: 15 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ futures-io = "0.3.30"
2525
hex = { version = "0.4.3", optional = true }
2626
log = "0.4.22"
2727
mctp = "0.2.0"
28-
mctp-estack = { git = "https://github.com/CodeConstruct/mctp-rs", rev = "be058dc5cd737799a419f7edd0e2635aae990948", package = "mctp-estack" }
28+
mctp-estack = { git = "https://github.com/CodeConstruct/mctp-rs", rev = "8051f2ee30e83efea8cadc1cfdc6d976dba41ed3", package = "mctp-estack" }
2929
nvme-mi-dev = { git = "https://github.com/CodeConstruct/nvme-mi-dev", branch = "main", optional = true }
3030
polling = "3.7.4"
31-
pldm = { git = "https://github.com/CodeConstruct/mctp-rs", rev = "be058dc5cd737799a419f7edd0e2635aae990948", package = "pldm", optional = true }
32-
pldm-file = { git = "https://github.com/CodeConstruct/mctp-rs", rev = "be058dc5cd737799a419f7edd0e2635aae990948", package = "pldm-file", optional = true }
33-
pldm-platform = { git = "https://github.com/CodeConstruct/mctp-rs", rev = "be058dc5cd737799a419f7edd0e2635aae990948", package = "pldm-platform", optional = true }
31+
pldm = { git = "https://github.com/CodeConstruct/mctp-rs", rev = "8051f2ee30e83efea8cadc1cfdc6d976dba41ed3", package = "pldm", optional = true }
32+
pldm-file = { git = "https://github.com/CodeConstruct/mctp-rs", rev = "8051f2ee30e83efea8cadc1cfdc6d976dba41ed3", package = "pldm-file", optional = true }
33+
pldm-platform = { git = "https://github.com/CodeConstruct/mctp-rs", rev = "8051f2ee30e83efea8cadc1cfdc6d976dba41ed3", package = "pldm-platform", optional = true }
3434
sha2 = {version = "0.10.9", optional = true }
3535
simplelog = "0.12.2"
3636
smol = "2.0.0"
@@ -39,4 +39,4 @@ uuid = { version = "1.16.0", features = ["v4"] }
3939

4040
# update nvme-mi-dev mctp dependency
4141
[patch.crates-io]
42-
mctp = { git = "https://github.com/CodeConstruct/mctp-rs", rev = "be058dc5cd737799a419f7edd0e2635aae990948", package = "mctp" }
42+
mctp = { git = "https://github.com/CodeConstruct/mctp-rs", rev = "8051f2ee30e83efea8cadc1cfdc6d976dba41ed3", package = "mctp" }

0 commit comments

Comments
 (0)