diff --git a/Cargo.lock b/Cargo.lock index 4a8908c61a..d8a1d33a6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9099,9 +9099,9 @@ dependencies = [ [[package]] name = "qorb" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cd19ad8fae9abd8da01d8f435b633b567d53835cf3bce89d6f616617d10583c" +checksum = "ac55d5c7e6acb2b6b1a248b70d08ed437613eb8c05f833de3a5c9397d368fc71" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 0721e5fd96..c0f4be8bae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -544,7 +544,7 @@ propolis_api_types = { git = "https://github.com/oxidecomputer/propolis", rev = propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "6936f1a949d155da38d3148abd42caef337dea04" } propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev = "6936f1a949d155da38d3148abd42caef337dea04" } proptest = "1.5.0" -qorb = "0.2.0" +qorb = "0.2.1" quote = "1.0" rand = "0.8.5" rand_core = "0.6.4" diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 7152bd0177..b0bf8858d5 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -93,7 +93,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.89" } -qorb = { version = "0.2.0", features = ["qtop"] } +qorb = { version = "0.2.1", features = ["qtop"] } quote = { version = "1.0.37" } rand = { version = "0.8.5", features = ["small_rng"] } regex = { version = "1.11.1" } @@ -213,7 +213,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.89" } -qorb = { version = "0.2.0", features = ["qtop"] } +qorb = { version = "0.2.1", features = ["qtop"] } quote = { version = "1.0.37" } rand = { version = "0.8.5", features = ["small_rng"] } regex = { version = "1.11.1" }