mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-11 10:06:48 -06:00
fix: update dependencies to resolve security vulnerabilities
- Update vite from ^6.0.3 to ^6.4.1 (fixes GHSA-93m4-6634-74q7) - Update tracing-subscriber from 0.3 to 0.3.20 (fixes RUSTSEC-2025-0055) Both security audits now pass with no known vulnerabilities.
This commit is contained in:
@@ -25,4 +25,4 @@ ffprobe = "0.4.0"
|
||||
ts-rs = { version = "11.0", features = ["format"] }
|
||||
infer = "0.19.0"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
|
||||
|
||||
Reference in New Issue
Block a user