Skip to content

Commit

Permalink
chore: Bump ptree 0.5.1 (#307)
Browse files Browse the repository at this point in the history
This brings in changes from
[ptree#10](https://gitlab.com/Noughmad/ptree/-/merge_requests/10), which
addresses
[RUSTSEC-2021-0145](https://rustsec.org/advisories/RUSTSEC-2021-0145.html).

Please note that there's [another change pending for
`ptree`](https://gitlab.com/Noughmad/ptree/-/merge_requests/11) to
address
[RUSTSEC-2021-0139](https://rustsec.org/advisories/RUSTSEC-2021-0139.html),
but since that hasn't yet been merged, I figured it was worth going
ahead and getting at least this bump in.

Signed-off-by: Joonas Bergius <[email protected]>
  • Loading branch information
joonas authored Nov 18, 2024
1 parent fdb4b5f commit 0ee1a53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
25 changes: 2 additions & 23 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 @@ -76,7 +76,7 @@ repository = "https://github.com/bytecodealliance/registry"

[workspace.dependencies]
dialoguer = "0.11.0"
ptree = "0.5.0"
ptree = "0.5.1"
warg-api = { path = "crates/api", version = "0.9.0-dev" }
warg-credentials = { path = "crates/credentials", version = "0.9.0-dev" }
warg-client = { path = "crates/client", version = "0.9.0-dev" }
Expand Down

0 comments on commit 0ee1a53

Please sign in to comment.