Skip to content

Commit

Permalink
add charset feature
Browse files Browse the repository at this point in the history
  • Loading branch information
LenWilliamson committed Apr 25, 2024
1 parent f9fbe68 commit 3d80300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundation/auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 3d80300

Please sign in to comment.