1
0

use rustls

This commit is contained in:
Jai A
2024-06-28 16:50:47 -07:00
parent 8a0329b23d
commit 88db79188c
3 changed files with 4 additions and 4 deletions

View File

@@ -48,4 +48,4 @@ jobs:
-e CLOUDFLARE_INTEGRATION=$CLOUDFLARE_INTEGRATION \
-e CLOUDFLARE_TOKEN=$CLOUDFLARE_TOKEN \
-e CLOUDFLARE_ZONE_ID=$CLOUDFLARE_ZONE_ID \
ghcr.io/modrinth/daedalus:latest
ghcr.io/modrinth/daedalus:latest

View File

@@ -1,6 +1,6 @@
[package]
name = "daedalus"
version = "0.2.1"
version = "0.2.2"
authors = ["Jai A <jai@modrinth.com>"]
edition = "2021"
license = "MIT"

View File

@@ -1,6 +1,6 @@
[package]
name = "daedalus_client"
version = "0.2.1"
version = "0.2.2"
authors = ["Jai A <jai@modrinth.com>"]
edition = "2021"
@@ -16,7 +16,7 @@ serde_json = "1.0"
serde-xml-rs = "0.6.0"
lazy_static = "1.4.0"
thiserror = "1.0"
reqwest = { version = "0.12.5", features = ["stream", "json"] }
reqwest = { version = "0.12.5", features = ["stream", "json", "rustls-tls"] }
async_zip = { version = "0.0.17", features = ["full"] }
semver = "1.0"
chrono = { version = "0.4", features = ["serde"] }