Skip to content

Commit

Permalink
Update Rust crate tui-tree-widget to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Jan 24, 2024
1 parent 7bb6cd3 commit cf0957c
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 7 deletions.
56 changes: 52 additions & 4 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 wicket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tokio = { workspace = true, features = ["full"] }
tokio-util.workspace = true
toml.workspace = true
toml_edit.workspace = true
tui-tree-widget = "0.13.0"
tui-tree-widget = "0.16.0"
unicode-width.workspace = true
zeroize.workspace = true

Expand Down
6 changes: 4 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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 @@ -160,7 +161,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 cf0957c

Please sign in to comment.