Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Mar 23, 2020
1 parent 0b54066 commit 3fd0534
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion db-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
failure = "0.1"
futures = "0.3"
uuid = { version = "0.7", features = ["v5"] }
uuid = { version = "0.8", features = ["v5"] }
tokio = "0.2"
url = "2.1"
base64 = "0.12"
2 changes: 0 additions & 2 deletions db-tests/tests/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ use base64::encode;
use cis_client::AsyncCisClientTrait;
use cis_profile::schema::Profile;
use dino_park_gate::scope::ScopeAndUser;
use dino_park_packs::db::operations::users::update_user_cache;
use dino_park_packs::db::Pool;
use dino_park_trust::GroupsTrust;
use dino_park_trust::Trust;
use serde::Deserialize;
Expand Down

0 comments on commit 3fd0534

Please sign in to comment.