Updated most dependencies to their latest stable versions, many of which previously suffered from security vulnerabilites. Most notably, this release:
- Replaced
fusedependency (which has not been updated in the past 5 years) withfuser, an actively maintained fork. - Replaced frozen
google-drive3-fork(based ongoogle-drive3version 1.0.10) withgoogle-drive3version 5.0.2. This brings in additional updates to re-exported packages (hyper,hyper_rustls,oauth2). - Switched to an
async/awaitmodel as imposed by thegoogle-drive3upgrade. Currently the project doesn't make any good use of this and enforces synchronous execution by wrapping anyFuturewithin ablock_on(). Maybe this can be optimized in a future version. - Slight changes to sample config, mainly regarding the client secret for Google API access.