Skip to content

Commit

Permalink
fix(deps): update rust crate getrandom to 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 6, 2024
1 parent 76dac02 commit 8072d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde_derive = "1.0.136"
serde_json = "1.0.79"

# Utility
getrandom = { version = "0.2.6", features = ["js"] }
getrandom = { version = "0.2.13", features = ["js"] }
rand = "0.8.5"
dotenv = "0.15.0"
urlparse = "0.7.3"
Expand Down

0 comments on commit 8072d51

Please sign in to comment.