fix(deps): bump time to 0.3.47 in Cargo.lock#589
fix(deps): bump time to 0.3.47 in Cargo.lock#589ErikBjare merged 2 commits intoActivityWatch:masterfrom
Conversation
…nstall tarpaulin 0.22.0 was released in 2022 and does not support Rust edition 2024, causing 'unknown variant `2024`' errors in cargo metadata parsing. Switch from the pinned FreeMasen/tarpaulin-action (v0.22.0) to direct cargo install so we always get the latest tarpaulin. Also removes the now-unnecessary OpenSSL 1.1 install step — modern tarpaulin uses rustls.
|
Pushed a CI fix on top of the Cargo.lock bump (40cdf23). Root cause of the This started failing when Rust edition 2024 was introduced into the workspace (via the Fix: Replace All other CI jobs (android, clippy, format, ubuntu, macOS, windows) were already passing on the original commit. This commit only touches the coverage workflow. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #589 +/- ##
==========================================
+ Coverage 70.81% 76.11% +5.29%
==========================================
Files 51 60 +9
Lines 2916 4685 +1769
==========================================
+ Hits 2065 3566 +1501
- Misses 851 1119 +268 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
CI is now all green (7/7 checks passing). The tarpaulin upgrade fixed the |
Dependabot security updates on
masterare currently failing because the workspace lockfile resolvestimeto0.3.41, while the fixed version starts at0.3.47(see failing run24800631566).This updates
Cargo.lockwith a targetedcargo update -p time --precise 0.3.47, which also refreshes the related transitive entries (time-core,time-macros,deranged,num-conv, and theserdesplit package metadata).Verification:
cargo metadata --locked --format-version 1 --no-depscargo tree -i time --lockedshowstime v0.3.47