Skip to content

Commit

Permalink
chore(deps): update rust crates (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 9, 2024
1 parent 78f1365 commit 4835b55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ bench = false

[dependencies]
anes = "0.2.0"
serde = "1.0.200"
serde_json = "1.0.116"
serde = "1.0.203"
serde_json = "1.0.117"
ciborium = "0.2.2"
bpaf = { version = "0.9.12", default-features = false }
walkdir = "2.5"
Expand All @@ -41,7 +41,7 @@ rayon = { version = "1.10", optional = true }
csv = { version = "1.3", optional = true }
futures = { version = "0.3.30", default-features = false, optional = true }
smol = { version = "2.0", default-features = false, optional = true }
tokio = { version = "1.37", default-features = false, features = ["rt"], 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 }
colored = { version = "2.1.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = "Apache-2.0/MIT"
proc-macro = true

[dependencies]
proc-macro2 = { version = "1.0.81", features = ["nightly"] }
proc-macro2 = { version = "1.0.85", features = ["nightly"] }
quote = "1.0.36"

[dev-dependencies]
Expand Down

0 comments on commit 4835b55

Please sign in to comment.