From 8072d511eb300fc76c77c48a9555fc78e16c2115 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 02:57:40 +0000 Subject: [PATCH] fix(deps): update rust crate getrandom to 0.2.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fea623a..23e559c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"