diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 28 |
1 files changed, 28 insertions, 0 deletions
| @@ -360,6 +360,16 @@ dependencies = [ | |||
| 360 | ] | 360 | ] |
| 361 | 361 | ||
| 362 | [[package]] | 362 | [[package]] |
| 363 | name = "charset" | ||
| 364 | version = "0.1.5" | ||
| 365 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 366 | checksum = "f1f927b07c74ba84c7e5fe4db2baeb3e996ab2688992e39ac68ce3220a677c7e" | ||
| 367 | dependencies = [ | ||
| 368 | "base64", | ||
| 369 | "encoding_rs", | ||
| 370 | ] | ||
| 371 | |||
| 372 | [[package]] | ||
| 363 | name = "chrono" | 373 | name = "chrono" |
| 364 | version = "0.4.43" | 374 | version = "0.4.43" |
| 365 | source = "registry+https://github.com/rust-lang/crates.io-index" | 375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -1430,6 +1440,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 1430 | checksum = "96051b46fc183dc9cd4a223960ef37b9af631b55191852a8274bfef064cda20f" | 1440 | checksum = "96051b46fc183dc9cd4a223960ef37b9af631b55191852a8274bfef064cda20f" |
| 1431 | 1441 | ||
| 1432 | [[package]] | 1442 | [[package]] |
| 1443 | name = "mailparse" | ||
| 1444 | version = "0.16.1" | ||
| 1445 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1446 | checksum = "60819a97ddcb831a5614eb3b0174f3620e793e97e09195a395bfa948fd68ed2f" | ||
| 1447 | dependencies = [ | ||
| 1448 | "charset", | ||
| 1449 | "data-encoding", | ||
| 1450 | "quoted_printable", | ||
| 1451 | ] | ||
| 1452 | |||
| 1453 | [[package]] | ||
| 1433 | name = "memchr" | 1454 | name = "memchr" |
| 1434 | version = "2.7.6" | 1455 | version = "2.7.6" |
| 1435 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -1527,6 +1548,7 @@ dependencies = [ | |||
| 1527 | "futures", | 1548 | "futures", |
| 1528 | "git2", | 1549 | "git2", |
| 1529 | "indicatif", | 1550 | "indicatif", |
| 1551 | "mailparse", | ||
| 1530 | "mockall", | 1552 | "mockall", |
| 1531 | "nostr", | 1553 | "nostr", |
| 1532 | "nostr-connect", | 1554 | "nostr-connect", |
| @@ -2006,6 +2028,12 @@ dependencies = [ | |||
| 2006 | ] | 2028 | ] |
| 2007 | 2029 | ||
| 2008 | [[package]] | 2030 | [[package]] |
| 2031 | name = "quoted_printable" | ||
| 2032 | version = "0.5.1" | ||
| 2033 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2034 | checksum = "640c9bd8497b02465aeef5375144c26062e0dcd5939dfcbb0f5db76cb8c17c73" | ||
| 2035 | |||
| 2036 | [[package]] | ||
| 2009 | name = "r-efi" | 2037 | name = "r-efi" |
| 2010 | version = "5.3.0" | 2038 | version = "5.3.0" |
| 2011 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2039 | source = "registry+https://github.com/rust-lang/crates.io-index" |