fix sync cache

This commit is contained in:
Clément DOUIN
2023-11-28 12:30:50 +01:00
parent 7629a66c9c
commit a0888067da
6 changed files with 428 additions and 266 deletions
Generated
+22 -26
View File
@@ -984,7 +984,6 @@ dependencies = [
[[package]]
name = "email-lib"
version = "0.15.3"
source = "git+https://git.sr.ht/~soywod/pimalaya#012d31179908063affe3eec77365e5ac86c436fe"
dependencies = [
"advisory-lock",
"anyhow",
@@ -2070,15 +2069,15 @@ dependencies = [
"keyring-lib",
"log",
"md5",
"mml-lib 1.0.1 (git+https://git.sr.ht/~soywod/pimalaya)",
"oauth-lib 0.1.0 (git+https://git.sr.ht/~soywod/pimalaya)",
"mml-lib 1.0.1",
"oauth-lib 0.1.0",
"once_cell",
"process-lib",
"rusqlite",
"secret-lib",
"serde",
"serde_json",
"shellexpand-utils 0.1.0 (git+https://git.sr.ht/~soywod/pimalaya)",
"shellexpand-utils 0.1.0",
"tempfile",
"termcolor",
"terminal_size",
@@ -2685,6 +2684,21 @@ dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "mml-lib"
version = "1.0.1"
dependencies = [
"async-recursion",
"chumsky",
"log",
"mail-builder",
"mail-parser",
"nanohtml2text",
"shellexpand-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror",
"tree_magic_mini",
]
[[package]]
name = "mml-lib"
version = "1.0.1"
@@ -2707,22 +2721,6 @@ dependencies = [
"tree_magic_mini",
]
[[package]]
name = "mml-lib"
version = "1.0.1"
source = "git+https://git.sr.ht/~soywod/pimalaya#012d31179908063affe3eec77365e5ac86c436fe"
dependencies = [
"async-recursion",
"chumsky",
"log",
"mail-builder",
"mail-parser",
"nanohtml2text",
"shellexpand-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror",
"tree_magic_mini",
]
[[package]]
name = "nanohtml2text"
version = "0.1.4"
@@ -2848,8 +2846,6 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
[[package]]
name = "oauth-lib"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1484d9864dbf6b55b3785380631a253fa0ff7f8e1bbb078bfd7effd11283d61"
dependencies = [
"log",
"oauth2",
@@ -2862,7 +2858,8 @@ dependencies = [
[[package]]
name = "oauth-lib"
version = "0.1.0"
source = "git+https://git.sr.ht/~soywod/pimalaya#012d31179908063affe3eec77365e5ac86c436fe"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1484d9864dbf6b55b3785380631a253fa0ff7f8e1bbb078bfd7effd11283d61"
dependencies = [
"log",
"oauth2",
@@ -3859,8 +3856,6 @@ dependencies = [
[[package]]
name = "shellexpand-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b44114d15a72740d3049e739929d0f4af335ba2eb855ea0f1fa2bfb4d7066215"
dependencies = [
"log",
"shellexpand",
@@ -3870,7 +3865,8 @@ dependencies = [
[[package]]
name = "shellexpand-utils"
version = "0.1.0"
source = "git+https://git.sr.ht/~soywod/pimalaya#012d31179908063affe3eec77365e5ac86c436fe"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b44114d15a72740d3049e739929d0f4af335ba2eb855ea0f1fa2bfb4d7066215"
dependencies = [
"log",
"shellexpand",