Since the recent Rust language upgrade from 1.60 to 1.70 approximately, there are pieces of code that stopped working.
The compiler says this import is unused.
use zip_extensions::ZipWriterExtensions;
Further, it says that there is no such method as "create_from_directory_with_options".
zip_writer.create_from_directory_with_options(...)
Can you advise how to correct the imports here?