Skip to content

Commit

Permalink
Update Rust crate ratatui to 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Dec 12, 2023
1 parent 9e67e3b commit a2d7274
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 5 deletions.
41 changes: 39 additions & 2 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 @@ -299,7 +299,7 @@ propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev
proptest = "1.4.0"
quote = "1.0"
rand = "0.8.5"
ratatui = "0.23.0"
ratatui = "0.24.0"
rayon = "1.8"
rcgen = "0.11.3"
ref-cast = "1.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 @@ -53,7 +53,8 @@ gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-
generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths", "zeroize"] }
getrandom = { version = "0.2.10", default-features = false, features = ["js", "rdrand", "std"] }
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
hashbrown = { version = "0.13.2" }
hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14.2", features = ["raw"] }
hashbrown-594e8ee84c453af0 = { package = "hashbrown", version = "0.13.2" }
hex = { version = "0.4.3", features = ["serde"] }
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
hyper = { version = "0.14.27", features = ["full"] }
Expand Down Expand Up @@ -156,7 +157,8 @@ gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-
generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths", "zeroize"] }
getrandom = { version = "0.2.10", default-features = false, features = ["js", "rdrand", "std"] }
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
hashbrown = { version = "0.13.2" }
hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14.2", features = ["raw"] }
hashbrown-594e8ee84c453af0 = { package = "hashbrown", version = "0.13.2" }
hex = { version = "0.4.3", features = ["serde"] }
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
hyper = { version = "0.14.27", features = ["full"] }
Expand Down

0 comments on commit a2d7274

Please sign in to comment.