From aa27f36e4676624e1da5ddc41dee7cf1ed995a99 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Thu, 10 Oct 2024 14:55:09 -0400 Subject: [PATCH] hakari generate --- Cargo.lock | 2 ++ workspace-hack/Cargo.toml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index ee4b49ed66..9e4ef97306 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7000,6 +7000,7 @@ dependencies = [ "curve25519-dalek", "digest", "dof", + "dropshot", "ecdsa", "ed25519-dalek", "either", @@ -7052,6 +7053,7 @@ dependencies = [ "postgres-types", "predicates", "proc-macro2", + "qorb", "quote", "regex", "regex-automata", diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 394f359d9b..dc26ce2b49 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -40,6 +40,7 @@ crossbeam-utils = { version = "0.8.19" } crypto-common = { version = "0.1.6", default-features = false, features = ["getrandom", "std"] } curve25519-dalek = { version = "4.1.3", features = ["digest", "legacy_compatibility", "rand_core"] } digest = { version = "0.10.7", features = ["mac", "oid", "std"] } +dropshot = { version = "0.12.0", default-features = false, features = ["usdt-probes"] } ecdsa = { version = "0.16.9", features = ["pem", "signing", "std", "verifying"] } ed25519-dalek = { version = "2.1.1", features = ["digest", "pkcs8", "rand_core"] } either = { version = "1.13.0" } @@ -86,6 +87,7 @@ pkcs8 = { version = "0.10.2", default-features = false, features = ["encryption" postgres-types = { version = "0.2.8", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] } predicates = { version = "3.1.2" } proc-macro2 = { version = "1.0.86" } +qorb = { git = "https://github.com/oxidecomputer/qorb", branch = "master", features = ["qtop"] } quote = { version = "1.0.37" } regex = { version = "1.10.6" } regex-automata = { version = "0.4.6", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] } @@ -150,6 +152,7 @@ crossbeam-utils = { version = "0.8.19" } crypto-common = { version = "0.1.6", default-features = false, features = ["getrandom", "std"] } curve25519-dalek = { version = "4.1.3", features = ["digest", "legacy_compatibility", "rand_core"] } digest = { version = "0.10.7", features = ["mac", "oid", "std"] } +dropshot = { version = "0.12.0", default-features = false, features = ["usdt-probes"] } ecdsa = { version = "0.16.9", features = ["pem", "signing", "std", "verifying"] } ed25519-dalek = { version = "2.1.1", features = ["digest", "pkcs8", "rand_core"] } either = { version = "1.13.0" } @@ -196,6 +199,7 @@ pkcs8 = { version = "0.10.2", default-features = false, features = ["encryption" postgres-types = { version = "0.2.8", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] } predicates = { version = "3.1.2" } proc-macro2 = { version = "1.0.86" } +qorb = { git = "https://github.com/oxidecomputer/qorb", branch = "master", features = ["qtop"] } quote = { version = "1.0.37" } regex = { version = "1.10.6" } regex-automata = { version = "0.4.6", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }