feat: using workspace crate deps (#3924)

* chore: workspace deps

* chore: use workspace deps
This commit is contained in:
Nathan.fooo 2023-11-12 21:18:27 +08:00 committed by GitHub
parent 7eb20b232a
commit 50e612511d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
40 changed files with 437 additions and 339 deletions

View file

@ -67,7 +67,7 @@ where
"Failed to get the plugin state of type: {}",
type_name::<T>()
);
log::error!("{}", msg,);
tracing::error!("{}", msg,);
ready(Err(InternalError::Other(msg).into()))
}
}