Skip to content

Commit 52d7df4

Browse files
authored
drop "qtop" feature from qorb (#7803)
We don't seem to be using these functions in nexus-db-queries. This removes one of the dropshot 0.12.0 dependency paths in Omicron.
1 parent 909098d commit 52d7df4

File tree

3 files changed

+1
-38
lines changed

3 files changed

+1
-38
lines changed

Cargo.lock

-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nexus/db-queries/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ oxnet.workspace = true
3232
paste.workspace = true
3333
# See omicron-rpaths for more about the "pq-sys" dependency.
3434
pq-sys = "*"
35-
qorb = { workspace = true, features = [ "qtop" ] }
35+
qorb.workspace = true
3636
rand.workspace = true
3737
ref-cast.workspace = true
3838
schemars.workspace = true

workspace-hack/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ pkcs8 = { version = "0.10.2", default-features = false, features = ["encryption"
9696
postgres-types = { version = "0.2.9", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
9797
predicates = { version = "3.1.3" }
9898
proc-macro2 = { version = "1.0.94" }
99-
qorb = { version = "0.2.1", features = ["qtop"] }
10099
quote = { version = "1.0.39" }
101100
rand = { version = "0.8.5", features = ["small_rng"] }
102101
regex = { version = "1.11.1" }
@@ -219,7 +218,6 @@ pkcs8 = { version = "0.10.2", default-features = false, features = ["encryption"
219218
postgres-types = { version = "0.2.9", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
220219
predicates = { version = "3.1.3" }
221220
proc-macro2 = { version = "1.0.94" }
222-
qorb = { version = "0.2.1", features = ["qtop"] }
223221
quote = { version = "1.0.39" }
224222
rand = { version = "0.8.5", features = ["small_rng"] }
225223
regex = { version = "1.11.1" }

0 commit comments

Comments
 (0)