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

chore(deps): Bump serde from 1.0.190 to 1.0.192 #19071

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2023

Bumps serde from 1.0.190 to 1.0.192.

Release notes

Sourced from serde's releases.

v1.0.192

v1.0.191

  • Documentation improvements
Commits
  • 4676abd Release 1.0.192
  • 35700eb Merge pull request #2646 from robsdedude/fix/2643/allow-tag-field-in-untagged
  • 59892e7 Release 1.0.191
  • 97dd07a Merge pull request #2647 from dtolnay/doccfg
  • c8bc97c Document "rc" and "unstable" features on docs.rs
  • 9dacfbb Fill in more doc(cfg) attributes
  • 05c2509 Relocate cfg attrs into deref_impl
  • 64f949b Relocate cfg attrs into parse_ip_impl and parse_socket_impl
  • 3f339de Relocate cfg attrs into seq_impl and map_impl
  • 215c2b7 Relocate cfg attrs into forwarded_impl macro
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.190 to 1.0.192.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.190...v1.0.192)

---
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 requested a review from a team November 7, 2023 04:31
@dependabot dependabot bot added the domain: deps Anything related to Vector's dependencies label Nov 7, 2023
@github-actions github-actions bot added the domain: core Anything related to core crates i.e. vector-core, core-common, etc label Nov 7, 2023
@StephenWakely StephenWakely added this pull request to the merge queue Nov 7, 2023
Copy link

github-actions bot commented Nov 7, 2023

Regression Detector Results

Run ID: 01217c77-cdb0-4b8b-baf1-c8587a1e5907
Baseline: 2913cfe
Comparison: 49a2737
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.

No interesting changes in experiment optimization goals with confidence ≥ 90.00% and |Δ mean %| ≥ 5.00%.

Fine details of change detection per experiment.
experiment goal Δ mean % Δ mean % CI confidence
syslog_humio_logs ingress throughput +3.00 [+2.91, +3.10] 100.00%
syslog_log2metric_humio_metrics ingress throughput +2.50 [+2.42, +2.58] 100.00%
socket_to_socket_blackhole ingress throughput +2.30 [+2.23, +2.38] 100.00%
syslog_loki ingress throughput +2.25 [+2.21, +2.29] 100.00%
http_text_to_http_json ingress throughput +1.69 [+1.57, +1.81] 100.00%
syslog_log2metric_splunk_hec_metrics ingress throughput +1.65 [+1.52, +1.77] 100.00%
syslog_splunk_hec_logs ingress throughput +1.43 [+1.40, +1.47] 100.00%
http_to_http_acks ingress throughput +0.97 [-0.35, +2.29] 77.46%
otlp_http_to_blackhole ingress throughput +0.92 [+0.77, +1.07] 100.00%
syslog_regex_logs2metric_ddmetrics ingress throughput +0.88 [+0.82, +0.95] 100.00%
otlp_grpc_to_blackhole ingress throughput +0.50 [+0.40, +0.60] 100.00%
file_to_blackhole egress throughput +0.43 [-2.18, +3.04] 21.56%
splunk_hec_route_s3 ingress throughput +0.43 [-0.08, +0.94] 83.53%
http_to_http_noack ingress throughput +0.18 [+0.10, +0.26] 99.98%
http_to_s3 ingress throughput +0.18 [-0.10, +0.45] 70.55%
http_to_http_json ingress throughput +0.04 [-0.03, +0.12] 65.68%
datadog_agent_remap_datadog_logs_acks ingress throughput +0.02 [-0.06, +0.09] 28.21%
splunk_hec_to_splunk_hec_logs_acks ingress throughput -0.00 [-0.14, +0.14] 0.01%
splunk_hec_indexer_ack_blackhole ingress throughput -0.00 [-0.14, +0.14] 1.80%
splunk_hec_to_splunk_hec_logs_noack ingress throughput -0.01 [-0.13, +0.11] 10.18%
enterprise_http_to_http ingress throughput -0.09 [-0.16, -0.02] 96.67%
datadog_agent_remap_datadog_logs ingress throughput -0.15 [-0.24, -0.06] 99.36%
datadog_agent_remap_blackhole ingress throughput -0.34 [-0.42, -0.26] 100.00%
datadog_agent_remap_blackhole_acks ingress throughput -1.02 [-1.11, -0.94] 100.00%
fluent_elasticsearch ingress throughput -1.71 [-2.14, -1.28] 100.00%

Merged via the queue into master with commit 49a2737 Nov 7, 2023
43 checks passed
@StephenWakely StephenWakely deleted the dependabot/cargo/serde-1.0.192 branch November 7, 2023 11:52
AndrooTheChen pushed a commit to discord/vector that referenced this pull request Sep 23, 2024
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.190 to 1.0.192.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.190...v1.0.192)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

1 participant