upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock28
1 files changed, 28 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 256443e..75334bd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -360,6 +360,16 @@ dependencies = [
360] 360]
361 361
362[[package]] 362[[package]]
363name = "charset"
364version = "0.1.5"
365source = "registry+https://github.com/rust-lang/crates.io-index"
366checksum = "f1f927b07c74ba84c7e5fe4db2baeb3e996ab2688992e39ac68ce3220a677c7e"
367dependencies = [
368 "base64",
369 "encoding_rs",
370]
371
372[[package]]
363name = "chrono" 373name = "chrono"
364version = "0.4.43" 374version = "0.4.43"
365source = "registry+https://github.com/rust-lang/crates.io-index" 375source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1430,6 +1440,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1430checksum = "96051b46fc183dc9cd4a223960ef37b9af631b55191852a8274bfef064cda20f" 1440checksum = "96051b46fc183dc9cd4a223960ef37b9af631b55191852a8274bfef064cda20f"
1431 1441
1432[[package]] 1442[[package]]
1443name = "mailparse"
1444version = "0.16.1"
1445source = "registry+https://github.com/rust-lang/crates.io-index"
1446checksum = "60819a97ddcb831a5614eb3b0174f3620e793e97e09195a395bfa948fd68ed2f"
1447dependencies = [
1448 "charset",
1449 "data-encoding",
1450 "quoted_printable",
1451]
1452
1453[[package]]
1433name = "memchr" 1454name = "memchr"
1434version = "2.7.6" 1455version = "2.7.6"
1435source = "registry+https://github.com/rust-lang/crates.io-index" 1456source = "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]]
2031name = "quoted_printable"
2032version = "0.5.1"
2033source = "registry+https://github.com/rust-lang/crates.io-index"
2034checksum = "640c9bd8497b02465aeef5375144c26062e0dcd5939dfcbb0f5db76cb8c17c73"
2035
2036[[package]]
2009name = "r-efi" 2037name = "r-efi"
2010version = "5.3.0" 2038version = "5.3.0"
2011source = "registry+https://github.com/rust-lang/crates.io-index" 2039source = "registry+https://github.com/rust-lang/crates.io-index"