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 Nov 21, 2023
1 parent e3e99ee commit 190312e
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 @@ -296,7 +296,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 @@ -47,7 +47,8 @@ futures-util = { version = "0.3.29", features = ["channel", "io", "sink"] }
gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-service", rev = "2739c18e80697aa6bc235c935176d14b4d757ee9", features = ["std"] }
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"] }
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"] }
hyper = { version = "0.14.27", features = ["full"] }
indexmap = { version = "2.1.0", features = ["serde"] }
Expand Down Expand Up @@ -142,7 +143,8 @@ futures-util = { version = "0.3.29", features = ["channel", "io", "sink"] }
gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-service", rev = "2739c18e80697aa6bc235c935176d14b4d757ee9", features = ["std"] }
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"] }
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"] }
hyper = { version = "0.14.27", features = ["full"] }
indexmap = { version = "2.1.0", features = ["serde"] }
Expand Down

0 comments on commit 190312e

Please sign in to comment.