Skip to content

Commit

Permalink
Merge branch 'main' into paulgb/v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb authored Dec 18, 2024
2 parents ddc7532 + 91d7dd1 commit 4e80167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ clap = "4.4.10"
data-encoding = "2.4.0"
futures-util = "0.3.29"
rand = "0.8.5"
reqwest = { version = "0.12.8", features = ["json"] }
reqwest = { version = "0.12.8", features = ["json", "rustls-tls"], default-features = false }
serde = "1.0.109"
serde_json = "1.0.107"
serde_with = "3.4.0"
Expand Down

0 comments on commit 4e80167

Please sign in to comment.