Skip to content

Commit

Permalink
Update Rust crate memchr to v2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 14, 2024
1 parent 940f6ed commit 9cd2c4d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
11 changes: 7 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ thiserror = "1.0"
[dev-dependencies]
criterion = "0.5"
csv = "1"
mock_instant = { version = "0.5" }
mock_instant = { version = "0.2", features = ["sync"] }
serde_json = "1.0"
# 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"
Expand Down

0 comments on commit 9cd2c4d

Please sign in to comment.