mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Merge #635
635: Bump hex-literal from 0.3.2 to 0.3.3 r=thomaseizinger a=dependabot[bot] Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.3.2 to 0.3.3. <details> <summary>Commits</summary> <ul> <li><a href="120c621ec8
"><code>120c621</code></a> hex-literal: accept sequence of literals (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/519">#519</a>)</li> <li><a href="6e8206522f
"><code>6e82065</code></a> build(deps): bump subtle from 2.4.0 to 2.4.1 (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/517">#517</a>)</li> <li><a href="efbf2dfe63
"><code>efbf2df</code></a> build(deps): bump synstructure from 0.12.4 to 0.12.5 (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/516">#516</a>)</li> <li><a href="df6d296ef1
"><code>df6d296</code></a> build(deps): bump libc from 0.2.97 to 0.2.98 (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/515">#515</a>)</li> <li><a href="5dbd86719d
"><code>5dbd867</code></a> Add crates table to README (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/514">#514</a>)</li> <li>See full diff in <a href="https://github.com/RustCrypto/utils/compare/hex-literal-v0.3.2...hex-literal-v0.3.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hex-literal&package-manager=cargo&previous-version=0.3.2&new-version=0.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
956e710f48
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1443,9 +1443,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
||||
|
||||
[[package]]
|
||||
name = "hex-literal"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "76505e26b6ca3bbdbbb360b68472abbb80998c5fa5dc43672eca34f28258e138"
|
||||
checksum = "21e4590e13640f19f249fe3e4eca5113bc4289f2497710378190e7f4bd96f45b"
|
||||
|
||||
[[package]]
|
||||
name = "hmac"
|
||||
|
Loading…
Reference in New Issue
Block a user