Skip to content

Commit

Permalink
Update Rust crate rayon to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2022
1 parent b930b37 commit fb8e842
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion full-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ hex = { version = "0.4", default-features = false }
num_cpus = "1.14"
protobuf = "2.28.0"
rand = { version = "0.8", default-features = false }
rayon = "1.5"
rayon = "1.6"
reqwest = { version = "0.11.13", default-features = false, features = ["rustls-tls", "gzip"] }
retry = "1.3"
rocket = { version = "0.4.11", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion validator/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ mc-util-uri = { path = "../../mobilecoin/util/uri" }

clap = { version = "4.0", features = ["derive", "env"] }
grpcio = "0.11.0"
rayon = "1.5"
rayon = "1.6"
structopt = "0.3"

0 comments on commit fb8e842

Please sign in to comment.