0.11.92 Build Error
nekomiya-hinata opened this issue · 2 comments
nekomiya-hinata commented
It returns the following error:
error[E0599]: no function or associated item named `new` found for struct `SessionCache` in the current scope
--> C:\Users\nekomiya\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rquest-0.11.92\src\impersonate\mod.rs:33:56
|
33 | session: Arc::new(Mutex::new(SessionCache::new())),
| ^^^ function or associated item not found in `SessionCache`
|
note: if you're trying to build a new `SessionCache`, consider using `SessionCache::with_capacity` which returns `SessionCache`
--> C:\Users\nekomiya\.cargo\registry\src\index.crates.io-6f17d22bba15001f\hyper-boring-imp-2.2.1\src\cache.rs:53:5
|
53 | pub fn with_capacity(per_key_session_capacity: usize) -> SessionCache {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0x676e67 commented
cargo update
nekomiya-hinata commented
done