Skip to content

Commit

Permalink
build(deps): bump terminal_size from 0.3.0 to 0.4.0
Browse files Browse the repository at this point in the history
Bumps [terminal_size](https://github.com/eminence/terminal-size) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/eminence/terminal-size/releases)
- [Commits](eminence/terminal-size@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: terminal_size
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 2c6b967 commit fc656b7
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 fc656b7

Please sign in to comment.