fix(deps): update patch dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
async-trait | dependencies | patch |
0.1.83 -> 0.1.85
|
cc | build-dependencies | patch |
1.2.5 -> 1.2.9
|
clap | dev-dependencies | patch |
4.5.23 -> 4.5.26
|
clap | dependencies | patch |
4.5.23 -> 4.5.26
|
fs-mistrust (source) | dependencies | patch |
0.8.2 -> 0.8.3
|
serde (source) | dependencies | patch |
1.0.216 -> 1.0.217
|
serde_json | dependencies | patch |
1.0.134 -> 1.0.135
|
Release Notes
dtolnay/async-trait (async-trait)
v0.1.85
- Omit
Self: 'async_trait
bound in impl when not needed by signature (#284)
v0.1.84
- Support
impl Trait
in return type (#282)
rust-lang/cc-rs (cc)
v1.2.9
Other
- Don't pass inherited PGO flags to GNU compilers (#1363)
- Adjusted zig cc judgment and avoided zigbuild errors(#1360) (#1361)
- Fix compilation on macOS using clang and fix compilation using zig-cc (#1364)
v1.2.8
Other
- Add
is_like_clang_cl()
getter (#1357) - Fix clippy error in lib.rs (#1356)
- Regenerate target info (#1352)
- Fix compiler family detection issue with clang-cl on macOS (#1328)
- Update
windows-bindgen
dependency (#1347) - Fix clippy warnings (#1346)
v1.2.7
Other
- Regenerate target info (#1342)
- Document new supported architecture names in windows::find
- Make is_flag_supported_inner take an &Tool (#1337)
- Fix is_flag_supported on msvc (#1336)
- Allow using Visual Studio target names in
find_tool
(#1335)
v1.2.6
Other
- Don't inherit the
/Oy
flag for 64-bit targets (#1330)
clap-rs/clap (clap)
v4.5.26
Fixes
-
(error) Reduce binary size with the
suggestions
feature
v4.5.25
Fixes
- (help) Reduce binary size
v4.5.24
Fixes
-
(parser) Correctly handle defaults with
ignore_errors(true)
and when a suggestion is provided for an unknown argument
serde-rs/serde (serde)
v1.0.217
serde-rs/json (serde_json)
v1.0.135
- Add serde_json::Map::into_values method (#1226, thanks @tisonkun)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Merge request reports
Activity
added renovate::patch label
enabled an automatic merge when all merge checks for 191e5126 pass
requested review from @ahf
mentioned in commit ad12ae97
Please register or sign in to reply