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 libc from 0.2.144 to 0.2.145 #17598

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 5, 2023

Bumps libc from 0.2.144 to 0.2.145.

Release notes

Sourced from libc's releases.

0.2.145

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.144...0.2.145

Commits
  • e0dfb3f Auto merge of #3259 - vita-rust:update, r=JohnTitor
  • c2bfe30 Auto merge of #3263 - tzneal:add-msg-nosignal, r=JohnTitor
  • 3b808cf Auto merge of #3262 - nekopsykose:s390x-largefile, r=JohnTitor
  • be93cda add MSG_NEEDSA and MSG_NOSIGNAL for macos
  • 4d473b2 s390x-musl: define O_LARGEFILE constant
  • 9469613 Auto merge of #3257 - superwhiskers:add-putpwent, r=JohnTitor
  • afce856 Auto merge of #3253 - devnexen:dflybsd_malloc_usable_size, r=JohnTitor
  • 972b91c Auto merge of #3258 - tzneal:add-vsock-address-type, r=JohnTitor
  • 5234f34 add constants and structs for vsock on macos
  • 9f786e0 Update crate version to 0.2.145
  • 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 added the domain: deps Anything related to Vector's dependencies label Jun 5, 2023
@bits-bot
Copy link

bits-bot commented Jun 5, 2023

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 Jun 5, 2023

Deploy Preview for vrl-playground canceled.

Name Link
🔨 Latest commit ebfcc0e
🔍 Latest deploy log https://app.netlify.com/sites/vrl-playground/deploys/647e214b99bb4800085c3159

@netlify
Copy link

netlify bot commented Jun 5, 2023

Deploy Preview for vector-project canceled.

Name Link
🔨 Latest commit ebfcc0e
🔍 Latest deploy log https://app.netlify.com/sites/vector-project/deploys/647e214b97f01e00070f605a

@neuronull neuronull added this pull request to the merge queue Jun 5, 2023
@github-actions
Copy link

github-actions bot commented Jun 5, 2023

Regression Detector Results

Run ID: eab3f9cf-3bb6-4071-8c04-e613b6b862a4
Baseline: 094a6a4
Comparison: 05d1fda
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
http_text_to_http_json ingress throughput +5.98 100.00%
otlp_http_to_blackhole ingress throughput +5.85 100.00%
Fine details of change detection per experiment.
experiment goal Δ mean % Δ mean % CI confidence
http_text_to_http_json ingress throughput +5.98 [+5.92, +6.04] 100.00%
otlp_http_to_blackhole ingress throughput +5.85 [+5.66, +6.04] 100.00%
socket_to_socket_blackhole ingress throughput +3.25 [+3.21, +3.29] 100.00%
datadog_agent_remap_datadog_logs ingress throughput +2.73 [+2.60, +2.85] 100.00%
splunk_hec_route_s3 ingress throughput +2.51 [+2.39, +2.64] 100.00%
syslog_regex_logs2metric_ddmetrics ingress throughput +2.10 [+1.88, +2.32] 100.00%
datadog_agent_remap_datadog_logs_acks ingress throughput +1.80 [+1.70, +1.89] 100.00%
otlp_grpc_to_blackhole ingress throughput +1.78 [+1.67, +1.89] 100.00%
datadog_agent_remap_blackhole ingress throughput +1.66 [+1.55, +1.76] 100.00%
syslog_loki ingress throughput +1.14 [+1.06, +1.22] 100.00%
syslog_log2metric_splunk_hec_metrics ingress throughput +0.98 [+0.92, +1.05] 100.00%
http_to_http_acks ingress throughput +0.73 [-0.49, +1.94] 55.46%
http_to_http_json ingress throughput +0.31 [+0.26, +0.37] 100.00%
enterprise_http_to_http ingress throughput +0.06 [+0.02, +0.10] 96.07%
splunk_hec_indexer_ack_blackhole ingress throughput +0.02 [-0.02, +0.07] 52.86%
fluent_elasticsearch ingress throughput -0.00 [-0.00, +0.00] 10.44%
splunk_hec_to_splunk_hec_logs_noack ingress throughput -0.01 [-0.05, +0.04] 14.33%
splunk_hec_to_splunk_hec_logs_acks ingress throughput -0.01 [-0.07, +0.06] 13.91%
http_to_http_noack ingress throughput -0.01 [-0.07, +0.04] 25.08%
datadog_agent_remap_blackhole_acks ingress throughput -0.14 [-0.23, -0.05] 95.77%
syslog_humio_logs ingress throughput -0.36 [-0.43, -0.30] 100.00%
file_to_blackhole egress throughput -0.58 [-4.61, +3.44] 14.69%
syslog_log2metric_humio_metrics ingress throughput -1.08 [-1.15, -1.00] 100.00%
syslog_splunk_hec_logs ingress throughput -1.09 [-1.15, -1.02] 100.00%

@github-actions
Copy link

github-actions bot commented Jun 5, 2023

Regression Detector Results

Run ID: b7c61786-99be-464a-92f2-d8dc7022271e
Baseline: fa8a553
Comparison: 7017bc0
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
http_text_to_http_json ingress throughput +7.25 100.00%
Fine details of change detection per experiment.
experiment goal Δ mean % Δ mean % CI confidence
http_text_to_http_json ingress throughput +7.25 [+7.19, +7.31] 100.00%
otlp_http_to_blackhole ingress throughput +4.99 [+4.80, +5.18] 100.00%
socket_to_socket_blackhole ingress throughput +4.95 [+4.91, +4.99] 100.00%
datadog_agent_remap_datadog_logs_acks ingress throughput +3.66 [+3.57, +3.75] 100.00%
otlp_grpc_to_blackhole ingress throughput +3.03 [+2.92, +3.15] 100.00%
syslog_log2metric_splunk_hec_metrics ingress throughput +2.67 [+2.61, +2.74] 100.00%
datadog_agent_remap_blackhole ingress throughput +2.03 [+1.94, +2.12] 100.00%
syslog_humio_logs ingress throughput +1.79 [+1.73, +1.85] 100.00%
datadog_agent_remap_datadog_logs ingress throughput +1.45 [+1.33, +1.57] 100.00%
file_to_blackhole egress throughput +1.00 [-2.87, +4.87] 25.96%
syslog_regex_logs2metric_ddmetrics ingress throughput +0.75 [+0.51, +0.99] 99.99%
http_to_http_acks ingress throughput +0.66 [-0.54, +1.86] 52.10%
syslog_log2metric_humio_metrics ingress throughput +0.54 [+0.46, +0.62] 100.00%
syslog_loki ingress throughput +0.12 [+0.04, +0.20] 95.51%
http_to_http_noack ingress throughput +0.09 [+0.04, +0.14] 97.38%
enterprise_http_to_http ingress throughput +0.03 [-0.00, +0.06] 74.75%
splunk_hec_indexer_ack_blackhole ingress throughput +0.01 [-0.03, +0.06] 32.65%
splunk_hec_to_splunk_hec_logs_acks ingress throughput +0.00 [-0.07, +0.07] 0.24%
fluent_elasticsearch ingress throughput -0.00 [-0.00, +0.00] 27.05%
splunk_hec_to_splunk_hec_logs_noack ingress throughput -0.02 [-0.06, +0.03] 39.17%
syslog_splunk_hec_logs ingress throughput -0.05 [-0.12, +0.03] 58.16%
http_to_http_json ingress throughput -0.24 [-0.30, -0.19] 100.00%
splunk_hec_route_s3 ingress throughput -0.81 [-0.93, -0.68] 100.00%
datadog_agent_remap_blackhole_acks ingress throughput -1.09 [-1.21, -0.98] 100.00%

@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 5, 2023
@neuronull
Copy link
Contributor

@dependabot rebase

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.144 to 0.2.145.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](rust-lang/libc@0.2.144...0.2.145)

---
updated-dependencies:
- dependency-name: libc
  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/libc-0.2.145 branch from 4889e0d to ebfcc0e Compare June 5, 2023 17:54
@neuronull neuronull enabled auto-merge June 5, 2023 17:58
@neuronull neuronull added this pull request to the merge queue Jun 5, 2023
@github-actions
Copy link

github-actions bot commented Jun 5, 2023

Regression Detector Results

Run ID: 4226aa86-13f4-4459-8580-0793fba16c70
Baseline: c7d366b
Comparison: 8ff22b7
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
file_to_blackhole egress throughput +5.71 [+1.63, +9.80] 92.70%
syslog_loki ingress throughput +2.87 [+2.79, +2.95] 100.00%
syslog_splunk_hec_logs ingress throughput +2.56 [+2.50, +2.63] 100.00%
syslog_humio_logs ingress throughput +1.19 [+1.11, +1.26] 100.00%
http_to_http_json ingress throughput +0.94 [+0.87, +1.02] 100.00%
syslog_log2metric_humio_metrics ingress throughput +0.83 [+0.74, +0.92] 100.00%
otlp_grpc_to_blackhole ingress throughput +0.48 [+0.38, +0.59] 100.00%
datadog_agent_remap_blackhole ingress throughput +0.47 [+0.36, +0.58] 100.00%
syslog_log2metric_splunk_hec_metrics ingress throughput +0.30 [+0.19, +0.41] 99.94%
http_to_http_noack ingress throughput +0.06 [-0.00, +0.12] 77.98%
enterprise_http_to_http ingress throughput +0.03 [-0.00, +0.06] 75.56%
http_to_http_acks ingress throughput +0.01 [-1.22, +1.24] 1.12%
splunk_hec_indexer_ack_blackhole ingress throughput +0.01 [-0.03, +0.05] 20.48%
splunk_hec_to_splunk_hec_logs_acks ingress throughput +0.00 [-0.06, +0.06] 1.16%
fluent_elasticsearch ingress throughput +0.00 [-0.00, +0.00] 6.84%
splunk_hec_to_splunk_hec_logs_noack ingress throughput -0.02 [-0.06, +0.03] 34.14%
http_text_to_http_json ingress throughput -0.03 [-0.12, +0.06] 32.79%
datadog_agent_remap_datadog_logs ingress throughput -0.12 [-0.24, -0.01] 84.25%
splunk_hec_route_s3 ingress throughput -0.40 [-0.52, -0.28] 100.00%
datadog_agent_remap_datadog_logs_acks ingress throughput -1.06 [-1.17, -0.95] 100.00%
otlp_http_to_blackhole ingress throughput -1.67 [-1.86, -1.49] 100.00%
syslog_regex_logs2metric_ddmetrics ingress throughput -1.81 [-2.10, -1.52] 100.00%
datadog_agent_remap_blackhole_acks ingress throughput -2.19 [-2.29, -2.09] 100.00%
socket_to_socket_blackhole ingress throughput -2.30 [-2.36, -2.23] 100.00%

@github-actions
Copy link

github-actions bot commented Jun 5, 2023

Regression Detector Results

Run ID: 87fa49a1-0ac6-4053-8a8a-65a79a037a75
Baseline: 7a55210
Comparison: 66c1a16
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
splunk_hec_route_s3 ingress throughput +3.13 [+2.97, +3.29] 100.00%
syslog_humio_logs ingress throughput +3.06 [+2.98, +3.14] 100.00%
datadog_agent_remap_blackhole ingress throughput +1.95 [+1.86, +2.04] 100.00%
syslog_regex_logs2metric_ddmetrics ingress throughput +1.43 [+1.19, +1.67] 100.00%
syslog_loki ingress throughput +0.67 [+0.61, +0.73] 100.00%
http_to_http_json ingress throughput +0.45 [+0.38, +0.52] 100.00%
syslog_log2metric_humio_metrics ingress throughput +0.34 [+0.25, +0.43] 100.00%
syslog_splunk_hec_logs ingress throughput +0.19 [+0.12, +0.27] 99.93%
enterprise_http_to_http ingress throughput +0.06 [+0.02, +0.10] 95.33%
http_to_http_noack ingress throughput +0.03 [-0.03, +0.08] 50.71%
fluent_elasticsearch ingress throughput +0.00 [-0.00, +0.00] 21.43%
splunk_hec_to_splunk_hec_logs_acks ingress throughput -0.00 [-0.07, +0.07] 0.36%
splunk_hec_indexer_ack_blackhole ingress throughput -0.01 [-0.05, +0.04] 13.74%
splunk_hec_to_splunk_hec_logs_noack ingress throughput -0.02 [-0.06, +0.03] 42.33%
socket_to_socket_blackhole ingress throughput -0.02 [-0.10, +0.05] 33.10%
otlp_grpc_to_blackhole ingress throughput -0.10 [-0.21, +0.01] 77.23%
file_to_blackhole egress throughput -0.16 [-4.17, +3.85] 4.04%
datadog_agent_remap_datadog_logs ingress throughput -0.71 [-0.86, -0.56] 100.00%
syslog_log2metric_splunk_hec_metrics ingress throughput -0.85 [-0.95, -0.75] 100.00%
datadog_agent_remap_datadog_logs_acks ingress throughput -1.09 [-1.18, -0.99] 100.00%
http_text_to_http_json ingress throughput -1.98 [-2.05, -1.91] 100.00%
http_to_http_acks ingress throughput -3.03 [-4.23, -1.82] 99.87%
datadog_agent_remap_blackhole_acks ingress throughput -3.92 [-4.03, -3.81] 100.00%
otlp_http_to_blackhole ingress throughput -4.30 [-4.48, -4.11] 100.00%

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

dependabot bot commented on behalf of github Jun 6, 2023

Superseded by #17615.

@dependabot dependabot bot closed this Jun 6, 2023
@dependabot dependabot bot deleted the dependabot/cargo/libc-0.2.145 branch June 6, 2023 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: deps Anything related to Vector's dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants