Add openssl dependency

O01eg
Jan 25, 2022, 1:58 PM
OWZ67OECVVLVFN2Z7XWITYBU6YUIU42E3SIJDCRKF7M4XDX5XKHAC

Dependencies

  • [2] IM5ZPD4N Update dependencies
  • [*] 4MZ4VIR7 Initial commit
  • [*] BCXEUKX6 Add config, static files and web server
  • [*] OJO4B4QO Add login form and empty handler

Change contents

  • edit in Cargo.toml at line 20
    [2.1415]
    [5.8498]
    openssl = "0.10"
  • edit in Cargo.lock at line 519
    [5.20137]
    [5.20137]
    [[package]]
    name = "foreign-types"
    version = "0.3.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
    dependencies = [
    "foreign-types-shared",
    ]
    [[package]]
    name = "foreign-types-shared"
    version = "0.1.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
  • edit in Cargo.lock at line 554
    [6.3011]
    [5.20518]
    "openssl",
  • edit in Cargo.lock at line 922
    [6.3895]
    [2.9896]
    name = "openssl"
    version = "0.10.38"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
    dependencies = [
    "bitflags",
    "cfg-if",
    "foreign-types",
    "libc",
    "once_cell",
    "openssl-sys",
    ]
    [[package]]
    name = "openssl-sys"
    version = "0.9.72"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
    dependencies = [
    "autocfg",
    "cc",
    "libc",
    "pkg-config",
    "vcpkg",
    ]
    [[package]]
  • edit in Cargo.lock at line 1050
    [5.29526]
    [5.29526]
    name = "pkg-config"
    version = "0.3.24"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
    [[package]]
  • edit in Cargo.lock at line 1455
    [5.42453]
    [5.42453]
    name = "vcpkg"
    version = "0.2.15"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
    [[package]]