update dependencies
This commit is contained in:
parent
4711fc5b0b
commit
87a1018070
3 changed files with 387 additions and 358 deletions
714
Cargo.lock
generated
714
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
30
Cargo.toml
30
Cargo.toml
|
@ -17,35 +17,35 @@ members = [
|
|||
|
||||
[dependencies]
|
||||
# tantivy = "0.14.0"
|
||||
anyhow = "1.0.40"
|
||||
async-trait = "0.1.48"
|
||||
anyhow = "1.0.41"
|
||||
async-trait = "0.1.50"
|
||||
cfg-if = "1.0.0"
|
||||
chrono = "0.4.19"
|
||||
chrono-humanize = "0.1.2"
|
||||
chrono-humanize = "0.2.1"
|
||||
downcast-rs = "1.2.0"
|
||||
fern = { version = "0.6.0", features = ["colored"] }
|
||||
format-bytes = "0.2.2"
|
||||
futures = "0.3.13"
|
||||
futures = "0.3.15"
|
||||
gluon = "0.17.2"
|
||||
hex = "0.4.3"
|
||||
inotify = { version = "0.9.2", features = ["stream"] }
|
||||
inotify = { version = "0.9.3", features = ["stream"] }
|
||||
log = "0.4.14"
|
||||
mailparse = "0.13.2"
|
||||
notify-rust = { version = "4.3.0", default-features = false, features = ["z"] }
|
||||
mailparse = "0.13.4"
|
||||
notify-rust = { version = "4.5.2", default-features = false, features = ["z"] }
|
||||
panorama-tui = { path = "tui" }
|
||||
parking_lot = "0.11.1"
|
||||
quoted_printable = "0.4.2"
|
||||
serde = { version = "1.0.125", features = ["derive"] }
|
||||
sha2 = "0.9.3"
|
||||
quoted_printable = "0.4.3"
|
||||
serde = { version = "1.0.126", features = ["derive"] }
|
||||
sha2 = "0.9.5"
|
||||
shellexpand = "2.1.0"
|
||||
sqlx = { version = "0.5.1", features = ["runtime-tokio-rustls", "sqlite"] }
|
||||
sqlx = { version = "0.5.5", features = ["runtime-tokio-rustls", "sqlite"] }
|
||||
structopt = "0.3.21"
|
||||
tokio = { version = "1.4.0", features = ["full"] }
|
||||
tokio = { version = "1.7.1", features = ["full"] }
|
||||
tokio-rustls = "0.22.0"
|
||||
tokio-stream = { version = "0.1.5", features = ["sync"] }
|
||||
tokio-util = { version = "0.6.5", features = ["full"] }
|
||||
tokio-stream = { version = "0.1.6", features = ["sync"] }
|
||||
tokio-util = { version = "0.6.7", features = ["full"] }
|
||||
toml = { version = "0.5.8", features = ["preserve_order"] }
|
||||
webpki-roots = "0.21.0"
|
||||
webpki-roots = "0.22.0"
|
||||
xdg = "2.2.0"
|
||||
indexmap = "1.6.2"
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@ bytes = { version = "1.0.1" }
|
|||
chrono = "0.4.19"
|
||||
derive_builder = "0.9.0"
|
||||
futures = "0.3.12"
|
||||
imap-proto = "0.14.3"
|
||||
log = "0.4.14"
|
||||
parking_lot = "0.11.1"
|
||||
# pest = { path = "../../pest/pest" }
|
||||
|
|
Loading…
Reference in a new issue