Merge branch 'starship:master' into master

This commit is contained in:
sklbz 2024-05-31 17:13:29 +02:00 committed by GitHub
commit 60a53d1050
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 13 additions and 12 deletions

View file

@ -137,7 +137,7 @@ jobs:
- name: Sign | Sign [Windows]
continue-on-error: true
if: matrix.os == 'windows-latest'
uses: signpath/github-action-submit-signing-request@v0.3
uses: signpath/github-action-submit-signing-request@v0.4
with:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
organization-id: '${{ vars.SIGNPATH_ORGANIZATION_ID }}'

View file

@ -232,7 +232,7 @@ jobs:
target/debug/starship-x86_64-pc-windows-msvc.msi
- name: Sign | Sign [Windows]
uses: signpath/github-action-submit-signing-request@v0.3
uses: signpath/github-action-submit-signing-request@v0.4
continue-on-error: true
if: matrix.os == 'windows-latest' && matrix.rust == 'stable' && github.event_name == 'push' && github.repository == 'starship/starship'
with:

8
Cargo.lock generated
View file

@ -2558,18 +2558,18 @@ dependencies = [
[[package]]
name = "serde"
version = "1.0.202"
version = "1.0.203"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395"
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.202"
version = "1.0.203"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838"
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
dependencies = [
"proc-macro2",
"quote",

View file

@ -70,7 +70,7 @@ rayon = "1.10.0"
regex = { version = "1.10.4", default-features = false, features = ["perf", "std", "unicode-perl"] }
rust-ini = "0.21.0"
semver = "1.0.23"
serde = { version = "1.0.202", features = ["derive"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
sha1 = "0.10.6"
shadow-rs = { version = "0.28.0", default-features = false }

View file

@ -24,6 +24,7 @@
}
.VPHero .image img {
width: 100%;
max-height: 130px;
max-width: none;
position: static;

View file

@ -5,7 +5,7 @@
"packages": {
"": {
"devDependencies": {
"vitepress": "^1.2.0"
"vitepress": "^1.2.2"
}
},
"node_modules/@adobe/css-tools": {
@ -1724,9 +1724,9 @@
}
},
"node_modules/vitepress": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/vitepress/-/vitepress-1.2.0.tgz",
"integrity": "sha512-m/4PAQVyPBvKHV7sFKwcmNmrsoSxdjnw/Eg40YyuBSaBHhrro9ubnfWk5GT0xGfE98LqjZkHCWKNJlR6G/7Ayg==",
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/vitepress/-/vitepress-1.2.2.tgz",
"integrity": "sha512-uZ3nXR5NY4nYj3RJWCo5jev9qlNZAQo5SUXu1U0QSUx84cUm/o7hCTDVjZ4njVSVui+PsV1oAbdQOg8ygbaf4w==",
"dev": true,
"license": "MIT",
"dependencies": {

View file

@ -5,6 +5,6 @@
"preview": "vitepress preview"
},
"devDependencies": {
"vitepress": "^1.2.0"
"vitepress": "^1.2.2"
}
}