This is an automated email from the ASF dual-hosted git repository. erickguan pushed a commit to branch remove-rand-dependabot in repository https://gitbox.apache.org/repos/asf/opendal.git
commit 735d15112c3d0e04f1dafbd39e9f0d3f5a8d82b9 Author: Erick Guan <[email protected]> AuthorDate: Sun Jul 13 18:33:44 2025 +0200 chore(dependabot): exclude rand and getrandom crates --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 20b9a3f7d..ec0a84e3d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -52,8 +52,6 @@ updates: - "base64" - "bytes" - "chrono" - - "rand" - - "getrandom" - "http*" - "percent-encoding" - "prometheus*" @@ -84,6 +82,10 @@ updates: others: patterns: - "*" + exclude-patterns: + # Please upgrade to new APIs when updating "rand" + - "rand" + - "getrandom" - package-ecosystem: "cargo" directory: "/bin/oay"
