chore(deps): bump shadow-rs from 1.2.0 to 1.2.1 (#510)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 1.2.0 to 1.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/baoyachi/shadow-rs/releases">shadow-rs's releases</a>.</em></p> <blockquote> <h2>v1.2.1</h2> <h2>What's Changed</h2> <ul> <li>Update cargo_metadata requirement from 0.20.0 to 0.21.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/baoyachi/shadow-rs/pull/233">baoyachi/shadow-rs#233</a></li> <li>Gen datetime by <a href="https://github.com/baoyachi"><code>@baoyachi</code></a> in <a href="https://redirect.github.com/baoyachi/shadow-rs/pull/239">baoyachi/shadow-rs#239</a></li> <li>Allow to override generation date by <a href="https://github.com/bmwiedemann"><code>@bmwiedemann</code></a> in <a href="https://redirect.github.com/baoyachi/shadow-rs/pull/235">baoyachi/shadow-rs#235</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bmwiedemann"><code>@bmwiedemann</code></a> made their first contribution in <a href="https://redirect.github.com/baoyachi/shadow-rs/pull/235">baoyachi/shadow-rs#235</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/baoyachi/shadow-rs/compare/v1.2.0...v1.2.1">https://github.com/baoyachi/shadow-rs/compare/v1.2.0...v1.2.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="f57b779adb"><code>f57b779</code></a> Update Cargo.toml</li> <li><a href="54fed5922a"><code>54fed59</code></a> Merge pull request <a href="https://redirect.github.com/baoyachi/shadow-rs/issues/239">#239</a> from baoyachi/gen_datetime</li> <li><a href="cabd123613"><code>cabd123</code></a> Fix: cargo fmt</li> <li><a href="994d0541bb"><code>994d054</code></a> Allow to override build date with SOURCE_DATE_EPOCH</li> <li><a href="697a6a4bc9"><code>697a6a4</code></a> Merge pull request <a href="https://redirect.github.com/baoyachi/shadow-rs/issues/233">#233</a> from baoyachi/dependabot/cargo/cargo_metadata-0.21.0</li> <li><a href="af8904a723"><code>af8904a</code></a> Update cargo_metadata requirement from 0.20.0 to 0.21.0</li> <li>See full diff in <a href="https://github.com/baoyachi/shadow-rs/compare/v1.2.0...v1.2.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
26fc49f9c2
commit
893fe7f9fa
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -4490,9 +4490,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "shadow-rs"
|
||||
version = "1.2.0"
|
||||
version = "1.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3f6fd27df794ced2ef39872879c93a9f87c012607318af8621cd56d2c3a8b3a2"
|
||||
checksum = "5f0b6af233ae5461c3c6b30db79190ec5fbbef048ebbd5f2cbb3043464168e00"
|
||||
dependencies = [
|
||||
"const_format",
|
||||
"git2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue