Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Jan 29, 2024
1 parent f643372 commit abe2df7
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 @@ -24,7 +24,7 @@ required-features = ["cli"]
#############################################
chrono = { version = "0.4", features = ["serde"] }
log="0.4"
reqwest = {version = "0.11.17", default-features = false, features = ["blocking", "json", "stream", "rustls"]}
reqwest = {version = "0.11.17", default-features = false, features = ["blocking", "json", "stream", "rustls-tls-native-roots"]}
serde={version="1", features = ["derive"]}
serde_json = "1"
thiserror = "1.0"
Expand Down

0 comments on commit abe2df7

Please sign in to comment.