Skip to content

Commit 739d55d

Browse files
committed
fix: enable tls support
1 parent f46d2e1 commit 739d55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ feedback_fusion_codegen = { path = "./codegen" }
1010

1111
aliri = "0.6.3"
1212
aliri_clock = "0.1.4"
13-
aliri_oauth2 = "0.10.1"
13+
aliri_oauth2 = { version = "0.10.1", features = ["rustls-tls"] }
1414
aliri_tower = "=0.5.0"
1515
aliri_traits = "0.1.1"
1616
async-trait = "0.1.80"

0 commit comments

Comments
 (0)