Bump serde from 1.0.133 to 1.0.135 in /packer (#3336)
Summary: Bumps [serde](https://github.com/serde-rs/serde) from 1.0.133 to 1.0.135. <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.134</h2> <ul> <li>Improve error messages on deserializing NonZero integers from a 0 value (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2158">https://github.com/facebook/flipper/issues/2158</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="8932c852a5"><code>8932c85</code></a> Release 1.0.135</li> <li><a href="9f3dd3c7c4"><code>9f3dd3c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2163">https://github.com/facebook/flipper/issues/2163</a> from serde-rs/discord</li> <li><a href="dd9b415ff9"><code>dd9b415</code></a> Add discord invite links</li> <li><a href="3bb4a5a4f6"><code>3bb4a5a</code></a> Release 1.0.134</li> <li><a href="6164627bea"><code>6164627</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2159">https://github.com/facebook/flipper/issues/2159</a> from serde-rs/nonzero</li> <li><a href="51aaf496d4"><code>51aaf49</code></a> Write better Visitor for NonZero integers</li> <li><a href="bc66aeb0d3"><code>bc66aeb</code></a> Add tests of deserializing NonZero</li> <li><a href="7e7044d457"><code>7e7044d</code></a> Ignore clippy in number conversion tests</li> <li><a href="5498dc0550"><code>5498dc0</code></a> Add tests of num conversion errors</li> <li><a href="ff04e8be9b"><code>ff04e8b</code></a> Improve coverage of num conversion in test suite</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.133...v1.0.135">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 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> Pull Request resolved: https://github.com/facebook/flipper/pull/3336 Reviewed By: mweststrate Differential Revision: D33741730 Pulled By: lblasa fbshipit-source-id: b344ef33ef24513fa0710506f0ae987f29877bea
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c2f895d9c5
commit
1255621cba
8
packer/Cargo.lock
generated
8
packer/Cargo.lock
generated
@@ -590,18 +590,18 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde"
|
name = "serde"
|
||||||
version = "1.0.133"
|
version = "1.0.135"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "97565067517b60e2d1ea8b268e59ce036de907ac523ad83a0475da04e818989a"
|
checksum = "2cf9235533494ea2ddcdb794665461814781c53f19d87b76e571a1c35acbad2b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde_derive",
|
"serde_derive",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_derive"
|
name = "serde_derive"
|
||||||
version = "1.0.133"
|
version = "1.0.135"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ed201699328568d8d08208fdd080e3ff594e6c422e438b6705905da01005d537"
|
checksum = "8dcde03d87d4c973c04be249e7d8f0b35db1c848c487bd43032808e59dd8328d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ edition = "2018"
|
|||||||
clap = "2.34.0"
|
clap = "2.34.0"
|
||||||
shellexpand = "2.1.0"
|
shellexpand = "2.1.0"
|
||||||
tar = "0.4.38"
|
tar = "0.4.38"
|
||||||
serde = { version = "1.0.133", features = ["derive"] }
|
serde = { version = "1.0.135", features = ["derive"] }
|
||||||
serde_yaml = "0.8.23"
|
serde_yaml = "0.8.23"
|
||||||
anyhow = "1.0.53"
|
anyhow = "1.0.53"
|
||||||
sha2 = "0.10.1"
|
sha2 = "0.10.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user