fix(deps): update all cargo dependencies #183
Open
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.4.41→0.4.434.5.47→4.5.540.28.1→0.29.00.7.5→0.9.00.4.28→0.4.290.29.0→0.30.01.0.219→1.0.2281.0.143→1.0.1492.5.7→2.5.8Release Notes
chronotope/chrono (chrono)
v0.4.43: 0.4.43Compare Source
What's Changed
NaiveDate::abs_diffby @Kinrany in #1752v0.4.42: 0.4.42Compare Source
What's Changed
wasm32-linuxsupport by @arjunr2 in #1707tzdataparsing by @ldm0 in #1679?Sizedbound to related methods ofDelayedFormat::write_toby @Huliiiiii in #1721from_timestamp_secsmethod toDateTimeby @jasonaowen in #1719clap-rs/clap (clap)
v4.5.54Compare Source
Fixes
[default]to its own paragraph whenPossibleValue::helpis present in--helpv4.5.53Compare Source
Features
default_values_if,default_values_ifsv4.5.52Compare Source
Fixes
args_conflicts_with_subcommandsconflicts with anArgGroupv4.5.51Compare Source
Fixes
ArgAction::Countv4.5.50Compare Source
Features
CowwhereStringand&strare acceptedv4.5.49Compare Source
Fixes
v4.5.48Compare Source
Documentation
typed_derivecookbook entrymikaelmello/inquire (inquire)
v0.9.2Compare Source
Select(thanks @devjgm!)v0.9.1Compare Source
Fixes
v0.9.0Compare Source
Features
Adds
Selectablederive macro for enums! You can now easily create enum-based prompts (e.g. menus) by using theSelectablederive macro on your enums.See the example for more details. Thank you @TheBearodactyl for the contribution!
Dependencies
unicode-widthto 0.2.crosstermto 0.29.termionto 4.0.consoleto 0.16.v0.8.1Compare Source
v0.8
v0.8.0
Features
raw_prompt_skippableforSelect.Fixes
API Changes
Dependencies
crosstermto 0.28.1.once_celltostdlib.fxhashtostdlib.v0.8.1
Fixes
Acknowledgments
Thanks to all the users and contributors who helped improve this library with their feedback and contributions!
@basbossink-ds, @CraftSpider, @ereOn, @istudyatuni, @jarjk, @jonassmedegaard, @Maffey, @moritz-hoelting, @phostann, @sebhoss, @stormshield-guillaumed, @theRookieCoder, @tusharmath
v0.8.0Compare Source
Features
raw_prompt_skippableforSelect.Fixes
API Changes
Dependencies
crosstermto 0.28.1.once_celltostdlib.fxhashtostdlib.Acknowledgments
Thanks to all the who helped improve this library with their feedback and contributions!
@basbossink-ds, @CraftSpider, @ereOn, @istudyatuni, @jarjk, @jonassmedegaard, @Maffey, @moritz-hoelting, @phostann, @stormshield-guillaumed, @theRookieCoder, @tusharmath
rust-lang/log (log)
v0.4.29Compare Source
ratatui/ratatui (ratatui)
v0.30.0Compare Source
We are excited to announce the biggest release of
ratatuiso far - a Rust library that's all about cooking up TUIs 👨🍳🐀🌠 Added "no_std" support for embedded targets, modularized architecture, major widget & layout upgrades!
✨ Release highlights: https://ratatui.rs/highlights/v030/
Features
90a77aa (direction) Add
Direction::perpendicular(self)by @b-guild in #219756d5e05 (bar) Update label and text_value to accept Into<> by @Emivvvvv in #1471 [breaking]
b76ad3b (bar) Impl Styled for Bar by @Emivvvvv in #1476
e15fefa (barchar) Add BarChart::grouped constructor by @joshka in #1513
369b18e (barchart) Reduce barchart creation verbosity by @Emivvvvv in #1453
1dc18bf (calendar) Add width and height functions by @joshka in #2198
f18bcbf (canvas) Add quadrant, sextant and octant markers by @sbarral in #2235 [breaking]
26b05de (chart) Render Braille over Blocks in Charts and Canvas by @j-g00da in #2165
bf84c62 (core) Add a
has_modifier()method toStyleby @sxyazi in #22672d713d7 (crossterm) Allow multiple crossterm versions by @joshka in #1841
d99984f (layout) Add
Flex::SpaceEvenlyby @kdheepak in #1952 [breaking]9275d34 (layout) Add Offset::new() constructor by @joshka in #1547
7ad9c29 (linegauge) Customized symbols by @sectore in #1601
92a19cb (list) Highlight symbol styling by @airblast-dev in #1595 [breaking]
e89a526 (no_std) Portable-atomic integration for targets with no atomic types by @j-g00da in #2076
1399d95 (no_std) Make palette and serde features depends on std by @j-g00da in #1919
b32f781 (no_std) Make
ratatui-macrosno-std by @j-g00da in #18653e1c72f (no_std) Make ratatui compatible with
#![no_std]by @j-g00da in #1794 [breaking]ab48c06 (no_std) Option to disable layout cache for
no_stdcompatibility by @j-g00da in #1795 [breaking]09173d1 (no_std) Make
TestBackend::ErrorInfallibleby @j-g00da in #1823 [breaking]007713e (no_std) Replace
Backend'sio::Errorusages with associatedErrortype by @j-g00da in #1778 [breaking]a42a17e (no_std) Make
ratatui-widgetsno_stdby @j-g00da in #17795a232a3 (no_std) Remove redundant
stdusages inratatui-widgetsby @j-g00da in #1762ebe10cd (no_std) Remove redundant
stdusages inratatui-coreby @j-g00da in #175308b08cc (rect) Centering by @janTatesa in #1814
ff729b7 (scrollbar) Support retrieving the current position of state by @orhun in #1552
4c3c054 (serde) Handle null modifiers in serde Style by @joshka in #2172
b9da192 (serde) Derive Serialize/Deserialize for alignment enums by @j-g00da in #1957
89b7421 (serde) Derive Serialize/Deserialize for additional structs/enums by @aurreland in #1883
03f3f6d (style) Allow add/sub modifiers to be omitted in Style serialization. by @rcorre in #2057
ee67347 (symbols) Make
Markernon-exhaustive by @j-g00da in #2236 [breaking]985cd05 (symbols) Add dashed borders by @theotchlx in #1573
4c301e8 (text) Implement
AddAssignforTextby @acuteenvy in #1956ce4856a (widgets) Add the missing constructor to canvas types by @orhun in #1538
22610b0 (uncategorized) Support adding an Offset to Position by @joshka in #2239
24e3133 (uncategorized) Add Rect::resize() method by @joshka in #2240
96d097e (uncategorized) Implement Rect ops for moving by @joshka in #1596
e869cb9 (uncategorized) Add Size::area() by @joshka in #2226
b6588fd (uncategorized) Implement
From<Size>for(u16, u16)by @0xb002f0 in #222375b78be (uncategorized) Add width() impl for tabs by @joshka in #2049
8188ed3 (uncategorized) Implement UnicodeWidthStr for Text/Line/Span by @joshka in #2030
c845fec (uncategorized) Add conversion from Size to Rect by @joshka in #2028
017af11 (uncategorized) Preserve block titles when merging borders by @j-g00da in #1977
6dcd53b (uncategorized) Add ergonomic methods for layouting Rects by @joshka in #1909
0c3872f (uncategorized) Add Rect::outer() by @joshka in #1929
7bc78bc (uncategorized) Add ratatui::run() method by @joshka in #1707
b6fbfcd (uncategorized) Add lifetime to symbol sets by @joshka in #1935
488e5f0 (uncategorized) Make
border!work without importingBordersby @j-g00da in #1918671c2b4 (uncategorized) Support merging the borders of blocks by @j-g00da
702fff5 (uncategorized) Implement stylize methods directly on Style by @joshka in #1572 [breaking]
4fcd238 (uncategorized) Support no-std for calendar widget by @joshka in #1852
53cdbbc (uncategorized) Enable serde propagation to backend crates (crossterm, termion) by @ArjunKrish7356 in #1812
6836a69 (uncategorized) Implement styled for other primitives by @aschey in #1684
fcb47d6 (uncategorized) Rename Alignment to HorizontalAlignment and add VerticalAlignment by @joshka in #1735 [breaking]
2714d6b (uncategorized) Add array and tuple RGB color conversion methods by @joshka in #1703
50ba965 (uncategorized) Add a new RatatuiMascot widget by @Its-Just-Nans in #1584
1d28c89 (uncategorized) Add conversions for anstyle by @joshka in #1581
Bug Fixes
a89d3d6 (buffer) Clear behavior with VS16 wide emojis by @nornagon in #2063
ec30390 (canvas) Round coordinates to nearest grid cell by @joshka in #1507
afd1ce1 (canvas) Lines that start outside the visible grid are now drawn by @renesat in #1501
2b0a044 (ci) Add contents write permission to release-plz PR by @marcoieni in #2119
18e70d3 (crossterm) Terminal should keep Bold when removing Dim by @MarSik in #1541
16b76e3 (demo) Update the width of demo2 tape by @orhun in #2164
dca331c (demo) Support tab key in demo2 example by @orhun in #1726
0fd4753 (examples) Run the correct example for chart by @orhun in #1679
39479e2 (examples) Ensure that example projects are not published by @orhun in #1672
9314312 (layout) Feature flag cache related types by @joshka in #1842
2dd1977 (layout-cache) Import
NonZeroUsizeonly whenlayout-cacheis enabled by @j-g00da in #1839564a9d7 (line-gauge) Pad default label to display 3 numbers by @martinetd in #2053
a692a6e (lint) Apply rust 1.84 clippy suggestions by @joshka in #1612
2e54d5e (macros) Use $crate re-export in text macro by @airblast-dev in #1832
79d5165 (no_std) Propagate
stdfeature flag to dependencies by @j-g00da in #183800da8c6 (no_std) Provide
f64polyfills forno_stdcompatibility by @j-g00da in #18403b13240 (scrollbar) Check for area.is_empty() before rendering by @farmeroy in #1529
f57b696 (span) Dont render control characters by @EdJoPaTo in [#1312](https://redirect.github.com/
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.