Skip to content

Commit

Permalink
Update review-database to 0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
minshao authored and sehkone committed Jan 15, 2024
1 parent bfef22c commit e16a7df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ oinq = { git = "https://github.com/petabi/oinq.git", tag = "0.9.1" }
reqwest = { version = "0.11", default-features = false, features = [
"rustls-tls-native-roots",
] }
review-database = { git = "https://github.com/petabi/review-database.git", tag = "0.22.0" }
review-database = { git = "https://github.com/petabi/review-database.git", tag = "0.22.1" }
roxy = { git = "https://github.com/aicers/roxy.git", tag = "0.2.1" }
rustls = "0.21"
rustls-native-certs = "0.6"
Expand Down
5 changes: 2 additions & 3 deletions src/graphql/category.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
use std::sync::Arc;
use tokio::sync::RwLock;

use super::{slicing, Role, RoleGuard};
use async_graphql::{
connection::{query, Connection, Edge, EmptyFields},
Expand All @@ -9,6 +6,8 @@ use async_graphql::{
};
use database::Store;
use review_database::{self as database};
use std::sync::Arc;
use tokio::sync::RwLock;

#[derive(Default)]
pub(super) struct CategoryQuery;
Expand Down

0 comments on commit e16a7df

Please sign in to comment.