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) #6866

Merged
merged 1 commit into from
Mar 2, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2025

This PR contains the following updates:

Package Type Update Change
async-compression dependencies patch 0.4.18 -> 0.4.20
chrono dependencies patch 0.4.39 -> 0.4.40
console dependencies patch 0.15.10 -> 0.15.11
console dependencies patch 0.15.8 -> 0.15.11
derive_more dependencies patch 0.99.18 -> 0.99.19
env_logger dependencies patch 0.11.5 -> 0.11.6
hickory-resolver (source) dependencies patch 0.24.1 -> 0.24.4
hyper-rustls dependencies patch 0.27.3 -> 0.27.5
libc dependencies patch 0.2.169 -> 0.2.170
libc dependencies patch 0.2.168 -> 0.2.170
libfuzzer-sys dependencies patch =0.4.7 -> =0.4.9
log dependencies patch 0.4.22 -> 0.4.26
mediatype dependencies patch 0.19.18 -> 0.19.19
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.23
schemars (source) workspace.dependencies patch 0.8.21 -> 0.8.22
serde_json_bytes workspace.dependencies patch 0.2.4 -> 0.2.5
tar dependencies patch 0.4.43 -> 0.4.44
test-log dev-dependencies patch 0.2.16 -> 0.2.17
tokio-rustls dependencies patch 0.26.1 -> 0.26.2
tokio-tungstenite dependencies patch 0.26.1 -> 0.26.2
zstd dependencies patch 0.13.2 -> 0.13.3

Release Notes

Nullus157/async-compression (async-compression)

v0.4.20

Compare Source

Added
  • Add support for wasm32-wasip1-* targets.

v0.4.19

Compare Source

Changed
  • Update bzip2 dependency to 0.5.
Fixed
  • Ensure that flush finishes before continuing.
chronotope/chrono (chrono)

v0.4.40: 0.4.40

Compare Source

What's Changed

console-rs/console (console)

v0.15.11

Compare Source

What's Changed
JelteF/derive_more (derive_more)

v0.99.19

Compare Source

  • Add crate metadata for the Rust Playground.
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.4: 0.24.4

Compare Source

What's Changed

v0.24.3

Compare Source

What's Changed

Full Changelog: hickory-dns/hickory-dns@v0.24.2...v0.24.3

v0.24.2

Compare Source

What's Changed

rust-lang/libc (libc)

v0.2.170

Compare Source

Added
  • Android: Declare setdomainname and getdomainname #​4212
  • FreeBSD: Add evdev structures #​3756
  • FreeBSD: Add the new st_filerev field to stat32 (#​4254)
  • Linux: Add SI_*`` and TRAP_*`` signal codes #​4225
  • Linux: Add experimental configuration to enable 64-bit time in kernel APIs, set by RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64. #​4148
  • Linux: Add recent socket timestamping flags #​4273
  • Linux: Added new CANFD_FDF flag for the flags field of canfd_frame #​4223
  • Musl: add CLONE_NEWTIME #​4226
  • Solarish: add the posix_spawn family of functions #​4259
Deprecated
  • Linux: deprecate kernel modules syscalls #​4228
Changed
  • Emscripten: Assume version is at least 3.1.42 #​4243
Fixed
  • BSD: Correct the definition of WEXITSTATUS #​4213
  • Hurd: Fix CMSG_DATA on 64bit systems (#​4240)
  • NetBSD: fix getmntinfo (#​4265
  • VxWorks: Fix the size of time_t #​426
Other
  • Add labels to FIXMEs #​4230, #​4229, #​4237
  • CI: Bump FreeBSD CI to 13.4 and 14.2 #​4260
  • Copy definitions from core::ffi and centralize them #​4256
  • Define c_char at top-level and remove per-target c_char definitions #​4202
  • Port style.rs to syn and add tests for the style checker #​4220
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.26

Compare Source

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.
GREsau/schemars (schemars)

v0.8.22

Compare Source

Fixed:
alexcrichton/tar-rs (tar)

v0.4.44

Compare Source

d-e-s-o/test-log (test-log)

v0.2.17

Compare Source

  • Changed default log level to INFO
snapview/tokio-tungstenite (tokio-tungstenite)

v0.26.2

Compare Source

gyscos/zstd-rs (zstd)

v0.13.3

Compare Source


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) February 27, 2025 10:42
@svc-apollo-docs
Copy link
Collaborator

svc-apollo-docs commented Feb 27, 2025

✅ Docs preview has no changes

The preview was not built because there were no changes.

Build ID: cf634869887b1ab2585a5b7c

Copy link
Contributor

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

@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch 11 times, most recently from 2fe121b to 3558da9 Compare February 27, 2025 14:52
fuzz/Cargo.toml Outdated
libfuzzer-sys = "=0.4.7"
libfuzzer-sys = "=0.4.9"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's a locked version, renovate! it's locked for a reason >.<

@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch 4 times, most recently from 8cdf7aa to ed51e79 Compare March 1, 2025 15:02
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch from ed51e79 to 5b047f7 Compare March 2, 2025 02:06
@renovate renovate bot merged commit 1efcdbe into dev Mar 2, 2025
15 checks passed
@renovate renovate bot deleted the renovate/patch-cargo-all-pre-1.0 branch March 2, 2025 02:25
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