Skip to content

Commit

Permalink
Merge #1379
Browse files Browse the repository at this point in the history
1379: Update `console` to 0.15.3 r=messense a=messense

bors r+

Co-authored-by: messense <messense@icloud.com>
  • Loading branch information
bors[bot] and messense authored Dec 28, 2022
2 parents f6831cb + 5529faa commit bb616d2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 31 deletions.
44 changes: 16 additions & 28 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 @@ -71,7 +71,7 @@ tracing-subscriber = { version = "0.3.15", features = ["env-filter"], optional =

# project scaffolding, maturin new/init
dialoguer = { version = "0.10.2", default-features = false, optional = true }
console = { version = "0.15.2", optional = true }
console = { version = "0.15.3", optional = true }
minijinja = { version = "0.27.0", optional = true }

# upload
Expand Down
2 changes: 0 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ skip = [
#{ name = "ansi_term", version = "=0.11.0" },
{ name = "ahash", version = "0.3.8" },
{ name = "hermit-abi", version = "0.1.19" },
# from console
{ name = "terminal_size", version = "0.1.7" },
# from secret-service
{ name = "block-buffer", version = "0.9.0" },
{ name = "digest", version = "0.9.0" },
Expand Down

0 comments on commit bb616d2

Please sign in to comment.