Skip to content

Commit 5b2f1b7

Browse files
committed
Merge branch 'master' into 135_task_create
2 parents 5ee6973 + 5e673e6 commit 5b2f1b7

4 files changed

Lines changed: 37 additions & 70 deletions

File tree

Cargo.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ reqwest = { version = "0.12.22", features = ["json"] }
2929
serde = { version = "1.0.219", features = ["derive"] }
3030
serde_json = "1.0.140"
3131
sha256 = "1.6.0"
32-
strum = { version = "0.27.1", features = ["derive"] }
32+
strum = { version = "0.27.2", features = ["derive"] }
3333
time = { version = "0.3.41", features = ["parsing", "formatting"] }
3434
tokio = { version = "1.46.0", features = ["full"] }
3535
tokio-stream = "0.1.17"

attribution/dependencies.toml

Lines changed: 9 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ repository = "https://github.com/dylanede/cassowary-rs"
279279

280280
[[dependencies]]
281281
name = "castaway"
282-
version = "0.2.3"
282+
version = "0.2.4"
283283
description = "Safe, zero-cost downcasting for limited compile-time specialization."
284284
license = "MIT"
285285
notices = ["Copyright (c) 2021 Stephen M. Coakley"]
@@ -288,7 +288,7 @@ repository = "https://github.com/sagebind/castaway"
288288

289289
[[dependencies]]
290290
name = "cc"
291-
version = "1.2.29"
291+
version = "1.2.30"
292292
description = """
293293
A build-time dependency for Cargo build scripts to assist in invoking the native
294294
C compiler to compile native C code into a static archive to be linked into Rust
@@ -502,7 +502,7 @@ repository = "https://github.com/RustCrypto/utils"
502502

503503
[[dependencies]]
504504
name = "crc32fast"
505-
version = "1.4.2"
505+
version = "1.5.0"
506506
description = "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation"
507507
license = "MIT OR Apache-2.0"
508508
notices = ["Copyright (c) 2018 Sam Rijs, Alex Crichton and contributors"]
@@ -1288,7 +1288,7 @@ repository = "https://github.com/dtolnay/indoc"
12881288

12891289
[[dependencies]]
12901290
name = "instability"
1291-
version = "0.3.7"
1291+
version = "0.3.9"
12921292
description = "Rust API stability attributes for the rest of us. A fork of the `stability` crate."
12931293
license = "MIT"
12941294
notices = [
@@ -1299,7 +1299,7 @@ authors = [
12991299
"Stephen M. Coakley <me@stephencoakley.com>",
13001300
"The Ratatui Developers",
13011301
]
1302-
repository = "https://github.com/ratatui-org/instability"
1302+
repository = "https://github.com/ratatui/instability"
13031303

13041304
[[dependencies]]
13051305
name = "io-uring"
@@ -2136,7 +2136,7 @@ repository = "https://github.com/bytecodealliance/rustix"
21362136

21372137
[[dependencies]]
21382138
name = "rustix"
2139-
version = "1.0.7"
2139+
version = "1.0.8"
21402140
description = "Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls"
21412141
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
21422142
authors = [
@@ -2272,7 +2272,7 @@ homepage = "https://serde.rs"
22722272

22732273
[[dependencies]]
22742274
name = "serde_json"
2275-
version = "1.0.140"
2275+
version = "1.0.141"
22762276
description = "A JSON serialization file format"
22772277
license = "MIT OR Apache-2.0"
22782278
authors = [
@@ -2281,14 +2281,6 @@ authors = [
22812281
]
22822282
repository = "https://github.com/serde-rs/json"
22832283

2284-
[[dependencies]]
2285-
name = "serde_spanned"
2286-
version = "0.6.9"
2287-
description = "Serde-compatible spanned Value"
2288-
license = "MIT OR Apache-2.0"
2289-
notices = ["Copyright (c) Individual contributors"]
2290-
repository = "https://github.com/toml-rs/toml"
2291-
22922284
[[dependencies]]
22932285
name = "serde_spanned"
22942286
version = "1.0.0"
@@ -2742,18 +2734,6 @@ authors = ["Tokio Contributors <team@tokio.rs>"]
27422734
repository = "https://github.com/tokio-rs/tokio"
27432735
homepage = "https://tokio.rs"
27442736

2745-
[[dependencies]]
2746-
name = "toml"
2747-
version = "0.8.23"
2748-
description = """
2749-
A native Rust encoder and decoder of TOML-formatted files and streams. Provides
2750-
implementations of the standard Serialize/Deserialize traits for TOML data to
2751-
facilitate deserializing and serializing Rust structures.
2752-
"""
2753-
license = "MIT OR Apache-2.0"
2754-
notices = ["Copyright (c) Individual contributors"]
2755-
repository = "https://github.com/toml-rs/toml"
2756-
27572737
[[dependencies]]
27582738
name = "toml"
27592739
version = "0.9.2"
@@ -2766,14 +2746,6 @@ license = "MIT OR Apache-2.0"
27662746
notices = ["Copyright (c) Individual contributors"]
27672747
repository = "https://github.com/toml-rs/toml"
27682748

2769-
[[dependencies]]
2770-
name = "toml_datetime"
2771-
version = "0.6.11"
2772-
description = "A TOML-compatible datetime type"
2773-
license = "MIT OR Apache-2.0"
2774-
notices = ["Copyright (c) Individual contributors"]
2775-
repository = "https://github.com/toml-rs/toml"
2776-
27772749
[[dependencies]]
27782750
name = "toml_datetime"
27792751
version = "0.7.0"
@@ -2782,14 +2754,6 @@ license = "MIT OR Apache-2.0"
27822754
notices = ["Copyright (c) Individual contributors"]
27832755
repository = "https://github.com/toml-rs/toml"
27842756

2785-
[[dependencies]]
2786-
name = "toml_edit"
2787-
version = "0.22.27"
2788-
description = "Yet another format-preserving TOML parser."
2789-
license = "MIT OR Apache-2.0"
2790-
notices = ["Copyright (c) Individual contributors"]
2791-
repository = "https://github.com/toml-rs/toml"
2792-
27932757
[[dependencies]]
27942758
name = "toml_parser"
27952759
version = "1.0.1"
@@ -2799,8 +2763,8 @@ notices = ["Copyright (c) Individual contributors"]
27992763
repository = "https://github.com/toml-rs/toml"
28002764

28012765
[[dependencies]]
2802-
name = "toml_write"
2803-
version = "0.1.2"
2766+
name = "toml_writer"
2767+
version = "1.0.2"
28042768
description = """
28052769
A low-level interface for writing out TOML
28062770
"""

src/ui/task_info_widget.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ impl WidgetTrait for TaskInfoWidget {
190190
e.widget.render(row_area, buf).await;
191191
row_area.x = area.x;
192192
row_area.y += e.widget.size().height;
193+
if row_area.y >= area.y + area.height {
194+
break;
195+
}
193196
}
194197
}
195198

0 commit comments

Comments
 (0)