Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump serde from 1.0.148 to 1.0.152 #3076

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2022

Bumps serde from 1.0.148 to 1.0.152.

Release notes

Sourced from serde's releases.

v1.0.152

  • Documentation improvements

v1.0.151

  • Update serde::{ser,de}::StdError to re-export core::error::Error when serde is built with feature="std" off and feature="unstable" on (#2344)

v1.0.150

  • Relax some trait bounds from the Serialize impl of HashMap and BTreeMap (#2334)
  • Enable Serialize and Deserialize impls of std::sync::atomic types on more platforms (#2337, thanks @​badboy)

v1.0.149

  • Relax some trait bounds from the Serialize impl of BinaryHeap, BTreeSet, and HashSet (#2333, thanks @​jonasbb)
Commits
  • ccf9c6f Release 1.0.152
  • b25d0ea Link to Hjson data format
  • 4f4557f Link to bencode data format
  • bf400d6 Link to serde_tokenstream data format
  • 4d2e36d Wrap flexbuffers bullet point to 80 columns
  • df6310e Merge pull request #2347 from dtolnay/docsrs
  • 938ab5d Replace docs.serde.rs links with intra-rustdoc links
  • ef5a0de Point documentation links to docs.rs instead of docs.serde.rs
  • 5d186c7 Opt out -Zrustdoc-scrape-examples on docs.rs
  • 44bf363 Release 1.0.151
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Copy link
Contributor

@mergify mergify bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approving dependabot

@github-actions
Copy link
Contributor

github-actions bot commented Dec 27, 2022

twiggy diff report

Difference in .wasm size before and after this pull request.


 Delta Bytes │ Item
─────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────────
      -42990 ┊ smoldot::executor::host::ReadyToRun::run_once::h32108f25d23f5428
      +42990 ┊ smoldot::executor::host::ReadyToRun::run_once::he2ccbc18536377db
      -42137 ┊ smoldot::json_rpc::methods::MethodCall::from_defs::h7d11981beb5d80d8
      +42137 ┊ smoldot::json_rpc::methods::MethodCall::from_defs::he33059f221e98186
      -12175 ┊ smoldot_light::Client<TPlat,TChain>::add_chain::h38bd1cf790100cdc
      +12175 ┊ smoldot_light::Client<TPlat,TChain>::add_chain::h75780784af23e3a2
      +12041 ┊ <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll::h9f2ef6998838231f
      -12041 ┊ <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll::hdebbd1712c586f32
      +11925 ┊ <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll::h560f726eaf9012ce
      -11925 ┊ <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll::h8ac57a34ec2b1242
      -11612 ┊ <parity_wasm::elements::ops::Instruction as parity_wasm::elements::Deserialize>::deserialize::h97a055572ffd2bc6
      +11612 ┊ <parity_wasm::elements::ops::Instruction as parity_wasm::elements::Deserialize>::deserialize::he27aff3b0a875416
       +9162 ┊ smoldot::json_rpc::methods::Response::to_json_response::h2d6fe108aac22511
       -9162 ┊ smoldot::json_rpc::methods::Response::to_json_response::h8be74de573bcd079
       -8669 ┊ <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll::h15dd02dbb3cf9878
       +8669 ┊ <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll::h4bc53d4647bc3c60
       -8494 ┊ <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll::h4b0800d9eb68f6fa
       +8494 ┊ <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll::h72d548e56a632c08
       +8323 ┊ <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll::h4b3a5f9facce27cf
       -8323 ┊ <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll::h8bb2ea9f4dcae90f
         +14 ┊ ... and 23202 more.
        -915 ┊ Σ [23222 Total Rows]

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.148 to 1.0.152.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.148...v1.0.152)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/serde-1.0.152 branch from 462ebed to 60ffd0c Compare February 23, 2023 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants