core-rs-albatross
core-rs-albatross copied to clipboard
Bump serde_json from 1.0.88 to 1.0.89
Bumps serde_json from 1.0.88 to 1.0.89.
Release notes
Sourced from serde_json's releases.
v1.0.89
- Fix invalid JSON incorrectly accepted when a large number has no digits after decimal point (#953)
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Base: 65.21% // Head: 65.23% // Increases project coverage by +0.02% :tada:
Coverage data is based on head (
a2a4865) compared to base (51baf34). Patch has no changes to coverable lines.
:exclamation: Current head a2a4865 differs from pull request most recent head c82e1c9. Consider uploading reports for the commit c82e1c9 to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## albatross #1146 +/- ##
=============================================
+ Coverage 65.21% 65.23% +0.02%
=============================================
Files 368 368
Lines 44916 44905 -11
=============================================
+ Hits 29291 29293 +2
+ Misses 15625 15612 -13
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 65.23% <ø> (+0.02%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| validator/src/micro.rs | 94.23% <0.00%> (-1.65%) |
:arrow_down: |
| blockchain/src/blockchain/push.rs | 91.32% <0.00%> (-0.40%) |
:arrow_down: |
| handel/src/aggregation.rs | 90.85% <0.00%> (ø) |
|
| network-libp2p/src/network.rs | 73.92% <0.00%> (+0.24%) |
:arrow_up: |
| network-libp2p/src/connection_pool/behaviour.rs | 51.26% <0.00%> (+0.75%) |
:arrow_up: |
| ...twork-libp2p/src/discovery/message_codec/reader.rs | 69.53% <0.00%> (+0.78%) |
:arrow_up: |
| handel/src/todo.rs | 87.30% <0.00%> (+0.79%) |
:arrow_up: |
| zkp-component/src/zkp_component.rs | 54.27% <0.00%> (+1.35%) |
:arrow_up: |
| zkp-component/src/types.rs | 89.62% <0.00%> (+1.62%) |
:arrow_up: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
@dependabot rebase