Skip to content

Commit

Permalink
Remove unnecessary dependency features
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed Feb 23, 2024
1 parent a3de3b3 commit 5542019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ __test_strict = []
async-trait = "0.1"
chrono = { version = "0.4", features = ["serde"] }
futures-util = { version = "0.3", features = ["std"], default-features = false }
jsonwebtoken = "9.2"
jsonwebtoken = { version = "9.2", default-features = false }
# the patch version number is necessary for the 'reqwest' and 'rustls' dependencies to prevent incompatability errors
# (https://github.com/seanmonstar/reqwest/issues/1837)
reqwest = { version = "0.11.23", features = ["cookies", "json", "rustls-tls"], default-features = false }
Expand Down

0 comments on commit 5542019

Please sign in to comment.