mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Merge #1378
1378: build(deps): bump uuid from 1.3.2 to 1.3.3 r=delta1 a=dependabot[bot] Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.2 to 1.3.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/uuid-rs/uuid/releases">uuid's releases</a>.</em></p> <blockquote> <h2>1.3.3</h2> <h2>What's Changed</h2> <ul> <li>Use sha hash for checkout action and remove others by <a href="https://github.com/KodrAus"><code>`@KodrAus</code></a>` in <a href="https://redirect.github.com/uuid-rs/uuid/pull/671">uuid-rs/uuid#671</a></li> <li>Hard deprecate Timestamp::to_unix_nanos by <a href="https://github.com/KodrAus"><code>`@KodrAus</code></a>` in <a href="https://redirect.github.com/uuid-rs/uuid/pull/673">uuid-rs/uuid#673</a></li> <li>Prepare for 1.3.3 release by <a href="https://github.com/KodrAus"><code>`@KodrAus</code></a>` in <a href="https://redirect.github.com/uuid-rs/uuid/pull/674">uuid-rs/uuid#674</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/uuid-rs/uuid/compare/1.3.2...1.3.3">https://github.com/uuid-rs/uuid/compare/1.3.2...1.3.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="2cfe9f180c
"><code>2cfe9f1</code></a> Merge pull request <a href="https://redirect.github.com/uuid-rs/uuid/issues/674">#674</a> from uuid-rs/cargo/1.3.3</li> <li><a href="2bbbb74bd8
"><code>2bbbb74</code></a> prepare for 1.3.3 release</li> <li><a href="534691e274
"><code>534691e</code></a> Merge pull request <a href="https://redirect.github.com/uuid-rs/uuid/issues/673">#673</a> from uuid-rs/chore/hard-deprecation</li> <li><a href="147d4b3314
"><code>147d4b3</code></a> update build agents</li> <li><a href="d89c69de98
"><code>d89c69d</code></a> hard deprecate Timestamp::to_unix_nanos</li> <li><a href="6d22d0c187
"><code>6d22d0c</code></a> Merge pull request <a href="https://redirect.github.com/uuid-rs/uuid/issues/671">#671</a> from uuid-rs/ci/cleanups</li> <li><a href="053690862d
"><code>0536908</code></a> use sha hash for checkout action and remove others</li> <li>See full diff in <a href="https://github.com/uuid-rs/uuid/compare/1.3.2...1.3.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uuid&package-manager=cargo&previous-version=1.3.2&new-version=1.3.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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` 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
commit
2a4a6ce2f2
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -4825,9 +4825,9 @@ checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
|
||||
|
||||
[[package]]
|
||||
name = "uuid"
|
||||
version = "1.3.2"
|
||||
version = "1.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2"
|
||||
checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2"
|
||||
dependencies = [
|
||||
"getrandom 0.2.6",
|
||||
"serde",
|
||||
|
Loading…
Reference in New Issue
Block a user