fix(deps): update patch dependencies
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
rust-lang/cc-rs (cc)
v1.2.5
Other
- Check linking when testing if compiler flags are supported (#1322)
v1.2.4
Other
rust-lang/libc (libc)
v0.2.169
Added
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 fromrust-lang/rust
#4198
Cleanup
- Do not re-export
c_void
in target-specific code #4200
serde-rs/serde (serde)
v1.0.216
serde-rs/json (serde_json)
v1.0.134
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.