Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Renovate Bot
beb9c68219 chore(deps): update rust crate rand to 0.9.0 2025-02-03 02:33:44 +00:00

View file

@ -47,7 +47,7 @@ path_macro = "1.0.0"
percent-encoding = "2.3.1" percent-encoding = "2.3.1"
pin-project = "1.1.5" pin-project = "1.1.5"
quick_cache = "0.6.0" quick_cache = "0.6.0"
rand = "0.8.5" rand = "0.9.0"
regex = "1.10.4" regex = "1.10.4"
reqwest = { version = "0.12.4", default-features = false, features = [ reqwest = { version = "0.12.4", default-features = false, features = [
"json", "json",