Skip to content

Commit

Permalink
fix(dependencies): update rust crate rand to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 20, 2021
1 parent b35a6b0 commit 3e63c06
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
30 changes: 16 additions & 14 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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ nanoid = "0.4.0"
notify = { version = "4.0.17", optional = true }
once_cell = "1.8.0"
pathdiff = "0.2.0"
rand = "0.8.3"
rand = "0.8.4"
regex = "1.5.4"
reqwest = { version = "0.11.3", optional = true, features = ["json"] }
rust-embed = { version = "5.9.0", optional = true }
Expand Down

0 comments on commit 3e63c06

Please sign in to comment.