Skip to content

Commit

Permalink
chore(deps): update rust crates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 30, 2024
1 parent 302a1b8 commit a554d82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ harness = false
bench = false

[dependencies]
anes = "0.1.6"
anes = "0.2.0"
itertools = "0.12"
serde = "1.0"
serde_json = "1.0"
Expand All @@ -46,11 +46,11 @@ oorandom = "11.1"
regex = { version = "1.10", default-features = false, features = ["std"] }

# Optional dependencies
rayon = { version = "1.9", optional = true }
rayon = { version = "1.10", optional = true }
csv = { version = "1.3", optional = true }
futures = { version = "0.3", default-features = false, optional = true }
smol = { version = "1.3", default-features = false, optional = true }
tokio = { version = "1.36", default-features = false, features = [
tokio = { version = "1.37", default-features = false, features = [
"rt",
], optional = true }
async-std = { version = "1.12", optional = true }
Expand Down

0 comments on commit a554d82

Please sign in to comment.