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 the patches group across 1 directory with 10 updates #21603

Merged
merged 2 commits into from
Oct 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2024

Bumps the patches group with 10 updates in the / directory:

Package From To
serde 1.0.210 1.0.213
async-compression 0.4.16 0.4.17
databend-client 0.21.0 0.21.1
openssl 0.10.67 0.10.68
libc 0.2.160 0.2.161
thiserror 1.0.64 1.0.65
anyhow 1.0.89 1.0.91
proc-macro2 1.0.88 1.0.89
syn 2.0.82 2.0.85
bitmask-enum 2.2.4 2.2.5

Updates serde from 1.0.210 to 1.0.213

Release notes

Sourced from serde's releases.

v1.0.213

  • Fix support for macro-generated with attributes inside a newtype struct (#2847)

v1.0.212

  • Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (#2845)

v1.0.211

  • Improve error reporting about mismatched signature in with and default attributes (#2558, thanks @​Mingun)
  • Show variant aliases in error message when variant deserialization fails (#2566, thanks @​Mingun)
  • Improve binary size of untagged enum and internally tagged enum deserialization by about 12% (#2821)
Commits
  • 58a8d22 Release 1.0.213
  • ef0ed22 Merge pull request #2847 from dtolnay/newtypewith
  • 79925ac Ignore dead_code warning in regression test
  • b60e409 Hygiene for macro-generated newtype struct deserialization with 'with' attr
  • fdc36e5 Add regression test for issue 2846
  • 49e11ce Ignore trivially_copy_pass_by_ref pedantic clippy lint in test
  • 7ae1b5f Release 1.0.212
  • 1ac054b Merge pull request #2845 from dtolnay/withlocal
  • 1e36ef5 Fix hygiene of macro-generated local variable accesses in serde(with) wrappers
  • 0058c72 Add regression test for issue 2844
  • Additional commits viewable in compare view

Updates async-compression from 0.4.16 to 0.4.17

Changelog

Sourced from async-compression's changelog.

0.4.17 - 2024-10-20

Fixed

  • Fix occasional panics when consuming from pending buffers.
Commits
  • 785dd31 docs: update changelog
  • f507aa3 chore: release v0.4.17
  • 014e6e4 Merge pull request #303 from Nullus157/fix/panic
  • 241bee6 Do not advance buffer in first flush in futures bufread decoder impl
  • eb07612 Do not consume buf on first flush tokio bufread decoder impl
  • 5d4fee2 Merge pull request #305 from Nullus157/release-plz-2024-10-16T11-10-15Z
  • cb122d4 Fix panic: cannot consume from pending buffer
  • See full diff in compare view

Updates databend-client from 0.21.0 to 0.21.1

Release notes

Sourced from databend-client's releases.

v0.21.1

What's Changed

Full Changelog: databendlabs/bendsql@v0.21.0...v0.21.1

Commits

Updates openssl from 0.10.67 to 0.10.68

Release notes

Sourced from openssl's releases.

openssl-v0.10.68

What's Changed

Full Changelog: sfackler/rust-openssl@openssl-v0.10.67...openssl-v0.10.68

Commits

Updates libc from 0.2.160 to 0.2.161

Release notes

Sourced from libc's releases.

0.2.161

Fixed

Changelog

Sourced from libc's changelog.

0.2.161 - 2024-10-17

Fixed

Commits

Updates thiserror from 1.0.64 to 1.0.65

Release notes

Sourced from thiserror's releases.

1.0.65

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#325)
Commits

Updates anyhow from 1.0.89 to 1.0.91

Release notes

Sourced from anyhow's releases.

1.0.91

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#388)

1.0.90

  • Documentation improvements
Commits
  • 6c52daa Release 1.0.91
  • 4986853 Merge pull request #388 from dtolnay/outdir
  • f130b76 Clean up dep-info files from OUT_DIR
  • a0b868a Release 1.0.90
  • 0f74169 Improve rendering of inline code in macros documentation
  • 8ce4560 Ignore needless_lifetimes clippy lint
  • be64707 Resolve used_underscore_items pedantic clippy lint
  • See full diff in compare view

Updates proc-macro2 from 1.0.88 to 1.0.89

Release notes

Sourced from proc-macro2's releases.

1.0.89

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#474)
Commits

Updates syn from 2.0.82 to 2.0.85

Release notes

Sourced from syn's releases.

2.0.85

  • Preserve extern static unsafety in ForeignItem::Verbatim (#1773)

2.0.84

2.0.83

  • Documentation improvements
Commits
  • 293d7c9 Release 2.0.85
  • c94df74 Merge pull request #1773 from dtolnay/unsafestatic
  • 8d7814a Preserve extern static unsafety in ForeignItem::Verbatim
  • 2e159bc Release 2.0.84
  • 058e7d0 Merge pull request #1772 from dtolnay/selfcapture
  • 2a9e9fb Parse self captures: impl Sized + use\<Self>
  • e478e03 Merge pull request #1771 from dtolnay/up
  • 19baaa6 Categorize newly failing rust repo source files
  • f89eca2 Update test suite to nightly-2024-10-23
  • 83e3b08 Merge pull request #1768 from dtolnay/safe
  • Additional commits viewable in compare view

Updates bitmask-enum from 2.2.4 to 2.2.5

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 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 the patches group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.213` |
| [async-compression](https://github.com/Nullus157/async-compression) | `0.4.16` | `0.4.17` |
| [databend-client](https://github.com/databendlabs/bendsql) | `0.21.0` | `0.21.1` |
| [openssl](https://github.com/sfackler/rust-openssl) | `0.10.67` | `0.10.68` |
| [libc](https://github.com/rust-lang/libc) | `0.2.160` | `0.2.161` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` | `1.0.65` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.91` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.88` | `1.0.89` |
| [syn](https://github.com/dtolnay/syn) | `2.0.82` | `2.0.85` |
| [bitmask-enum](https://github.com/Lukas3674/rust-bitmask-enum) | `2.2.4` | `2.2.5` |



Updates `serde` from 1.0.210 to 1.0.213
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.213)

Updates `async-compression` from 0.4.16 to 0.4.17
- [Release notes](https://github.com/Nullus157/async-compression/releases)
- [Changelog](https://github.com/Nullus157/async-compression/blob/main/CHANGELOG.md)
- [Commits](Nullus157/async-compression@v0.4.16...v0.4.17)

Updates `databend-client` from 0.21.0 to 0.21.1
- [Release notes](https://github.com/databendlabs/bendsql/releases)
- [Commits](databendlabs/bendsql@v0.21.0...v0.21.1)

Updates `openssl` from 0.10.67 to 0.10.68
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.67...openssl-v0.10.68)

Updates `libc` from 0.2.160 to 0.2.161
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.161/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.160...0.2.161)

Updates `thiserror` from 1.0.64 to 1.0.65
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.64...1.0.65)

Updates `anyhow` from 1.0.89 to 1.0.91
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.89...1.0.91)

Updates `proc-macro2` from 1.0.88 to 1.0.89
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.88...1.0.89)

Updates `syn` from 2.0.82 to 2.0.85
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.82...2.0.85)

Updates `bitmask-enum` from 2.2.4 to 2.2.5
- [Commits](https://github.com/Lukas3674/rust-bitmask-enum/commits)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: async-compression
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: databend-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: openssl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: bitmask-enum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 24, 2024 00:35
@dependabot dependabot bot added domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Oct 24, 2024
@github-actions github-actions bot added domain: core Anything related to core crates i.e. vector-core, core-common, etc domain: vdev Anything related to the vdev tooling labels Oct 24, 2024
Signed-off-by: Jesse Szwedko <[email protected]>
@datadog-vectordotdev
Copy link

Datadog Report

Branch report: dependabot/cargo/patches-a72448e181
Commit report: 99e34f4
Test service: vector

✅ 0 Failed, 7 Passed, 0 Skipped, 25.49s Total Time

@jszwedko jszwedko added this pull request to the merge queue Oct 24, 2024
Copy link

Regression Detector Results

Run ID: 04859b47-d529-4850-b53f-1bb0e5551715 Metrics dashboard

Baseline: 0078939
Comparison: f890a50

Performance changes are noted in the perf column of each table:

  • ✅ = significantly better comparison variant performance
  • ❌ = significantly worse comparison variant performance
  • ➖ = no significant change in performance

No significant changes in experiment optimization goals

Confidence level: 90.00%
Effect size tolerance: |Δ mean %| ≥ 5.00%

There were no significant changes in experiment optimization goals at this confidence level and effect size tolerance.

Experiments ignored for regressions

Regressions in experiments with settings containing erratic: true are ignored.

perf experiment goal Δ mean % Δ mean % CI links
file_to_blackhole egress throughput -2.17 [-6.19, +1.85]

Fine details of change detection per experiment

perf experiment goal Δ mean % Δ mean % CI links
http_text_to_http_json ingress throughput +2.80 [+2.65, +2.95]
http_elasticsearch ingress throughput +2.24 [+2.12, +2.35]
syslog_regex_logs2metric_ddmetrics ingress throughput +2.19 [+2.05, +2.32]
syslog_splunk_hec_logs ingress throughput +1.53 [+1.45, +1.61]
splunk_hec_route_s3 ingress throughput +1.35 [+1.01, +1.68]
syslog_log2metric_humio_metrics ingress throughput +0.93 [+0.82, +1.05]
http_to_s3 ingress throughput +0.76 [+0.59, +0.93]
otlp_http_to_blackhole ingress throughput +0.63 [+0.56, +0.71]
syslog_humio_logs ingress throughput +0.49 [+0.38, +0.60]
socket_to_socket_blackhole ingress throughput +0.38 [+0.33, +0.43]
datadog_agent_remap_datadog_logs ingress throughput +0.05 [-0.09, +0.19]
http_to_http_json ingress throughput +0.01 [-0.04, +0.05]
http_to_http_acks ingress throughput +0.01 [-0.44, +0.45]
splunk_hec_indexer_ack_blackhole ingress throughput +0.00 [-0.02, +0.02]
http_to_http_noack ingress throughput -0.00 [-0.06, +0.06]
splunk_hec_to_splunk_hec_logs_acks ingress throughput -0.00 [-0.03, +0.03]
splunk_hec_to_splunk_hec_logs_noack ingress throughput -0.00 [-0.02, +0.02]
syslog_log2metric_tag_cardinality_limit_blackhole ingress throughput -0.25 [-0.33, -0.17]
fluent_elasticsearch ingress throughput -0.26 [-0.80, +0.28]
datadog_agent_remap_datadog_logs_acks ingress throughput -0.82 [-0.98, -0.66]
datadog_agent_remap_blackhole ingress throughput -1.24 [-1.33, -1.15]
otlp_grpc_to_blackhole ingress throughput -1.61 [-1.78, -1.43]
file_to_blackhole egress throughput -2.17 [-6.19, +1.85]
datadog_agent_remap_blackhole_acks ingress throughput -2.19 [-2.32, -2.05]
syslog_loki ingress throughput -2.36 [-2.44, -2.28]
syslog_log2metric_splunk_hec_metrics ingress throughput -2.69 [-2.78, -2.60]

Explanation

A regression test is an A/B test of target performance in a repeatable rig, where "performance" is measured as "comparison variant minus baseline variant" for an optimization goal (e.g., ingress throughput). Due to intrinsic variability in measuring that goal, we can only estimate its mean value for each experiment; we report uncertainty in that value as a 90.00% confidence interval denoted "Δ mean % CI".

For each experiment, we decide whether a change in performance is a "regression" -- a change worth investigating further -- if all of the following criteria are true:

  1. Its estimated |Δ mean %| ≥ 5.00%, indicating the change is big enough to merit a closer look.

  2. Its 90.00% confidence interval "Δ mean % CI" does not contain zero, indicating that if our statistical model is accurate, there is at least a 90.00% chance there is a difference in performance between baseline and comparison variants.

  3. Its configuration does not mark it "erratic".

Merged via the queue into master with commit f890a50 Oct 24, 2024
52 checks passed
@jszwedko jszwedko deleted the dependabot/cargo/patches-a72448e181 branch October 24, 2024 04:11
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 domain: vdev Anything related to the vdev tooling no-changelog Changes in this PR do not need user-facing explanations in the release changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant