chore: add GitHub automation and fix rand vulnerability
GitHub Actions: - Add Dependabot for weekly dependency updates (cargo, github-actions) - Add PR labeler workflow with file-based auto-labeling - Add issue/PR templates (bug report, feature request, PR template) - Fix release.yml artifact paths and labeler.yml config syntax Security: - Upgrade rand 0.8 → 0.10 to fix RUSTSEC-2026-0097 unsoundness - Update screenshot.rs for rand 0.10 API (thread_rng → rng, gen_range → random_range)
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Bug Report
|
||||
|
||||
**Description**
|
||||
|
||||
|
||||
**Steps to Reproduce**
|
||||
|
||||
|
||||
**Expected Behavior**
|
||||
|
||||
|
||||
**Actual Behavior**
|
||||
|
||||
|
||||
**Environment**
|
||||
- OS:
|
||||
- Rust version:
|
||||
- RustLock version:
|
||||
|
||||
**Logs**
|
||||
|
||||
|
||||
**Additional Context**
|
||||
Reference in New Issue
Block a user