diff --git a/Cargo.lock b/Cargo.lock index cc09771..c6a26f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2651,7 +2651,7 @@ dependencies = [ [[package]] name = "humility-arch-arm" version = "0.1.0" -source = "git+https://github.com/oxidecomputer/humility?rev=80dae8d2af4d9ba34e583f17913780fe449aa9f0#80dae8d2af4d9ba34e583f17913780fe449aa9f0" +source = "git+https://github.com/oxidecomputer/humility?rev=9eb263bf2563dc2c5ae3a1678969774d1d4374b9#9eb263bf2563dc2c5ae3a1678969774d1d4374b9" dependencies = [ "capstone", "num-derive", @@ -2661,7 +2661,7 @@ dependencies = [ [[package]] name = "humility-core" version = "0.1.0" -source = "git+https://github.com/oxidecomputer/humility?rev=80dae8d2af4d9ba34e583f17913780fe449aa9f0#80dae8d2af4d9ba34e583f17913780fe449aa9f0" +source = "git+https://github.com/oxidecomputer/humility?rev=9eb263bf2563dc2c5ae3a1678969774d1d4374b9#9eb263bf2563dc2c5ae3a1678969774d1d4374b9" dependencies = [ "addr2line 0.26.1", "anyhow", @@ -2703,7 +2703,7 @@ dependencies = [ [[package]] name = "humility-doppel" version = "0.1.0" -source = "git+https://github.com/oxidecomputer/humility?rev=80dae8d2af4d9ba34e583f17913780fe449aa9f0#80dae8d2af4d9ba34e583f17913780fe449aa9f0" +source = "git+https://github.com/oxidecomputer/humility?rev=9eb263bf2563dc2c5ae3a1678969774d1d4374b9#9eb263bf2563dc2c5ae3a1678969774d1d4374b9" dependencies = [ "anyhow", "humility-core", @@ -2714,7 +2714,7 @@ dependencies = [ [[package]] name = "humility-hiffy" version = "0.1.0" -source = "git+https://github.com/oxidecomputer/humility?rev=80dae8d2af4d9ba34e583f17913780fe449aa9f0#80dae8d2af4d9ba34e583f17913780fe449aa9f0" +source = "git+https://github.com/oxidecomputer/humility?rev=9eb263bf2563dc2c5ae3a1678969774d1d4374b9#9eb263bf2563dc2c5ae3a1678969774d1d4374b9" dependencies = [ "anyhow", "hif", @@ -2732,7 +2732,7 @@ dependencies = [ [[package]] name = "humility-idol" version = "0.1.0" -source = "git+https://github.com/oxidecomputer/humility?rev=80dae8d2af4d9ba34e583f17913780fe449aa9f0#80dae8d2af4d9ba34e583f17913780fe449aa9f0" +source = "git+https://github.com/oxidecomputer/humility?rev=9eb263bf2563dc2c5ae3a1678969774d1d4374b9#9eb263bf2563dc2c5ae3a1678969774d1d4374b9" dependencies = [ "anyhow", "hubpack", @@ -2746,7 +2746,7 @@ dependencies = [ [[package]] name = "humility-log" version = "0.1.0" -source = "git+https://github.com/oxidecomputer/humility?rev=80dae8d2af4d9ba34e583f17913780fe449aa9f0#80dae8d2af4d9ba34e583f17913780fe449aa9f0" +source = "git+https://github.com/oxidecomputer/humility?rev=9eb263bf2563dc2c5ae3a1678969774d1d4374b9#9eb263bf2563dc2c5ae3a1678969774d1d4374b9" dependencies = [ "colored", "slog", @@ -2755,7 +2755,7 @@ dependencies = [ [[package]] name = "humility-probes-core" version = "0.1.0" -source = "git+https://github.com/oxidecomputer/humility?rev=80dae8d2af4d9ba34e583f17913780fe449aa9f0#80dae8d2af4d9ba34e583f17913780fe449aa9f0" +source = "git+https://github.com/oxidecomputer/humility?rev=9eb263bf2563dc2c5ae3a1678969774d1d4374b9#9eb263bf2563dc2c5ae3a1678969774d1d4374b9" dependencies = [ "anyhow", "humility-arch-arm", @@ -2774,7 +2774,7 @@ dependencies = [ [[package]] name = "humility_load_derive" version = "0.1.0" -source = "git+https://github.com/oxidecomputer/humility?rev=80dae8d2af4d9ba34e583f17913780fe449aa9f0#80dae8d2af4d9ba34e583f17913780fe449aa9f0" +source = "git+https://github.com/oxidecomputer/humility?rev=9eb263bf2563dc2c5ae3a1678969774d1d4374b9#9eb263bf2563dc2c5ae3a1678969774d1d4374b9" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 37bef2f..21ed14d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,6 +33,10 @@ env_logger = { version = "0.11.11", default-features = false } getrandom = "0.4.3" hex.version = "0.4" hubpack = "0.1" +humility-core = { git = "https://github.com/oxidecomputer/humility" , rev = "9eb263bf2563dc2c5ae3a1678969774d1d4374b9" } +humility-hiffy = { git = "https://github.com/oxidecomputer/humility" , rev = "9eb263bf2563dc2c5ae3a1678969774d1d4374b9" } +humility-idol = { git = "https://github.com/oxidecomputer/humility", rev = "9eb263bf2563dc2c5ae3a1678969774d1d4374b9" } +humility-probes-core = { git = "https://github.com/oxidecomputer/humility", rev = "9eb263bf2563dc2c5ae3a1678969774d1d4374b9" } knus = "3.4.0" libipcc = { git = "https://github.com/oxidecomputer/ipcc-rs", rev = "91f8c989f1cdc29c56720ab7663afdcaf5a96b72" } log = { version = "0.4.33", features = ["std"] } diff --git a/platform-rot/Cargo.toml b/platform-rot/Cargo.toml index 9e3a298..72ec582 100644 --- a/platform-rot/Cargo.toml +++ b/platform-rot/Cargo.toml @@ -12,10 +12,10 @@ async-trait.workspace = true der.workspace = true ed25519-dalek = { workspace = true, optional = true } hubpack.workspace = true -humility-probes-core = { git = "https://github.com/oxidecomputer/humility", rev = "80dae8d2af4d9ba34e583f17913780fe449aa9f0", optional = true } -humility-core = { git = "https://github.com/oxidecomputer/humility" , rev = "80dae8d2af4d9ba34e583f17913780fe449aa9f0", optional = true } -humility-idol = { git = "https://github.com/oxidecomputer/humility", rev = "80dae8d2af4d9ba34e583f17913780fe449aa9f0", optional = true } -humility-hiffy = { git = "https://github.com/oxidecomputer/humility" , rev = "80dae8d2af4d9ba34e583f17913780fe449aa9f0", optional = true } +humility-core = { workspace = true, optional = true } +humility-hiffy = { workspace = true, optional = true } +humility-idol = { workspace = true, optional = true } +humility-probes-core = { workspace = true, optional = true } libipcc = { workspace = true, optional = true } p384 = { workspace = true, features = ["ecdsa", "ecdsa-core", "pem", "pkcs8", "std"] } serde = { workspace = true, features = ["derive"] }