Add HTTP client dependency

O01eg
Apr 13, 2022, 1:56 PM
WXRGEQOELNXAKIG2CT7G6OZWTFLNWPISLWHZ5B76HFUNNHYOFCCQC

Dependencies

  • [2] 556ZESEO Add RSS for new games
  • [3] IM5ZPD4N Update dependencies
  • [4] BCXEUKX6 Add config, static files and web server
  • [5] 7R6HAATP Optional publish static files if use reverse-proxy
  • [6] 4MZ4VIR7 Initial commit
  • [7] QEK76JYT Process and log template render error
  • [*] CMA5SKJ3 Copy turns Atom generator

Change contents

  • replacement in Cargo.toml at line 16
    [3.8423][3.8423:8450](),[3.8450][3.826:886]()
    actix-web = "4.0.0-beta.3"
    actix-files = { version = "0.6.0-beta.2", optional = true }
    [3.8423]
    [3.516]
    actix-web = "4.0.1"
    actix-files = { version = "0.6.0", optional = true }
    awc = "3.0.0"
  • edit in Cargo.lock at line 142
    [3.2516]
    [3.11397]
    "pin-project-lite",
    ]
    [[package]]
    name = "actix-tls"
    version = "3.0.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9fde0cf292f7cdc7f070803cb9a0d45c018441321a78b1042ffbbb81ec333297"
    dependencies = [
    "actix-codec",
    "actix-rt",
    "actix-service",
    "actix-utils",
    "futures-core",
    "http",
    "log",
  • edit in Cargo.lock at line 159
    [3.11418]
    [3.11418]
    "tokio-util 0.7.1",
  • edit in Cargo.lock at line 298
    [2.4559]
    [3.14491]
    [[package]]
    name = "awc"
    version = "3.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "65c60c44fbf3c8cee365e86b97d706e513b733c4eeb16437b45b88d2fffe889a"
    dependencies = [
    "actix-codec",
    "actix-http",
    "actix-rt",
    "actix-service",
    "actix-tls",
    "actix-utils",
    "ahash",
    "base64",
    "bytes",
    "cfg-if",
    "cookie",
    "derive_more",
    "futures-core",
    "futures-util",
    "h2",
    "http",
    "itoa",
    "log",
    "mime",
    "percent-encoding",
    "pin-project-lite",
    "rand",
    "serde",
    "serde_json",
    "serde_urlencoded",
    "tokio",
    ]
  • edit in Cargo.lock at line 676
    [3.20494]
    [9.4414]
    "awc",