Add dependency to send mails

O01eg
Apr 13, 2022, 5:44 AM
NLEIFOAGRNGFH24MAEDEYVKNRSHZCWMHAI232E57QDSOBGLCHO4QC

Dependencies

Change contents

  • edit in Cargo.toml at line 35
    [3.8499]
    [dependencies.lettre]
    version = "0.10.0-rc.5"
    default-features = false
    features = ["hostname", "tokio1-rustls-tls", "smtp-transport"]
  • edit in Cargo.lock at line 344
    [3.16193]
    [3.16193]
    [[package]]
    name = "bumpalo"
    version = "3.9.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
  • edit in Cargo.lock at line 612
    [8.3011]
    [9.529]
    "lettre",
  • edit in Cargo.lock at line 801
    [10.5782]
    [3.22964]
    name = "hostname"
    version = "0.3.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
    dependencies = [
    "libc",
    "match_cfg",
    "winapi",
    ]
    [[package]]
  • edit in Cargo.lock at line 889
    [3.8178]
    [3.8178]
    ]
    [[package]]
    name = "js-sys"
    version = "0.3.57"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
    dependencies = [
    "wasm-bindgen",
  • edit in Cargo.lock at line 913
    [3.24883]
    [3.24883]
    name = "lettre"
    version = "0.10.0-rc.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5144148f337be14dabfc0f0d85b691a68ac6c77ef22a5c47c5504b70a7c9fcf3"
    dependencies = [
    "async-trait",
    "base64",
    "futures-io",
    "futures-util",
    "hostname",
    "idna",
    "nom",
    "once_cell",
    "regex",
    "rustls",
    "rustls-pemfile",
    "tokio",
    "tokio-rustls",
    "webpki-roots",
    ]
    [[package]]
  • edit in Cargo.lock at line 988
    [8.3707]
    [8.3707]
    [[package]]
    name = "match_cfg"
    version = "0.1.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
  • edit in Cargo.lock at line 1031
    [3.26307]
    [3.26307]
    [[package]]
    name = "minimal-lexical"
    version = "0.2.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
  • edit in Cargo.lock at line 1071
    [3.27039]
    [3.27039]
    name = "nom"
    version = "7.1.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
    dependencies = [
    "memchr",
    "minimal-lexical",
    ]
    [[package]]
  • edit in Cargo.lock at line 1411
    [2.802]
    [3.32023]
    name = "ring"
    version = "0.16.20"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
    dependencies = [
    "cc",
    "libc",
    "once_cell",
    "spin",
    "untrusted",
    "web-sys",
    "winapi",
    ]
    [[package]]
  • edit in Cargo.lock at line 1435
    [3.32250]
    [3.32250]
    name = "rustls"
    version = "0.20.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"
    dependencies = [
    "log",
    "ring",
    "sct",
    "webpki",
    ]
    [[package]]
    name = "rustls-pemfile"
    version = "0.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1ee86d63972a7c661d1536fefe8c3c8407321c3df668891286de28abcd087360"
    dependencies = [
    "base64",
    ]
    [[package]]
  • edit in Cargo.lock at line 1468
    [3.32631]
    [3.32631]
    name = "sct"
    version = "0.7.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
    dependencies = [
    "ring",
    "untrusted",
    ]
    [[package]]
  • edit in Cargo.lock at line 1595
    [3.36520]
    [10.7750]
    name = "spin"
    version = "0.5.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
    [[package]]
  • edit in Cargo.lock at line 1733
    [3.39467]
    [3.39467]
    name = "tokio-rustls"
    version = "0.23.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e"
    dependencies = [
    "rustls",
    "tokio",
    "webpki",
    ]
    [[package]]
  • replacement in Cargo.lock at line 1806
    [3.40262][3.11283:11302]()
    version = "0.1.24"
    [3.40262]
    [3.40281]
    version = "0.1.25"
  • replacement in Cargo.lock at line 1808
    [3.40346][3.11303:11381]()
    checksum = "90442985ee2f57c9e1b548ee72ae842f4a9a20e3f417cc38dbc5dc684d9bb4ee"
    [3.40346]
    [3.40424]
    checksum = "6dfce9f3241b150f36e8e54bb561a742d5daa1a47b5dd9a5ce369fd4a4db2210"
  • edit in Cargo.lock at line 1865
    [3.41994]
    [3.41994]
    name = "untrusted"
    version = "0.7.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
    [[package]]
  • edit in Cargo.lock at line 1909
    [3.11581]
    [3.11581]
    [[package]]
    name = "wasm-bindgen"
    version = "0.2.80"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
    dependencies = [
    "cfg-if",
    "wasm-bindgen-macro",
    ]
    [[package]]
    name = "wasm-bindgen-backend"
    version = "0.2.80"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
    dependencies = [
    "bumpalo",
    "lazy_static",
    "log",
    "proc-macro2",
    "quote",
    "syn",
    "wasm-bindgen-shared",
    ]
  • edit in Cargo.lock at line 1936
    [3.11594]
    [3.44210]
    name = "wasm-bindgen-macro"
    version = "0.2.80"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
    dependencies = [
    "quote",
    "wasm-bindgen-macro-support",
    ]
    [[package]]
    name = "wasm-bindgen-macro-support"
    version = "0.2.80"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn",
    "wasm-bindgen-backend",
    "wasm-bindgen-shared",
    ]
    [[package]]
    name = "wasm-bindgen-shared"
    version = "0.2.80"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
    [[package]]
    name = "web-sys"
    version = "0.3.57"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
    dependencies = [
    "js-sys",
    "wasm-bindgen",
    ]
    [[package]]
    name = "webpki"
    version = "0.22.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
    dependencies = [
    "ring",
    "untrusted",
    ]
    [[package]]
    name = "webpki-roots"
    version = "0.22.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"
    dependencies = [
    "webpki",
    ]
    [[package]]