fix wrong deps

This commit is contained in:
Clément DOUIN
2024-04-14 16:03:04 +02:00
parent 58df66b5fa
commit cc79f5cc38
3 changed files with 26 additions and 52 deletions
+4 -15
View File
@@ -59,20 +59,20 @@ clap_mangen = "0.2"
console = "0.15.2"
dialoguer = "0.10.2"
dirs = "4"
email-lib = { version = "=0.22.3", default-features = false, features = ["derive"] }
email-lib = { version = "=0.24.0", default-features = false, features = ["derive"] }
email_address = "0.2.4"
env_logger = "0.8"
erased-serde = "0.3"
indicatif = "0.17"
keyring-lib = { version = "=0.4.1", features = ["derive"] }
keyring-lib = { version = "=0.4.2", features = ["derive"] }
log = "0.4"
mail-builder = "0.3"
md5 = "0.7"
mml-lib = { version = "=1.0.10", default-features = false, features = ["derive"] }
mml-lib = { version = "=1.0.12", default-features = false, features = ["derive"] }
oauth-lib = "=0.1.1"
once_cell = "1.16"
process-lib = { version = "=0.4.2", features = ["derive"] }
secret-lib = { version = "=0.4.3", features = ["derive"] }
secret-lib = { version = "=0.4.4", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
serde-toml-merge = "0.3"
serde_json = "1"
@@ -89,14 +89,3 @@ uuid = { version = "0.8", features = ["v4"] }
[target.'cfg(not(windows))'.dependencies.coredump]
version = "0.1"
[patch.crates-io]
email-lib = { path = "/home/soywod/sourcehut/pimalaya/email" }
# email-lib = { git = "https://git.sr.ht/~soywod/pimalaya" }
email-macros = { git = "https://git.sr.ht/~soywod/pimalaya" }
keyring-lib = { git = "https://git.sr.ht/~soywod/pimalaya" }
mml-lib = { git = "https://git.sr.ht/~soywod/pimalaya" }
oauth-lib = { git = "https://git.sr.ht/~soywod/pimalaya" }
process-lib = { git = "https://git.sr.ht/~soywod/pimalaya" }
secret-lib = { git = "https://git.sr.ht/~soywod/pimalaya" }
shellexpand-utils = { git = "https://git.sr.ht/~soywod/pimalaya" }