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 Sep 23, 2024
1 parent f3c531b commit dc97bd8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,28 +27,28 @@ bench = false

[dependencies]
anes = "0.2.0"
serde = "1.0.203"
serde_json = "1.0.117"
serde = "1.0.210"
serde_json = "1.0.128"
ciborium = "0.2.2"
bpaf = { version = "0.9.12", default-features = false }
bpaf = { version = "0.9.14", default-features = false }
walkdir = "2.5"
cast = "0.3"
num-traits = { version = "0.2.19", default-features = false, features = ["std"] }
oorandom = "11.1.3"
oorandom = "11.1.4"

# Optional dependencies
rayon = { version = "1.10", optional = true }
futures = { version = "0.3.30", default-features = false, optional = true }
smol = { version = "2.0", default-features = false, optional = true }
tokio = { version = "1.38.0", default-features = false, features = ["rt"], optional = true }
async-std = { version = "1.12", optional = true }
codspeed = { version = "2.6.0", optional = true }
smol = { version = "2.0.2", default-features = false, optional = true }
tokio = { version = "1.40.0", default-features = false, features = ["rt"], optional = true }
async-std = { version = "1.13.0", optional = true }
codspeed = { version = "2.7.2", optional = true }
colored = { version = "2.1.0", optional = true }

document-features = { version = "0.2.8", optional = true }
document-features = { version = "0.2.10", optional = true }

[dev-dependencies]
tempfile = "3.10.1"
tempfile = "3.12.0"
approx = "0.5.1"
quickcheck = { version = "1.0.3", default-features = false }
rand = "0.8.5"
Expand Down

0 comments on commit dc97bd8

Please sign in to comment.