Skip to content

Commit

Permalink
bump url package
Browse files Browse the repository at this point in the history
Signed-off-by: Dentrax <[email protected]>
  • Loading branch information
Dentrax committed Jan 5, 2025
1 parent 9c13c1d commit 3271463
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions starship.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ pipeline:

- uses: rust/cargobump

- name: Mitigate GHSA-wwq9-3cpr-mm53
runs: cargo update -p [email protected] --precise 0.15.1

- runs: |
cargo auditable build --release
install -Dm755 target/release/starship "${{targets.destdir}}"/usr/bin/starship
Expand Down
8 changes: 4 additions & 4 deletions starship/cargobump-deps.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packages:
- name: gix-path
version: 0.10.11
- name: idna
version: 1.0.0
- name: gix-path
version: 0.10.11
- name: url
version: 2.5.4

0 comments on commit 3271463

Please sign in to comment.