Skip to content

Commit

Permalink
fix(deps): update rust crate tui-tree-widget to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Nov 15, 2023
1 parent f513182 commit 6786303
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 7 deletions.
45 changes: 41 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.15.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 @@ -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 @@ -140,7 +141,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 6786303

Please sign in to comment.