### Chore

 - lock file maintenance
 - update rust crate tempfile to v3.21.0
   | datasource | package  | from   | to     |
   | ---------- | -------- | ------ | ------ |
   | crate      | tempfile | 3.20.0 | 3.21.0 |
 - add regex logging when tracing

### Bug Fixes

 - update rust crate clap to v4.5.47
   | datasource | package | from   | to     |
   | ---------- | ------- | ------ | ------ |
   | crate      | clap    | 4.5.46 | 4.5.47 |
 - update rust crate tracing-subscriber to v0.3.20
   | datasource | package            | from   | to     |
   | ---------- | ------------------ | ------ | ------ |
   | crate      | tracing-subscriber | 0.3.19 | 0.3.20 |
 - update rust crate regex to v1.11.2
   | datasource | package | from   | to     |
   | ---------- | ------- | ------ | ------ |
   | crate      | regex   | 1.11.1 | 1.11.2 |
 - update rust crate clap to v4.5.46
   | datasource | package | from   | to     |
   | ---------- | ------- | ------ | ------ |
   | crate      | clap    | 4.5.45 | 4.5.46 |
 - pin dependencies
   | datasource | package | from   | to     |
   | ---------- | ------- | ------ | ------ |
   | crate      | eyre    | 0.6.12 | 0.6.12 |
   | crate      | insta   | 1.43.1 | 1.43.1 |
 - the imap crate is not optional

### Test

 - fix tests

### Commit Statistics

 - 11 commits contributed to the release.
 - 10 commits were understood as [conventional](https://www.conventionalcommits.org).
 - 0 issues like '(#ID)' were seen in commit messages

### Commit Details

 * **Uncategorized**
    - Update rust crate clap to v4.5.47 (21e4be3)
    - Lock file maintenance (9ff6ff5)
    - Update rust crate tempfile to v3.21.0 (ecc3cb5)
    - Update rust crate tracing-subscriber to v0.3.20 (93b2b96)
    - Update rust crate regex to v1.11.2 (5b371f2)
    - Update rust crate clap to v4.5.46 (fabc3d9)
    - Pin dependencies (651d05e)
    - Add renovate.json (7b9458f)
    - Fix tests (0000115)
    - Add regex logging when tracing (0000114)
    - The imap crate is not optional (0000113)