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

rust: bump serde from 1.0.122 to 1.0.123 #3652

Merged
merged 1 commit into from
Jan 28, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2021

Bumps serde from 1.0.122 to 1.0.123.

Release notes

Sourced from serde's releases.

v1.0.123

  • Support Self keywords in fields of types that derive Deserialize (#1830, thanks @taiki-e)
  • Allow floats to be deserialized from ints in tagged unions (#1842, thanks @Timmmm)
  • Support Self inside fields that use serialize_with (#1970)
Commits
  • 3d6c414 Release 1.0.123
  • 29cdf88 Merge pull request #1970 from serde-rs/self
  • 2ba9739 Substitute Self in output of Serialize derive
  • 6699b0b Add regression test for issue 1969
  • b054ea4 Ignore some pedantic lints in serde_derive_internals from PR 1830
  • e5efb6a Remove dependency on syn/visit-mut feature
  • 1f42358 Deduplicate token stream respanner
  • 033114a Touch up PR 1830
  • 7cec99c Pare down PR 1830
  • 6c5bf70 Merge pull request 1830 from taiki-e/self
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 dependabot bot added c:deps Category: external dependencies rust labels Jan 26, 2021
@codecov
Copy link

codecov bot commented Jan 26, 2021

Codecov Report

Merging #3652 (f4ee9c9) into master (18303c4) will decrease coverage by 0.15%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3652      +/-   ##
==========================================
- Coverage   67.27%   67.12%   -0.16%     
==========================================
  Files         390      390              
  Lines       36682    36682              
==========================================
- Hits        24679    24621      -58     
- Misses       8534     8582      +48     
- Partials     3469     3479      +10     
Impacted Files Coverage Δ
go/oasis-node/cmd/common/metrics/disk.go 65.38% <0.00%> (-19.24%) ⬇️
go/consensus/tendermint/api/api.go 74.66% <0.00%> (-10.67%) ⬇️
go/oasis-node/cmd/common/metrics/resource.go 78.94% <0.00%> (-10.53%) ⬇️
go/storage/api/metrics.go 81.53% <0.00%> (-9.24%) ⬇️
go/common/sgx/aesm/aesm.go 62.61% <0.00%> (-6.55%) ⬇️
go/storage/mkvs/prefetch.go 54.71% <0.00%> (-3.78%) ⬇️
go/worker/storage/service_external.go 44.44% <0.00%> (-3.71%) ⬇️
go/runtime/host/sgx/sgx.go 69.23% <0.00%> (-2.20%) ⬇️
go/consensus/tendermint/apps/registry/genesis.go 39.80% <0.00%> (-1.95%) ⬇️
go/storage/client/client.go 71.49% <0.00%> (-1.94%) ⬇️
... and 22 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 18303c4...f4ee9c9. Read the comment docs.

@kostko kostko enabled auto-merge January 27, 2021 08:48
@oasisprotocol oasisprotocol merged commit 81e2728 into master Jan 28, 2021
@dependabot dependabot bot deleted the dependabot/cargo/serde-1.0.123 branch January 28, 2021 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:deps Category: external dependencies rust
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants