Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: Try to fix minimal build with forcing a newer transitive `ti…
…me` dep
  • Loading branch information
matheus23 committed Aug 6, 2024
commit 08470a7cd3140cff907ed13991e76e115c6e31f1
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ chrono = { version = "0.4.24", default-features = false, features = ["clock"] }
url = "2.2.2"
async-trait = "0.1.53"
rustls = { version = "0.23", default-features = false, features = ["ring"] }
time = "0.3.36" # force the transitive dependency to a more recent minimal version. The build fails with 0.3.20

tokio = { version = "1.20.1", default-features = false }
tokio-rustls = { version = "0.26", default-features = false, features = ["tls12"] }
Expand Down