The crate `tempdir` is depreciated and has been merged into [tempfile](https://github.com/Stebalien/tempfile) crate. We need to apply this in our code as we are using `tempdir` heavily in our unit tests
The crate
tempdiris depreciated and has been merged into tempfile crate.We need to apply this in our code as we are using
tempdirheavily in our unit tests