diff --git a/Cargo.lock b/Cargo.lock index a70e4aa..41f48ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -808,7 +808,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" [[package]] name = "email-lib" version = "0.25.0" -source = "git+https://github.com/pimalaya/core#0a8168eadfd54cf36751619e27289ec0afe3e07e" +source = "git+https://github.com/pimalaya/core#bac5911f5a7a6f46d0d997d66961d788a1310d5c" dependencies = [ "advisory-lock", "async-trait", @@ -1797,7 +1797,7 @@ dependencies = [ [[package]] name = "keyring-lib" version = "0.4.3" -source = "git+https://github.com/pimalaya/core#0a8168eadfd54cf36751619e27289ec0afe3e07e" +source = "git+https://github.com/pimalaya/core#bac5911f5a7a6f46d0d997d66961d788a1310d5c" dependencies = [ "keyring", "log", @@ -1924,7 +1924,8 @@ dependencies = [ [[package]] name = "maildirs" version = "0.2.2" -source = "git+https://github.com/pimalaya/maildirs#a932e1fc27e8ce05e3778289898f244b5f8d6ce1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c95df9b6f086c16a471a5a2eda2e42b438a52d4cd5bd3381c533fb19709aef6" dependencies = [ "gethostname", "thiserror", @@ -2222,7 +2223,7 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] name = "oauth-lib" version = "0.1.1" -source = "git+https://github.com/pimalaya/core#0a8168eadfd54cf36751619e27289ec0afe3e07e" +source = "git+https://github.com/pimalaya/core#bac5911f5a7a6f46d0d997d66961d788a1310d5c" dependencies = [ "log", "oauth2", @@ -2525,7 +2526,7 @@ dependencies = [ [[package]] name = "process-lib" version = "0.4.2" -source = "git+https://github.com/pimalaya/core#0a8168eadfd54cf36751619e27289ec0afe3e07e" +source = "git+https://github.com/pimalaya/core#bac5911f5a7a6f46d0d997d66961d788a1310d5c" dependencies = [ "log", "serde", @@ -2600,9 +2601,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62871f2d65009c0256aed1b9cfeeb8ac272833c404e13d53d400cd0dad7a2ac0" +checksum = "355ae415ccd3a04315d3f8246e86d67689ea74d88d915576e1589a351062a13b" dependencies = [ "bitflags 2.6.0", ] @@ -2913,7 +2914,7 @@ dependencies = [ [[package]] name = "secret-lib" version = "0.4.6" -source = "git+https://github.com/pimalaya/core#0a8168eadfd54cf36751619e27289ec0afe3e07e" +source = "git+https://github.com/pimalaya/core#bac5911f5a7a6f46d0d997d66961d788a1310d5c" dependencies = [ "keyring-lib", "log", @@ -3040,9 +3041,9 @@ dependencies = [ [[package]] name = "serde_spanned" -version = "0.6.7" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" +checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" dependencies = [ "serde", ] @@ -3435,7 +3436,7 @@ dependencies = [ "serde", "serde_spanned", "toml_datetime", - "winnow 0.6.19", + "winnow 0.6.20", ] [[package]] @@ -3957,9 +3958,9 @@ dependencies = [ [[package]] name = "winnow" -version = "0.6.19" +version = "0.6.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c52ac009d615e79296318c1bcce2d422aaca15ad08515e344feeda07df67a587" +checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index d9798bb..ada0756 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,9 +59,6 @@ indicatif = "0.17" imap-next = { git = "https://github.com/duesee/imap-next" } imap-client = { git = "https://github.com/pimalaya/imap-client" } -# Maildir -maildirs = { git = "https://github.com/pimalaya/maildirs" } - # Pimalaya core email-lib = { git = "https://github.com/pimalaya/core" } keyring-lib = { git = "https://github.com/pimalaya/core" }