chore(deps): update rust crates#1780
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
✅ Deploy Preview for viteplus-preview canceled.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.40.1→0.43.00.40.1→0.43.00.40.1→0.43.02.11.0→2.13.01.8.3→1.8.50.3.0→0.4.00.4.44→0.4.454.6.0→4.6.14.6.0→4.6.50.7→0.80.0.15→0.1.00.7→0.80.4.25→0.4.262.13.0→2.14.03.0.1→3.0.23.1.0→3.1.12.8.0→2.8.10.30.1→0.31.01.11.0→1.12.00.11.0→0.11.10.13.2→0.13.410.3.0→10.4.00.7.6→0.7.80.39.0→0.40.02.1.1→2.1.20.23.37→0.23.401.0.27→1.0.281.0.149→1.0.1503.4.0→3.5.00.10.6→0.11.00.10.9→0.11.00.2.19→0.2.211.50.0→1.52.31.23.1→1.23.20.6.0→0.7.08.0.2→8.0.3Release Notes
ast-grep/ast-grep (ast-grep-config)
v0.43.0Compare Source
#2636#2632#2662#2639#2660#2656#2659#2634#2653#2651#2654#2644#2663#2657d0d0b30beacc9e2759fdav0.42.3Compare Source
#2631#2645#2635#2642#2641#2643#26304021ae0v0.42.2Compare Source
#2620#2623#2627#2624#2619#2621#2595#2600#2613#2615#2614#2610#2611#2604#2608#2609#2606#2607#2589#2605#2587#2602#2601#2591#2588#2599#2598#2593#2597#2596#2592#2594#2510#2568#2583#2580#2581#2582#2584#2585#2586#2579fbc5b9b6f09a5b945328av0.42.1Compare Source
#2534#2569#2571#2574#2578#2570#2572#2573#2566#2561#2556#2562#2552#2563#2560#2554#2564#2559#2549#2557#2558#2555#2548#2575#25537fa0e3fa017fd5ef7fc1av0.42.0Compare Source
#2547#2541#2540#2518#2506#2538#2536#2533#2539#2537#2527#2529#2531#2528#2526#2524#2546#2545#2544#2543#25223d903722d69a34c77e38dv0.41.1Compare Source
#2511#2512#2497#2498#2502#2499rule&inline-rulesflags#2505#2507#2501#2500#2508#2495#2494#2525a86b2abd23e3340b92e94v0.41.0Compare Source
#2465#2491#2469#2492#2486#2484#2483#2489#2488#2482#2481#2475#2474#2476#2470#2479#2467#2471#2472#2468#2466#2473#2458#2438#2457#2455#2462#2463#2459#2461#2454#2452#2447#2437#2446#2442#2445781ec81e645fdf0b2acb9bitflags/bitflags (bitflags)
v2.13.0Compare Source
What's Changed
MyFlags::Abc::iter_equal_names()method by @ssrlive in #489Full Changelog: bitflags/bitflags@2.12.1...2.13.0
v2.12.1Compare Source
What's Changed
#[flag_name]feature and re-stabilize as#[bitflags(flag_name)]by @KodrAus in #487Full Changelog: bitflags/bitflags@2.12.0...2.12.1
v2.12.0Compare Source
Yanked
This release has been yanked because the
#[flag_name]processing noticeably increases macro recursion, hitting the default limit in cases that are already close to it.What's Changed
#[flag_name]attribute by @KodrAus in #483Full Changelog: bitflags/bitflags@2.11.1...2.12.0
v2.11.1Compare Source
What's Changed
New Contributors
Full Changelog: bitflags/bitflags@2.11.0...2.11.1
BLAKE3-team/BLAKE3 (blake3)
v1.8.5Compare Source
version 1.8.5
Changes since 1.8.4:
This fixes a build break on Arch Linux ARM:
#550
v1.8.4Compare Source
version 1.8.4
Changes since 1.8.3:
digestdependency from v0.10 to v0.11. THIS IS APOTENTIALLY BREAKING CHANGE for callers using the
traits-previewCargo feature. But this is not considered a breaking change for the
blake3crate itself; see the docs fortraits-preview.wasm32_simdfeature is enabled. Contributed by @lamb356.reubeno/brush (brush-parser)
v0.4.0Compare Source
🚀 Features
serdefeature tobrush-parserfor AST serialization (#783)brush-core(#831)set -usemantics (#774)execin subshell (#823)set -e(a.k.a.errexit) +pipefailsemantics (#852)zsh-style preexec/precmd hooks (#652)readbuiltin (#914)-Oflag (#558)🐛 Bug Fixes
pre_execclosure (#777)PATHsplitting/combining (#968)setbuiltin output (#826)>&PATH (#908)compgen -A command(#997) (#1027)next_token_until(#1055)delimit_current_token(#1056) (#1057)$(…)(#1067)--as option terminator for-cflag (#1076)compgen -A command(#1047)🚜 Refactor
try_iter_open_fdsfully iterator-based (#1001)xtask(#898)Shellgeneric overShellExtensionstype param (#941)📚 Documentation
⚡ Performance
🧪 Testing
callertests (#785)⚙️ Miscellaneous Tasks
Build
chronotope/chrono (chrono)
v0.4.45: 0.4.45Compare Source
What's Changed
clap-rs/clap (clap)
[
v4.6.1](httpsConfiguration
📅 Schedule: (in timezone Asia/Shanghai)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.