fix(deps): update rust crate remi to 0.9.0 #607
Annotations
4 errors and 1 warning
src/lib.rs#L158
error[E0599]: no method named `blob` found for enum `noelware_remi::StorageService` in the current scope
--> src/server/mod.rs:158:10
|
157 | let blob = storage
| ________________-
158 | | .blob(&query)
| | -^^^^ method not found in `StorageService`
| |_________|
|
|
::: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/remi-0.7.1/src/lib.rs:71:14
|
71 | async fn blob<P: AsRef<Path> + Send>(&self, path: P) -> Result<Option<Blob>, Self::Error>;
| ---- the method is available for `noelware_remi::StorageService` here
|
= help: items from traits can only be used if the trait is in scope
help: the following trait is implemented but not in scope; perhaps add a `use` for it:
|
16 + use noelware_remi::remi::StorageService;
|
|
|
|
|
src/lib.rs#L29
warning: unused import: `StorageService`
--> src/server/mod.rs:29:24
|
29 | use remi::{Blob, File, StorageService as _};
| ^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
This job failed
Loading