Compare commits

...

3 Commits

Author SHA1 Message Date
renovate[bot] 2b05177713 build(deps): update rust crate log to 0.4.32 2026-06-21 18:12:46 +00:00
renovate[bot] ff2d7d415f build(deps): lock file maintenance lockfile maintenance (#7537)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-21 16:54:46 +02:00
renovate[bot] 2f75c0ed34 build(deps): update codecov/codecov-action action to v7 (#7552)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-21 16:31:29 +02:00
4 changed files with 533 additions and 652 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ jobs:
output-artifact-directory: target/debug
- name: Upload coverage to Codecov
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
if: github.repository == 'starship/starship'
with:
token: ${{ secrets.CODECOV_TOKEN }}
Generated
+232 -351
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -45,7 +45,7 @@ gix = { version = "0.84.0", default-features = false, features = ["max-performan
indexmap = { version = "2.14.0", features = ["serde"] }
jiff = { version = "0.2.28", features = ["serde"] }
jsonc-parser = { version = "0.32.4", features = ["serde"] }
log = { version = "0.4.30", features = ["std"] }
log = { version = "0.4.32", features = ["std"] }
# notify-rust is optional (on by default) because the crate doesn't currently build for darwin with nix
# see: https://github.com/NixOS/nixpkgs/issues/160876
notify-rust = { version = "4.18.0", optional = true }
+299 -299
View File
File diff suppressed because it is too large Load Diff