Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 22, 2025
1 parent 1ac5df6 commit 12618c8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ serde_json = "1.0"
thiserror = "1.0"

[dev-dependencies]
criterion = "0.5"
csv = "1"
mock_instant = { version = "0.5" }
criterion = "=0.5.1"
csv = "=1.3.0"
mock_instant = { version = "=0.5.1" }
# By default, reqwest builds openssl from source, which fails on missing/incompatible system dependencies
reqwest = { version = "0.11", features = ["rustls-tls"], default-features = false }
futures = "0.3"
tokio = { version = "1.24", features = ["rt-multi-thread"] }
sha2 = "0.9"
reqwest = { version = "=0.11.22", features = ["rustls-tls"], default-features = false }
futures = "=0.3.31"
tokio = { version = "=1.24.2", features = ["rt-multi-thread"] }
sha2 = "=0.9.9"

[lib]
bench = false
Expand Down

0 comments on commit 12618c8

Please sign in to comment.