Skip to content

Commit

Permalink
Merge pull request #1006 from foresterre/dependabot/cargo/terminal_si…
Browse files Browse the repository at this point in the history
…ze-0.4.0

build(deps): bump terminal_size from 0.3.0 to 0.4.0
  • Loading branch information
foresterre authored Oct 1, 2024
2 parents 2c6b967 + fc656b7 commit 9b7c4d4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 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 @@ -33,7 +33,7 @@ serde = { version = "1.0", features = ["derive"] } # serialization and deseriali
serde_json = "1.0.128" # JSON serialization and deserialization
storyteller = "1.0.0" # minimal multi user output architecture
tabled = { version = "0.10.0", features = ["color"] } # pretty print tables
terminal_size = "0.3.0" # determine the terminal size
terminal_size = "0.4.0" # determine the terminal size
thiserror = "1.0.63" # error handling
toml_edit = "0.22.21" # read and write the Cargo.toml
tracing = "0.1" # tracing
Expand Down

0 comments on commit 9b7c4d4

Please sign in to comment.