Skip to content

chore(deps): Bump serde from 1.0.175 to 1.0.179#18116

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/serde-1.0.179
Closed

chore(deps): Bump serde from 1.0.175 to 1.0.179#18116
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/serde-1.0.179

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps serde from 1.0.175 to 1.0.179.

Release notes

Sourced from serde's releases.

v1.0.179

  • Support serialization of tuple variants inside a flattened field (#2448, thanks @​Mingun)

v1.0.178

  • Fix build error when using serde with "std" feature turned off and "unstable" feature turned on (#2541)

v1.0.177

  • Add serde(rename_all_fields = "...") attribute to apply a rename_all on every struct variant of an enum (#1695, thanks @​jplatte)
  • Improve diagnostics for attribute parse errors (#2536, thanks @​jplatte)

v1.0.176

  • Allow tag field of an internally tagged enum to have same name as a field inside a skipped struct variant (#2266, thanks @​flisky)
Commits
  • c2b16bf Release 1.0.179
  • e7df537 Resolve doc_markdown clippy lint from PR 2448
  • 02c34e4 Resolve redundant_field_names clippy lint from PR 2448
  • 427c839 Merge pull request #2448 from Mingun/ser-flatten-enums
  • 48aa054 Release 1.0.178
  • 3616860 Delete broken symlink from precompiled derive sources
  • 861b0df Consistently list StdError under 'Re-exports' heading of rustdoc
  • 8b3d71a Merge pull request #2541 from dtolnay/de-core-error
  • ff5442c Add no-std unstable build in CI
  • 92d686f Fix serde::de::StdError in no-std unstable build
  • 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 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)

@dependabot dependabot bot requested a review from a team July 31, 2023 04:51
@dependabot dependabot bot added the domain: deps Anything related to Vector's dependencies label Jul 31, 2023
@bits-bot
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@netlify
Copy link

netlify bot commented Jul 31, 2023

Deploy Preview for vrl-playground ready!

Name Link
🔨 Latest commit e2dd4e0
🔍 Latest deploy log https://app.netlify.com/sites/vrl-playground/deploys/64c7f390162fde0008aa41e5
😎 Deploy Preview https://deploy-preview-18116--vrl-playground.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Jul 31, 2023

Deploy Preview for vector-project canceled.

Name Link
🔨 Latest commit e2dd4e0
🔍 Latest deploy log https://app.netlify.com/sites/vector-project/deploys/64c7f390ef1c0200081ad190

@github-actions github-actions bot added the domain: core Anything related to core crates i.e. vector-core, core-common, etc label Jul 31, 2023
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.175 to 1.0.179.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.175...v1.0.179)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/serde-1.0.179 branch from ccaeca3 to e2dd4e0 Compare July 31, 2023 17:46
@neuronull neuronull added this pull request to the merge queue Jul 31, 2023
@github-actions
Copy link

Regression Detector Results

Run ID: ffe00fb6-1962-4143-b11e-28a0faeac76f
Baseline: d3e5128
Comparison: c8b4c07
Total vector CPUs: 7

Explanation

A regression test is an integrated performance test for vector in a repeatable rig, with varying configuration for vector. What follows is a statistical summary of a brief vector run for each configuration across SHAs given above. The goal of these tests are to determine quickly if vector performance is changed and to what degree by a pull request.

Because a target's optimization goal performance in each experiment will vary somewhat each time it is run, we can only estimate mean differences in optimization goal relative to the baseline target. We express these differences as a percentage change relative to the baseline target, denoted "Δ mean %". These estimates are made to a precision that balances accuracy and cost control. We represent this precision as a 90.00% confidence interval denoted "Δ mean % CI": there is a 90.00% chance that the true value of "Δ mean %" is in that interval.

We decide whether a change in performance is a "regression" -- a change worth investigating further -- if both of the following two criteria are true:

  1. The estimated |Δ mean %| ≥ 5.00%. This criterion intends to answer the question "Does the estimated change in mean optimization goal performance have a meaningful impact on your customers?". We assume that when |Δ mean %| < 5.00%, the impact on your customers is not meaningful. We also assume that a performance change in optimization goal is worth investigating whether it is an increase or decrease, so long as the magnitude of the change is sufficiently large.

  2. Zero is not in the 90.00% confidence interval "Δ mean % CI" about "Δ mean %". This statement is equivalent to saying that there is at least a 90.00% chance that the mean difference in optimization goal is not zero. This criterion intends to answer the question, "Is there a statistically significant difference in mean optimization goal performance?". It also means there is no more than a 10.00% chance this criterion reports a statistically significant difference when the true difference in mean optimization goal is zero -- a "false positive". We assume you are willing to accept a 10.00% chance of inaccurately detecting a change in performance when no true difference exists.

The table below, if present, lists those experiments that have experienced a statistically significant change in mean optimization goal performance between baseline and comparison SHAs with 90.00% confidence OR have been detected as newly erratic. Negative values of "Δ mean %" mean that baseline is faster, whereas positive values of "Δ mean %" mean that comparison is faster. Results that do not exhibit more than a ±5.00% change in their mean optimization goal are discarded. An experiment is erratic if its coefficient of variation is greater than 0.1. The abbreviated table will be omitted if no interesting change is observed.

Changes in experiment optimization goals with confidence ≥ 90.00% and |Δ mean %| ≥ 5.00%:

experiment goal Δ mean % confidence
otlp_http_to_blackhole ingress throughput -5.81 100.00%
Fine details of change detection per experiment.
experiment goal Δ mean % Δ mean % CI confidence
syslog_regex_logs2metric_ddmetrics ingress throughput +4.51 [+4.18, +4.84] 100.00%
syslog_loki ingress throughput +3.16 [+3.10, +3.22] 100.00%
datadog_agent_remap_datadog_logs ingress throughput +2.19 [+2.08, +2.31] 100.00%
datadog_agent_remap_blackhole_acks ingress throughput +1.06 [+0.98, +1.14] 100.00%
syslog_humio_logs ingress throughput +1.05 [+0.95, +1.14] 100.00%
syslog_splunk_hec_logs ingress throughput +0.81 [+0.73, +0.89] 100.00%
http_text_to_http_json ingress throughput +0.55 [+0.48, +0.62] 100.00%
http_to_http_acks ingress throughput +0.31 [-0.92, +1.53] 25.23%
http_to_http_noack ingress throughput +0.03 [-0.03, +0.09] 48.41%
enterprise_http_to_http ingress throughput +0.01 [-0.02, +0.04] 42.12%
http_to_http_json ingress throughput +0.00 [-0.03, +0.04] 7.35%
fluent_elasticsearch ingress throughput -0.00 [-0.00, +0.00] 7.67%
splunk_hec_to_splunk_hec_logs_acks ingress throughput -0.01 [-0.08, +0.06] 13.70%
splunk_hec_indexer_ack_blackhole ingress throughput -0.02 [-0.06, +0.02] 45.10%
splunk_hec_to_splunk_hec_logs_noack ingress throughput -0.02 [-0.06, +0.02] 44.22%
datadog_agent_remap_datadog_logs_acks ingress throughput -0.41 [-0.53, -0.29] 100.00%
datadog_agent_remap_blackhole ingress throughput -0.50 [-0.62, -0.39] 100.00%
syslog_log2metric_humio_metrics ingress throughput -0.71 [-0.78, -0.63] 100.00%
http_to_s3 ingress throughput -1.18 [-1.38, -0.98] 100.00%
splunk_hec_route_s3 ingress throughput -1.41 [-1.56, -1.26] 100.00%
syslog_log2metric_splunk_hec_metrics ingress throughput -1.48 [-1.55, -1.42] 100.00%
otlp_grpc_to_blackhole ingress throughput -1.60 [-1.71, -1.49] 100.00%
socket_to_socket_blackhole ingress throughput -2.91 [-2.98, -2.85] 100.00%
otlp_http_to_blackhole ingress throughput -5.81 [-5.98, -5.64] 100.00%
file_to_blackhole egress throughput -7.34 [-10.96, -3.73] 99.08%

@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jul 31, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 31, 2023

Superseded by #18127.

@dependabot dependabot bot closed this Jul 31, 2023
@dependabot dependabot bot deleted the dependabot/cargo/serde-1.0.179 branch July 31, 2023 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: core Anything related to core crates i.e. vector-core, core-common, etc domain: deps Anything related to Vector's dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants