diff --git a/Cargo.lock b/Cargo.lock index 29f5a982d0..7113211c91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4434,7 +4434,7 @@ dependencies = [ "omicron-uuid-kinds", "omicron-workspace-hack", "progenitor", - "qorb", + "qorb 0.0.2 (git+https://github.com/oxidecomputer/qorb?rev=88452176c7a9a573cf300d42a7c8147328224ce1)", "reqwest 0.12.8", "serde", "serde_json", @@ -5516,7 +5516,7 @@ dependencies = [ "pq-sys", "predicates", "pretty_assertions", - "qorb", + "qorb 0.0.2 (git+https://github.com/oxidecomputer/qorb?rev=88452176c7a9a573cf300d42a7c8147328224ce1)", "rand", "rcgen", "ref-cast", @@ -6620,7 +6620,7 @@ dependencies = [ "pretty_assertions", "progenitor-client", "propolis-client 0.1.0 (git+https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927)", - "qorb", + "qorb 0.0.2 (git+https://github.com/oxidecomputer/qorb?rev=88452176c7a9a573cf300d42a7c8147328224ce1)", "rand", "rcgen", "ref-cast", @@ -7055,7 +7055,7 @@ dependencies = [ "postgres-types", "predicates", "proc-macro2", - "qorb", + "qorb 0.0.2 (git+https://github.com/oxidecomputer/qorb?branch=master)", "quote", "regex", "regex-automata", @@ -8678,6 +8678,29 @@ dependencies = [ "tracing", ] +[[package]] +name = "qorb" +version = "0.0.2" +source = "git+https://github.com/oxidecomputer/qorb?rev=88452176c7a9a573cf300d42a7c8147328224ce1#88452176c7a9a573cf300d42a7c8147328224ce1" +dependencies = [ + "anyhow", + "async-trait", + "debug-ignore", + "derive-where", + "dropshot", + "futures", + "hickory-resolver", + "rand", + "schemars", + "serde", + "serde_json", + "thiserror", + "tokio", + "tokio-stream", + "tokio-tungstenite 0.23.1", + "tracing", +] + [[package]] name = "quick-error" version = "1.2.3" diff --git a/Cargo.toml b/Cargo.toml index afa970aa36..07b321b12f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -518,7 +518,7 @@ propolis_api_types = { git = "https://github.com/oxidecomputer/propolis", rev = propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "11371b0f3743f8df5b047dc0edc2699f4bdf3927" } propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev = "11371b0f3743f8df5b047dc0edc2699f4bdf3927" } proptest = "1.5.0" -qorb = { git = "https://github.com/oxidecomputer/qorb", branch = "master" } +qorb = { git = "https://github.com/oxidecomputer/qorb", rev = "88452176c7a9a573cf300d42a7c8147328224ce1" } quote = "1.0" rand = "0.8.5" rand_core = "0.6.4"