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 Oct 27, 2024
1 parent 2164544 commit 943d1fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bench = false

[dependencies]
anes = "0.2.0"
serde = "1.0.210"
serde = "1.0.213"
serde_json = "1.0.132"
ciborium = "0.2.2"
bpaf = { version = "0.9.15", default-features = false }
Expand All @@ -40,7 +40,7 @@ oorandom = "11.1.4"
rayon = { version = "1.10", optional = true }
futures = { version = "0.3.31", default-features = false, optional = true }
smol = { version = "2.0.2", default-features = false, optional = true }
tokio = { version = "1.40.0", default-features = false, features = ["rt"], optional = true }
tokio = { version = "1.41.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 }
Expand Down

0 comments on commit 943d1fd

Please sign in to comment.