Skip to content

Commit

Permalink
Update Rust crate ratatui to 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Jan 25, 2025
1 parent 888f90d commit 67878d4
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 11 deletions.
37 changes: 29 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ rand_core = "0.6.4"
rand_distr = "0.4.3"
rand_seeder = "0.3.0"
range-requests = { path = "range-requests" }
ratatui = "0.28.1"
ratatui = "0.29.0"
rayon = "1.10"
rcgen = "0.12.1"
reedline = "0.35.0"
Expand Down
6 changes: 4 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ hyper = { version = "1.5.2", features = ["full"] }
idna = { version = "1.0.3" }
indexmap = { version = "2.7.0", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
itertools = { version = "0.10.5" }
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
lalrpop-util = { version = "0.19.12" }
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
libc = { version = "0.2.169", features = ["extra_traits"] }
Expand Down Expand Up @@ -189,7 +190,8 @@ hyper = { version = "1.5.2", features = ["full"] }
idna = { version = "1.0.3" }
indexmap = { version = "2.7.0", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
itertools = { version = "0.10.5" }
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
lalrpop-util = { version = "0.19.12" }
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
libc = { version = "0.2.169", features = ["extra_traits"] }
Expand Down

0 comments on commit 67878d4

Please sign in to comment.