Skip to content

Commit

Permalink
oso is only a dev-dependency of nexus/db-queries now
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed May 31, 2024
1 parent a1868ac commit 9967156
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions nexus/auth/src/authz/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,12 @@ mod test {
use crate::authz::Context;
use crate::authz::RoleSet;
use crate::context::OpContext;
use omicron_test_utils::dev;
use std::sync::Arc;

use nexus_db_model::IdentityType;
use nexus_db_model::RoleAssignment;
use omicron_common::api::external::Error;
use omicron_common::api::external::ResourceType;
use omicron_test_utils::dev;
use std::sync::Arc;
use uuid::Uuid;

struct FakeStorage {}
Expand Down
2 changes: 1 addition & 1 deletion nexus/db-queries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ futures.workspace = true
ipnetwork.workspace = true
macaddr.workspace = true
once_cell.workspace = true
oso.workspace = true
oxnet.workspace = true
paste.workspace = true
# See omicron-rpaths for more about the "pq-sys" dependency.
Expand Down Expand Up @@ -83,6 +82,7 @@ nexus-test-utils.workspace = true
omicron-sled-agent.workspace = true
omicron-test-utils.workspace = true
openapiv3.workspace = true
oso.workspace = true
pem.workspace = true
petgraph.workspace = true
predicates.workspace = true
Expand Down

0 comments on commit 9967156

Please sign in to comment.