Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: bump r3bl_tuify from 0.1.27 to 0.2.0 #8569

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
617 changes: 151 additions & 466 deletions Cargo.lock

Large diffs are not rendered by default.

48 changes: 12 additions & 36 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ This file contains attributions for any 3rd-party open source code used in this
| aya-log-common | MIT, Apache-2.0 | https://crates.io/crates/aya-log-common |
| aya-obj | MIT, Apache-2.0 | https://crates.io/crates/aya-obj |
| backtrace | MIT, Apache-2.0 | https://crates.io/crates/backtrace |
| backtrace-ext | MIT, Apache-2.0 | https://crates.io/crates/backtrace-ext |
| bare-metal | MIT, Apache-2.0 | https://crates.io/crates/bare-metal |
| base16ct | Apache-2.0, MIT | https://crates.io/crates/base16ct |
| base64 | MIT, Apache-2.0 | https://crates.io/crates/base64 |
Expand All @@ -83,7 +84,6 @@ This file contains attributions for any 3rd-party open source code used in this
| bit_field | Apache-2.0, MIT | https://crates.io/crates/bit_field |
| bitfield | MIT, Apache-2.0 | https://crates.io/crates/bitfield |
| bitflags | MIT, Apache-2.0 | https://crates.io/crates/bitflags |
| block | MIT | https://crates.io/crates/block |
| block-buffer | MIT, Apache-2.0 | https://crates.io/crates/block-buffer |
| block2 | MIT | https://crates.io/crates/block2 |
| blocking | Apache-2.0, MIT | https://crates.io/crates/blocking |
Expand Down Expand Up @@ -117,7 +117,7 @@ This file contains attributions for any 3rd-party open source code used in this
| clap_derive | MIT, Apache-2.0 | https://crates.io/crates/clap_derive |
| clap_lex | MIT, Apache-2.0 | https://crates.io/crates/clap_lex |
| clap_mangen | MIT, Apache-2.0 | https://crates.io/crates/clap_mangen |
| clipboard-win | MIT | https://crates.io/crates/clipboard-win |
| clipboard-win | BSL-1.0 | https://crates.io/crates/clipboard-win |
| cmake | MIT, Apache-2.0 | https://crates.io/crates/cmake |
| colorchoice | MIT, Apache-2.0 | https://crates.io/crates/colorchoice |
| colorful | MIT | https://crates.io/crates/colorful |
Expand All @@ -128,8 +128,6 @@ This file contains attributions for any 3rd-party open source code used in this
| console | MIT | https://crates.io/crates/console |
| const-oid | Apache-2.0, MIT | https://crates.io/crates/const-oid |
| const_fn | Apache-2.0, MIT | https://crates.io/crates/const_fn |
| copypasta | MIT, Apache-2.0 | https://crates.io/crates/copypasta |
| copypasta-ext | MIT, Apache-2.0 | https://crates.io/crates/copypasta-ext |
| core-error | MIT, Apache-2.0 | https://crates.io/crates/core-error |
| core-foundation | MIT, Apache-2.0 | https://crates.io/crates/core-foundation |
| core-foundation-sys | MIT, Apache-2.0 | https://crates.io/crates/core-foundation-sys |
Expand Down Expand Up @@ -173,12 +171,11 @@ This file contains attributions for any 3rd-party open source code used in this
| derive_builder_core | MIT, Apache-2.0 | https://crates.io/crates/derive_builder_core |
| derive_builder_macro | MIT, Apache-2.0 | https://crates.io/crates/derive_builder_macro |
| dialoguer | MIT | https://crates.io/crates/dialoguer |
| diff | MIT, Apache-2.0 | https://crates.io/crates/diff |
| digest | MIT, Apache-2.0 | https://crates.io/crates/digest |
| displaydoc | MIT, Apache-2.0 | https://crates.io/crates/displaydoc |
| dlib | MIT | https://crates.io/crates/dlib |
| doc-comment | MIT | https://crates.io/crates/doc-comment |
| dotenvy | MIT | https://crates.io/crates/dotenvy |
| downcast-rs | MIT, Apache-2.0 | https://crates.io/crates/downcast-rs |
| duct | MIT | https://crates.io/crates/duct |
| dunce | CC0-1.0, MIT-0, Apache-2.0 | https://crates.io/crates/dunce |
| dyn-clone | MIT, Apache-2.0 | https://crates.io/crates/dyn-clone |
Expand Down Expand Up @@ -230,6 +227,7 @@ This file contains attributions for any 3rd-party open source code used in this
| futures-sink | MIT, Apache-2.0 | https://crates.io/crates/futures-sink |
| futures-task | MIT, Apache-2.0 | https://crates.io/crates/futures-task |
| futures-util | MIT, Apache-2.0 | https://crates.io/crates/futures-util |
| fxhash | Apache-2.0, MIT | https://crates.io/crates/fxhash |
| gcd | MIT, Apache-2.0 | https://crates.io/crates/gcd |
| generic-array | MIT | https://crates.io/crates/generic-array |
| gethostname | Apache-2.0 | https://crates.io/crates/gethostname |
Expand Down Expand Up @@ -280,10 +278,10 @@ This file contains attributions for any 3rd-party open source code used in this
| indicatif | MIT | https://crates.io/crates/indicatif |
| indoc | MIT, Apache-2.0 | https://crates.io/crates/indoc |
| inout | MIT, Apache-2.0 | https://crates.io/crates/inout |
| instant | BSD-3-Clause | https://crates.io/crates/instant |
| iovec | MIT, Apache-2.0 | https://crates.io/crates/iovec |
| ipnet | MIT, Apache-2.0 | https://crates.io/crates/ipnet |
| is-docker | MIT | https://crates.io/crates/is-docker |
| is-terminal | MIT | https://crates.io/crates/is-terminal |
| is-wsl | MIT | https://crates.io/crates/is-wsl |
| is_ci | ISC | https://crates.io/crates/is_ci |
| is_terminal_polyfill | MIT, Apache-2.0 | https://crates.io/crates/is_terminal_polyfill |
Expand All @@ -301,8 +299,8 @@ This file contains attributions for any 3rd-party open source code used in this
| jpeg-decoder | MIT, Apache-2.0 | https://crates.io/crates/jpeg-decoder |
| js-sys | MIT, Apache-2.0 | https://crates.io/crates/js-sys |
| kafka-protocol | MIT, Apache-2.0 | https://crates.io/crates/kafka-protocol |
| kv | ISC | https://crates.io/crates/kv |
| kv-log-macro | MIT, Apache-2.0 | https://crates.io/crates/kv-log-macro |
| lazy-bytes-cast | BSL-1.0 | https://crates.io/crates/lazy-bytes-cast |
| lazy_static | MIT, Apache-2.0 | https://crates.io/crates/lazy_static |
| lazycell | MIT, Apache-2.0 | https://crates.io/crates/lazycell |
| leb128 | Apache-2.0, MIT | https://crates.io/crates/leb128 |
Expand All @@ -311,18 +309,15 @@ This file contains attributions for any 3rd-party open source code used in this
| libloading | ISC | https://crates.io/crates/libloading |
| libm | MIT, Apache-2.0 | https://crates.io/crates/libm |
| libsqlite3-sys | MIT | https://crates.io/crates/libsqlite3-sys |
| linked-hash-map | MIT, Apache-2.0 | https://crates.io/crates/linked-hash-map |
| linux-raw-sys | Apache-2.0 WITH LLVM-exception, Apache-2.0, MIT | https://crates.io/crates/linux-raw-sys |
| litemap | Unicode-3.0 | https://crates.io/crates/litemap |
| lock_api | MIT, Apache-2.0 | https://crates.io/crates/lock_api |
| log | MIT, Apache-2.0 | https://crates.io/crates/log |
| lz4 | MIT | https://crates.io/crates/lz4 |
| malloc_buf | MIT | https://crates.io/crates/malloc_buf |
| matchers | MIT | https://crates.io/crates/matchers |
| matchit | MIT, BSD-3-Clause | https://crates.io/crates/matchit |
| md-5 | MIT, Apache-2.0 | https://crates.io/crates/md-5 |
| memchr | Unlicense, MIT | https://crates.io/crates/memchr |
| memmap2 | MIT, Apache-2.0 | https://crates.io/crates/memmap2 |
| memoffset | MIT | https://crates.io/crates/memoffset |
| miette | Apache-2.0 | https://crates.io/crates/miette |
| miette-derive | Apache-2.0 | https://crates.io/crates/miette-derive |
Expand Down Expand Up @@ -351,15 +346,12 @@ This file contains attributions for any 3rd-party open source code used in this
| num_enum_derive | BSD-3-Clause, MIT, Apache-2.0 | https://crates.io/crates/num_enum_derive |
| num_threads | MIT, Apache-2.0 | https://crates.io/crates/num_threads |
| number_prefix | MIT | https://crates.io/crates/number_prefix |
| objc | MIT | https://crates.io/crates/objc |
| objc-foundation | MIT | https://crates.io/crates/objc-foundation |
| objc-sys | MIT | https://crates.io/crates/objc-sys |
| objc2 | MIT | https://crates.io/crates/objc2 |
| objc2-app-kit | MIT | https://crates.io/crates/objc2-app-kit |
| objc2-core-bluetooth | MIT | https://crates.io/crates/objc2-core-bluetooth |
| objc2-encode | MIT | https://crates.io/crates/objc2-encode |
| objc2-foundation | MIT | https://crates.io/crates/objc2-foundation |
| objc_id | MIT | https://crates.io/crates/objc_id |
| object | Apache-2.0, MIT | https://crates.io/crates/object |
| once_cell | MIT, Apache-2.0 | https://crates.io/crates/once_cell |
| onig | MIT | https://crates.io/crates/onig |
Expand All @@ -379,8 +371,8 @@ This file contains attributions for any 3rd-party open source code used in this
| owo-colors | MIT | https://crates.io/crates/owo-colors |
| p256 | Apache-2.0, MIT | https://crates.io/crates/p256 |
| parking | Apache-2.0, MIT | https://crates.io/crates/parking |
| parking_lot | MIT, Apache-2.0 | https://crates.io/crates/parking_lot |
| parking_lot_core | MIT, Apache-2.0 | https://crates.io/crates/parking_lot_core |
| parking_lot | Apache-2.0, MIT | https://crates.io/crates/parking_lot |
| parking_lot_core | Apache-2.0, MIT | https://crates.io/crates/parking_lot_core |
| paste | MIT, Apache-2.0 | https://crates.io/crates/paste |
| pathdiff | MIT, Apache-2.0 | https://crates.io/crates/pathdiff |
| pem-rfc7468 | Apache-2.0, MIT | https://crates.io/crates/pem-rfc7468 |
Expand All @@ -399,25 +391,21 @@ This file contains attributions for any 3rd-party open source code used in this
| piper | MIT, Apache-2.0 | https://crates.io/crates/piper |
| pkcs8 | Apache-2.0, MIT | https://crates.io/crates/pkcs8 |
| pkg-config | MIT, Apache-2.0 | https://crates.io/crates/pkg-config |
| plist | MIT | https://crates.io/crates/plist |
| png | MIT, Apache-2.0 | https://crates.io/crates/png |
| polling | Apache-2.0, MIT | https://crates.io/crates/polling |
| polyval | Apache-2.0, MIT | https://crates.io/crates/polyval |
| portable-atomic | Apache-2.0, MIT | https://crates.io/crates/portable-atomic |
| powerfmt | MIT, Apache-2.0 | https://crates.io/crates/powerfmt |
| ppv-lite86 | MIT, Apache-2.0 | https://crates.io/crates/ppv-lite86 |
| pretty_assertions | MIT, Apache-2.0 | https://crates.io/crates/pretty_assertions |
| prettyplease | MIT, Apache-2.0 | https://crates.io/crates/prettyplease |
| primeorder | Apache-2.0, MIT | https://crates.io/crates/primeorder |
| proc-macro2 | MIT, Apache-2.0 | https://crates.io/crates/proc-macro2 |
| prost | Apache-2.0 | https://crates.io/crates/prost |
| prost-derive | Apache-2.0 | https://crates.io/crates/prost-derive |
| quick-xml | MIT | https://crates.io/crates/quick-xml |
| quote | MIT, Apache-2.0 | https://crates.io/crates/quote |
| r3bl_ansi_color | Apache-2.0 | https://crates.io/crates/r3bl_ansi_color |
| r3bl_rs_utils_core | Apache-2.0 | https://crates.io/crates/r3bl_rs_utils_core |
| r3bl_rs_utils_macro | Apache-2.0 | https://crates.io/crates/r3bl_rs_utils_macro |
| r3bl_simple_logger | Apache-2.0 | https://crates.io/crates/r3bl_simple_logger |
| r3bl_tui | Apache-2.0 | https://crates.io/crates/r3bl_tui |
| r3bl_core | Apache-2.0 | https://crates.io/crates/r3bl_core |
| r3bl_tuify | Apache-2.0 | https://crates.io/crates/r3bl_tuify |
| radix_trie | MIT | https://crates.io/crates/radix_trie |
| rand | MIT, Apache-2.0 | https://crates.io/crates/rand |
Expand Down Expand Up @@ -455,7 +443,6 @@ This file contains attributions for any 3rd-party open source code used in this
| ryu | Apache-2.0, BSL-1.0 | https://crates.io/crates/ryu |
| same-file | Unlicense, MIT | https://crates.io/crates/same-file |
| schannel | MIT | https://crates.io/crates/schannel |
| scoped-tls | MIT, Apache-2.0 | https://crates.io/crates/scoped-tls |
| scopeguard | MIT, Apache-2.0 | https://crates.io/crates/scopeguard |
| sct | Apache-2.0, ISC, MIT | https://crates.io/crates/sct |
| sec1 | Apache-2.0, MIT | https://crates.io/crates/sec1 |
Expand Down Expand Up @@ -489,10 +476,9 @@ This file contains attributions for any 3rd-party open source code used in this
| size-of | MIT, Apache-2.0 | https://crates.io/crates/size-of |
| size-of-derive | MIT, Apache-2.0 | https://crates.io/crates/size-of-derive |
| slab | MIT | https://crates.io/crates/slab |
| sled | MIT, Apache-2.0 | https://crates.io/crates/sled |
| smallvec | MIT, Apache-2.0 | https://crates.io/crates/smallvec |
| smawk | MIT | https://crates.io/crates/smawk |
| smithay-client-toolkit | MIT | https://crates.io/crates/smithay-client-toolkit |
| smithay-clipboard | MIT | https://crates.io/crates/smithay-clipboard |
| snap | BSD-3-Clause | https://crates.io/crates/snap |
| socket2 | MIT, Apache-2.0 | https://crates.io/crates/socket2 |
| spin | MIT | https://crates.io/crates/spin |
Expand Down Expand Up @@ -529,7 +515,6 @@ This file contains attributions for any 3rd-party open source code used in this
| sysinfo | MIT | https://crates.io/crates/sysinfo |
| tempfile | MIT, Apache-2.0 | https://crates.io/crates/tempfile |
| termbg | MIT, Apache-2.0 | https://crates.io/crates/termbg |
| termcolor | Unlicense, MIT | https://crates.io/crates/termcolor |
| terminal_size | MIT, Apache-2.0 | https://crates.io/crates/terminal_size |
| textwrap | MIT | https://crates.io/crates/textwrap |
| thiserror | MIT, Apache-2.0 | https://crates.io/crates/thiserror |
Expand Down Expand Up @@ -612,12 +597,6 @@ This file contains attributions for any 3rd-party open source code used in this
| wasm-bindgen-shared | MIT, Apache-2.0 | https://crates.io/crates/wasm-bindgen-shared |
| wasm-encoder | Apache-2.0 WITH LLVM-exception, Apache-2.0, MIT | https://crates.io/crates/wasm-encoder |
| wast | Apache-2.0 WITH LLVM-exception, Apache-2.0, MIT | https://crates.io/crates/wast |
| wayland-client | MIT | https://crates.io/crates/wayland-client |
| wayland-commons | MIT | https://crates.io/crates/wayland-commons |
| wayland-cursor | MIT | https://crates.io/crates/wayland-cursor |
| wayland-protocols | MIT | https://crates.io/crates/wayland-protocols |
| wayland-scanner | MIT | https://crates.io/crates/wayland-scanner |
| wayland-sys | MIT | https://crates.io/crates/wayland-sys |
| web-sys | MIT, Apache-2.0 | https://crates.io/crates/web-sys |
| web-time | MIT, Apache-2.0 | https://crates.io/crates/web-time |
| weezl | MIT, Apache-2.0 | https://crates.io/crates/weezl |
Expand All @@ -626,7 +605,6 @@ This file contains attributions for any 3rd-party open source code used in this
| winapi | MIT, Apache-2.0 | https://crates.io/crates/winapi |
| winapi-i686-pc-windows-gnu | MIT, Apache-2.0 | https://crates.io/crates/winapi-i686-pc-windows-gnu |
| winapi-util | Unlicense, MIT | https://crates.io/crates/winapi-util |
| winapi-wsapoll | MIT, Apache-2.0 | https://crates.io/crates/winapi-wsapoll |
| winapi-x86_64-pc-windows-gnu | MIT, Apache-2.0 | https://crates.io/crates/winapi-x86_64-pc-windows-gnu |
| windows | MIT, Apache-2.0 | https://crates.io/crates/windows |
| windows-core | MIT, Apache-2.0 | https://crates.io/crates/windows-core |
Expand All @@ -649,14 +627,12 @@ This file contains attributions for any 3rd-party open source code used in this
| winsafe | MIT | https://crates.io/crates/winsafe |
| write16 | Apache-2.0, MIT | https://crates.io/crates/write16 |
| writeable | Unicode-3.0 | https://crates.io/crates/writeable |
| x11-clipboard | MIT | https://crates.io/crates/x11-clipboard |
| x11rb | MIT, Apache-2.0 | https://crates.io/crates/x11rb |
| x11rb-protocol | MIT, Apache-2.0 | https://crates.io/crates/x11rb-protocol |
| x25519-dalek | BSD-3-Clause | https://crates.io/crates/x25519-dalek |
| xcursor | MIT | https://crates.io/crates/xcursor |
| xml-rs | MIT | https://crates.io/crates/xml-rs |
| xmlparser | MIT, Apache-2.0 | https://crates.io/crates/xmlparser |
| yaml-rust | MIT, Apache-2.0 | https://crates.io/crates/yaml-rust |
| yansi | MIT, Apache-2.0 | https://crates.io/crates/yansi |
| yoke | Unicode-3.0 | https://crates.io/crates/yoke |
| yoke-derive | Unicode-3.0 | https://crates.io/crates/yoke-derive |
| zerocopy | BSD-2-Clause, Apache-2.0, MIT | https://crates.io/crates/zerocopy |
Expand Down
7 changes: 3 additions & 4 deletions implementations/rust/ockam/ockam_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ opentelemetry-otlp = { version = "0.26.0", features = ["logs", "metrics", "trace
opentelemetry-semantic-conventions = { version = "0.26.0", features = ["semconv_experimental"] }
opentelemetry_sdk = { version = "0.26.0", features = ["logs", "metrics", "trace", "rt-tokio", "rt-tokio-current-thread", "testing", "logs_level_enabled"], default-features = false }
petname = { version = "2.0.2", default-features = false, features = ["default-rng", "default-words"] }
r3bl_rs_utils_core = "0.9"
r3bl_tui = "0.5"
r3bl_tuify = "0.1"
r3bl_core = "0.10.0"
r3bl_tuify = "0.2.0"
rand = "0.8"
regex = "1.10.6"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls-native-roots"] }
Expand All @@ -98,7 +97,7 @@ sha2 = "0.10.8"
sqlx = { version = "0.8.2", default-features = false }
strip-ansi-escapes = "0.2"
strum = { version = "0.26.3", default-features = false, features = ["derive"] }
syntect = { version = "5.2.0", default-features = false, features = ["default-syntaxes", "regex-onig"] }
syntect = { version = "5.2.0", default-features = false, features = ["default-themes", "default-syntaxes", "regex-onig"] }
sysinfo = "0.32"
termbg = "0.5.2"
thiserror = "1.0"
Expand Down
6 changes: 3 additions & 3 deletions implementations/rust/ockam/ockam_api/src/ui/colors.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use colorful::{core::color_string::CString, Colorful, RGB};
use colors_transform::{Color, Rgb};
use r3bl_rs_utils_core::UnicodeString;
use r3bl_tui::{
ColorWheel, ColorWheelConfig, ColorWheelSpeed, GradientGenerationPolicy, TextColorizationPolicy,
use r3bl_core::{
ColorWheel, ColorWheelConfig, ColorWheelSpeed, GradientGenerationPolicy,
TextColorizationPolicy, UnicodeString,
};
use std::fmt::Display;

Expand Down
6 changes: 3 additions & 3 deletions implementations/rust/ockam/ockam_api/src/ui/terminal/fmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ pub const INDENTATION: &str = " ";

pub fn get_separator_width() -> usize {
// If we can't get the terminal width, use the default width
let mut terminal_width = r3bl_tuify::get_terminal_width();
let mut terminal_width = r3bl_core::get_terminal_width();
if terminal_width == 0 {
terminal_width = r3bl_tuify::DEFAULT_WIDTH;
terminal_width = r3bl_core::DEFAULT_WIDTH;
}
// Make sure the separator width is at least twice the length of the padding.
// We want to show a small separator even if the terminal is too narrow.
let terminal_width = std::cmp::max(terminal_width, 2 * PADDING.len());
// Limit the separator width to the default width
std::cmp::min(terminal_width - PADDING.len(), r3bl_tuify::DEFAULT_WIDTH)
std::cmp::min(terminal_width - PADDING.len(), r3bl_core::DEFAULT_WIDTH)
}

#[test]
Expand Down
4 changes: 2 additions & 2 deletions implementations/rust/ockam/ockam_api/src/ui/terminal/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ use indicatif::{ProgressBar, ProgressDrawTarget, ProgressStyle};
use jaq_interpret::{Ctx, FilterT, ParseCtx, RcIter, Val};
use miette::{miette, IntoDiagnostic};
use ockam_core::env::get_env_with_default;
use r3bl_rs_utils_core::{ch, ChUnit};
use r3bl_tuify::{get_size, select_from_list, SelectionMode, StyleSheet};
use r3bl_core::{ch, get_size};
use r3bl_tuify::{select_from_list, SelectionMode, StyleSheet};
use serde::Serialize;
use std::fmt::Write as _;
use std::fmt::{Debug, Display};
Expand Down
5 changes: 2 additions & 3 deletions implementations/rust/ockam/ockam_command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ once_cell = "1.19"
open = "5.3.0"
opentelemetry = { version = "0.26.0", features = ["metrics", "trace"] }
pem-rfc7468 = { version = "0.7.0", features = ["std"] }
r3bl_rs_utils_core = "0.9.12"
r3bl_tui = "0.5.8"
r3bl_core = "0.10.0"
rand = "0.8"
regex = "1.10.6"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls-native-roots", "blocking"] }
Expand All @@ -94,7 +93,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.9"
shellexpand = { version = "3.1.0", default-features = false, features = ["base-0"] }
syntect = { version = "5.2.0", default-features = false, features = ["default-syntaxes", "regex-onig"] }
syntect = { version = "5.2.0", default-features = false, features = ["default-themes", "default-syntaxes", "regex-onig"] }
thiserror = "1"
tokio = { version = "1.41.0", features = ["full"] }
tokio-retry = "0.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ use std::sync::Arc;
use clap::Args;
use colorful::Colorful;
use miette::{miette, IntoDiagnostic, WrapErr};
use r3bl_rs_utils_core::UnicodeString;
use r3bl_tui::{
ColorWheel, ColorWheelConfig, ColorWheelSpeed, GradientGenerationPolicy, TextColorizationPolicy,
use r3bl_core::{
ColorWheel, ColorWheelConfig, ColorWheelSpeed, GradientGenerationPolicy,
TextColorizationPolicy, UnicodeString,
};
use tokio::sync::Mutex;
use tokio::try_join;
Expand Down
3 changes: 3 additions & 0 deletions tools/cargo-deny/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ ignore = [
# yaml-rust is unmaintained. Switching to maintained fork yaml-rust2 is tricky
# Tracked here https://github.com/build-trust/ockam/issues/7807
"RUSTSEC-2024-0320",
#
# `instant` is unmaintained and used transitively by some of our dependencies
"RUSTSEC-2024-0384",
]
# Users who require or prefer Git to use SSH cloning instead of HTTPS,
# such as implemented via "insteadOf" rules in Git config, can still
Expand Down
Loading