Skip to content

Commit

Permalink
use rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Jun 28, 2024
1 parent 8a0329b commit 88db791
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion daedalus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "daedalus"
version = "0.2.1"
version = "0.2.2"
authors = ["Jai A <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions daedalus_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "daedalus_client"
version = "0.2.1"
version = "0.2.2"
authors = ["Jai A <[email protected]>"]
edition = "2021"

Expand All @@ -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"] }
Expand Down

0 comments on commit 88db791

Please sign in to comment.