From 3d803000b5ca36e3c52f817d3cfbb0159ba074a5 Mon Sep 17 00:00:00 2001 From: LenWilliamson Date: Thu, 25 Apr 2024 13:22:20 +0200 Subject: [PATCH] add charset feature --- foundation/auth/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundation/auth/Cargo.toml b/foundation/auth/Cargo.toml index b1439eb4..9fb677b4 100644 --- a/foundation/auth/Cargo.toml +++ b/foundation/auth/Cargo.toml @@ -11,7 +11,7 @@ description = "Google Cloud Platform server application authentication library." [dependencies] tracing = "0.1" -reqwest = { version = "0.12.4", features = ["json"], default-features = false } +reqwest = { version = "0.12.4", features = ["json", "charset"], default-features = false } serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0" } jsonwebtoken = { version = "9.2.0" }