Skip to content

fix(deps): update patch dependencies

Renovate Bot requested to merge renovate/patch-dependencies into main

This MR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.94 -> 1.0.95
anyhow dev-dependencies patch 1.0.94 -> 1.0.95
cc build-dependencies patch 1.2.3 -> 1.2.5
env_logger dev-dependencies patch 0.11.5 -> 0.11.6
libc dependencies patch 0.2.168 -> 0.2.169
serde (source) dependencies patch 1.0.215 -> 1.0.216
serde_json dependencies patch 1.0.133 -> 1.0.134

Release Notes

dtolnay/anyhow (anyhow)

v1.0.95

Compare Source

rust-lang/cc-rs (cc)

v1.2.5

Compare Source

Other
  • Check linking when testing if compiler flags are supported (#​1322)

v1.2.4

Compare Source

Other
  • Add support for C/C++ compiler for Neutrino QNX: qcc (#​1319)
  • use -maix64 instead of -m64 (#​1307)
rust-cli/env_logger (env_logger)

v0.11.6

Compare Source

Features
  • Opt-in file and line rendering
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
serde-rs/serde (serde)

v1.0.216

Compare Source

serde-rs/json (serde_json)

v1.0.134

Compare Source

  • Add RawValue associated constants for literal null, true, false (#​1221, thanks @​bheylin)

Configuration

📅 Schedule: Branch creation - "on the 2nd and 4th day instance on sunday after 9pm" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

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


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

This MR has been generated by Renovate Bot.

Merge request reports

Loading