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

fix(deps): update cargo pre-1.0 packages (patch) #6515

Merged
merged 1 commit into from
Feb 1, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2025

This PR contains the following updates:

Package Type Update Change
async-trait workspace.dependencies patch 0.1.83 -> 0.1.86
console dependencies patch 0.15.8 -> 0.15.10
env_logger dependencies patch 0.11.5 -> 0.11.6
hickory-resolver (source) dependencies patch 0.24.1 -> 0.24.2
hyper-rustls dependencies patch 0.27.3 -> 0.27.5
libc dependencies patch 0.2.168 -> 0.2.169
libfuzzer-sys dependencies patch =0.4.7 -> =0.4.9
log dependencies patch 0.4.22 -> 0.4.25
pin-project-lite dependencies patch 0.2.15 -> 0.2.16
reqwest dev-dependencies patch 0.12.9 -> 0.12.12
reqwest dependencies patch 0.12.9 -> 0.12.12
rustls dependencies patch 0.23.19 -> 0.23.22
test-log dev-dependencies patch 0.2.16 -> 0.2.17

Release Notes

dtolnay/async-trait (async-trait)

v0.1.86

Compare Source

  • Documentation improvements

v0.1.85

Compare Source

  • Omit Self: 'async_trait bound in impl when not needed by signature (#​284)

v0.1.84

Compare Source

  • Support impl Trait in return type (#​282)
console-rs/console (console)

v0.15.10

Compare Source

What's Changed

v0.15.9

Compare Source

What's Changed

rust-cli/env_logger (env_logger)

v0.11.6

Compare Source

Features
  • Opt-in file and line rendering
hickory-dns/hickory-dns (hickory-resolver)

v0.24.2

Compare Source

What's Changed

rust-lang/libc (libc)

v0.2.169

Compare Source

Added
  • FreeBSD: add more socket TCP stack constants #​4193
  • Fuchsia: add a sockaddr_vm definition #​4194
Fixed

Breaking: rust-lang/rust#132975 corrected the signedness of core::ffi::c_char on various Tier 2 and Tier 3 platforms (mostly Arm and RISC-V) to match Clang. This release contains the corresponding changes to libc, including the following specific pull requests:

  • ESP-IDF: Replace arch-conditional c_char with a reexport #​4195
  • Fix c_char on various targets #​4199
  • Mirror c_char configuration from rust-lang/rust #​4198
Cleanup
  • Do not re-export c_void in target-specific code #​4200
rust-fuzz/libfuzzer (libfuzzer-sys)

v0.4.9

Compare Source

Released 2025-01-28.

Added
  • The example_init demonstrates how to pass an initialization code block to
    the fuzz_target! macro.
Changed
  • The fuzz_target! macro now supports the generation of LLVMFuzzerInitialize
    to execute initialization code once before running the fuzzer. This change is
    not breaking and is completely backward compatible.

v0.4.8

Compare Source

Released 2024-11-07.

Added
  • Bindings to LLVMFuzzerCustomCrossOver through the fuzz_crossover
    macro. See the example_crossover directory in this crate's repo for a
    complete example.
Changed
  • Updated to libFuzzer commit ab51eccf88f5321e7c60591c5546b254b6afab99
    (release/19.x).

rust-lang/log (log)

v0.4.25

Compare Source

v0.4.24

Compare Source

v0.4.23

Compare Source

taiki-e/pin-project-lite (pin-project-lite)

v0.2.16

Compare Source

  • Suppress clippy::absolute_paths, clippy::min_ident_chars, and clippy::single_char_lifetime_names lints in generated code.
seanmonstar/reqwest (reqwest)

v0.12.12

Compare Source

  • (wasm) Fix compilation by not compiler tokio/time on WASM.

v0.12.11

Compare Source

  • Fix decompression returning an error when HTTP/2 ends with an empty data frame.

v0.12.10

Compare Source

  • Add ClientBuilder::connector_layer() to allow customizing the connector stack.
  • Add ClientBuilder::http2_max_header_list_size() option.
  • Fix propagating body size hint (content-length) information when wrapping bodies.
  • Fix decompression of chunked bodies so the connections can be reused more often.
d-e-s-o/test-log (test-log)

v0.2.17

Compare Source

  • Changed default log level to INFO

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) January 6, 2025 21:50
@svc-apollo-docs
Copy link
Collaborator

svc-apollo-docs commented Jan 6, 2025

✅ Docs preview has no changes

The preview was not built because there were no changes.

Build ID: 5a325d83e27a00a37926fe16

Copy link
Contributor

github-actions bot commented Jan 6, 2025

@renovate[bot], please consider creating a changeset entry in /.changesets/. These instructions describe the process and tooling.

@router-perf
Copy link

router-perf bot commented Jan 6, 2025

CI performance tests

  • connectors-const - Connectors stress test that runs with a constant number of users
  • const - Basic stress test that runs with a constant number of users
  • demand-control-instrumented - A copy of the step test, but with demand control monitoring and metrics enabled
  • demand-control-uninstrumented - A copy of the step test, but with demand control monitoring enabled
  • enhanced-signature - Enhanced signature enabled
  • events - Stress test for events with a lot of users and deduplication ENABLED
  • events_big_cap_high_rate - Stress test for events with a lot of users, deduplication enabled and high rate event with a big queue capacity
  • events_big_cap_high_rate_callback - Stress test for events with a lot of users, deduplication enabled and high rate event with a big queue capacity using callback mode
  • events_callback - Stress test for events with a lot of users and deduplication ENABLED in callback mode
  • events_without_dedup - Stress test for events with a lot of users and deduplication DISABLED
  • events_without_dedup_callback - Stress test for events with a lot of users and deduplication DISABLED using callback mode
  • extended-reference-mode - Extended reference mode enabled
  • large-request - Stress test with a 1 MB request payload
  • no-tracing - Basic stress test, no tracing
  • reload - Reload test over a long period of time at a constant rate of users
  • step-jemalloc-tuning - Clone of the basic stress test for jemalloc tuning
  • step-local-metrics - Field stats that are generated from the router rather than FTV1
  • step-with-prometheus - A copy of the step test with the Prometheus metrics exporter enabled
  • step - Basic stress test that steps up the number of users over time
  • xlarge-request - Stress test with 10 MB request payload
  • xxlarge-request - Stress test with 100 MB request payload

@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch 9 times, most recently from 77b4a4a to 9bac4af Compare January 14, 2025 13:37
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch 16 times, most recently from f81defe to 305382d Compare January 21, 2025 10:24
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch 26 times, most recently from 5a38a4a to 42452eb Compare January 31, 2025 23:47
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch from 42452eb to 35f3b66 Compare February 1, 2025 04:47
@renovate renovate bot merged commit 7942502 into dev Feb 1, 2025
16 checks passed
@renovate renovate bot deleted the renovate/patch-cargo-all-pre-1.0 branch February 1, 2025 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants