mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
740: Bump serde from 1.0.126 to 1.0.130 r=thomaseizinger a=dependabot[bot] Bumps [serde](https://github.com/serde-rs/serde) from 1.0.126 to 1.0.130. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.130</h2> <ul> <li>Provide <code>MapAccess</code> and <code>SeqAccess</code> impl for reference to a dynamically sized existing impl (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2081">#2081</a>)</li> </ul> <h2>v1.0.129</h2> <ul> <li>Support deserialization of remote structs that used packed repr (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2078">#2078</a>, <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2079">#2079</a>, <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2080">#2080</a>)</li> </ul> <h2>v1.0.128</h2> <ul> <li>Enable 128-bit integers on emscripten in Rust 1.40+ (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2076">#2076</a>, thanks <a href="https://github.com/Manishearth"><code>`@Manishearth</code></a>)</li>` </ul> <h2>v1.0.127</h2> <ul> <li>Resolve warning in rustc nightly-2021-07-31+ compiling serde_test</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="65e1a50749
"><code>65e1a50</code></a> Release 1.0.130</li> <li><a href="87d41b59fd
"><code>87d41b5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2081">#2081</a> from dtolnay/accessunsized</li> <li><a href="3f120fb355
"><code>3f120fb</code></a> Enable unsized Map/SeqAccess types to use the impl for &mut</li> <li><a href="2b92c80cc1
"><code>2b92c80</code></a> Release 1.0.129</li> <li><a href="c1c0ede452
"><code>c1c0ede</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2080">#2080</a> from dtolnay/packeddrop</li> <li><a href="4a66c5f33d
"><code>4a66c5f</code></a> Support packed remote struct without destructuring</li> <li><a href="714c8a5586
"><code>714c8a5</code></a> Add test of packed struct that cannot be destructured</li> <li><a href="dc0c0dcba1
"><code>dc0c0dc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2079">#2079</a> from dtolnay/packedremote</li> <li><a href="54102ee7d0
"><code>54102ee</code></a> Avoid generating ref patterns for fields of packed remote struct</li> <li><a href="14accf7518
"><code>14accf7</code></a> Add test of remote with a packed struct</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.126...v1.0.130">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.126&new-version=1.0.130)](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> 741: Bump rust_decimal_macros from 1.14.3 to 1.15.0 r=thomaseizinger a=dependabot[bot] Bumps [rust_decimal_macros](https://github.com/paupino/rust-decimal) from 1.14.3 to 1.15.0. <details> <summary>Commits</summary> <ul> <li><a href="a7288bbcbc
"><code>a7288bb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/paupino/rust-decimal/issues/410">#410</a> from paupino/version/1.15</li> <li><a href="4e03adcfe6
"><code>4e03adc</code></a> Added information about maths-nopanic</li> <li><a href="3a1dce353a
"><code>3a1dce3</code></a> Update version.md for release</li> <li><a href="76f1c914bf
"><code>76f1c91</code></a> Added Build.md with build instructions</li> <li><a href="5b1da93a73
"><code>5b1da93</code></a> Merge branch 'master' of github.com:paupino/rust-decimal into version/1.15</li> <li><a href="fad2d4f989
"><code>fad2d4f</code></a> Minor documentation improvements</li> <li><a href="67b50ad8d1
"><code>67b50ad</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/paupino/rust-decimal/issues/408">#408</a> from paupino/issue/401</li> <li><a href="cfcb502460
"><code>cfcb502</code></a> Merge branch 'master' into issue/401</li> <li><a href="e8727e146f
"><code>e8727e1</code></a> Fixes linting warning for log10 logic</li> <li><a href="bb347caa6a
"><code>bb347ca</code></a> Merge branch 'master' into issue/401</li> <li>Additional commits viewable in <a href="https://github.com/paupino/rust-decimal/compare/1.14.3...1.15.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rust_decimal_macros&package-manager=cargo&previous-version=1.14.3&new-version=1.15.0)](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
76a47793f2
12
Cargo.lock
generated
12
Cargo.lock
generated
@ -3302,9 +3302,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rust_decimal_macros"
|
||||
version = "1.14.3"
|
||||
version = "1.15.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a776fe1e773e2e599d7813414ca7dd1f78b7e0fa699ecbefbfd24b5584df6819"
|
||||
checksum = "f1927f5f2552e7c5335f2daef329de05f91efd8ec4a71c3ff4066ad45361b1df"
|
||||
dependencies = [
|
||||
"quote",
|
||||
"rust_decimal",
|
||||
@ -3527,9 +3527,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde"
|
||||
version = "1.0.126"
|
||||
version = "1.0.130"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
|
||||
checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
|
||||
dependencies = [
|
||||
"serde_derive",
|
||||
]
|
||||
@ -3556,9 +3556,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_derive"
|
||||
version = "1.0.126"
|
||||
version = "1.0.130"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
|
||||
checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
Loading…
Reference in New Issue
Block a user