- Update to version 0.22.1~git0.efcde93: * cargo-audit: bump version to 0.22.1 * Take semver-compatible dependency updates * rustsec: upgrade gix to 0.78 * rustsec: upgrade to tame-index 0.26 * admin: use sparse index * admin: update test for newer CLI * rustsec: vendor git helper function from tame-index * platforms: bump version to 3.8.0 * platforms: regenerate * build(deps): bump bytes from 1.11.0 to 1.11.1 (#1526) * Add Actions workflow for detecting platform changes * build(deps): bump askama from 0.15.1 to 0.15.2 * build(deps): bump comrak from 0.49.0 to 0.50.0 * cargo-audit: disable colors by default if stdout it not a terminal * cargo-audit: Put a newline character at the end of json reports * build(deps): bump actions/cache from 5.0.1 to 5.0.2 * build(deps): bump actions/checkout from 6.0.1 to 6.0.2 * build(deps): bump thiserror from 2.0.17 to 2.0.18 * build(deps): bump chrono from 0.4.42 to 0.4.43 * build(deps): bump toml from 0.9.10+spec-1.1.0 to 0.9.11+spec-1.1.0 * ci: use stable toolchain for clippy * Ignore RUSTSEC-2025-0140 for now * Upgrade askama to 0.15 * Take semver-compatible dependency updates * Bump cargo-lock version to 11.0.1 * Change `doc_auto_cfg` feature usage back to `doc_cfg` * Website: Add light theme (#1498) * admin: remove unused lint --skip-namecheck option * build(deps): bump fs-err from 3.2.1 to 3.2.2 OBS-URL: https://build.opensuse.org/request/show/1331080 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/cargo-audit?expand=0&rev=55
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
<services>
|
|
<service mode="disabled" name="obs_scm">
|
|
<param name="url">https://github.com/RustSec/rustsec.git</param>
|
|
<param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">cargo-audit/v0.22.1</param>
|
|
<!-- <param name="revision">main</param> -->
|
|
<param name="match-tag">cargo-audit/v*</param>
|
|
<param name="versionrewrite-pattern">.*v(\d+\.\d+\.\d+)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">william.brown@suse.com</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service mode="disabled" name="tar" />
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="srcdir">rustsec</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
<param name="i-accept-the-risk">RUSTSEC-2024-0019</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled">
|
|
<param name="srcdir">rustsec</param>
|
|
<param name="lockfile">Cargo.lock</param>
|
|
</service>
|
|
</services>
|