Skip to content

Commit

Permalink
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2024
1 parent d09946a commit 9f250ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 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 full-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ siphasher = { version = "1.0.1", default-features = false }
soketto = { version = "0.8.0", features = ["deflate"] }
smol = "2.0.0"
smoldot = { version = "0.18.0", path = "../lib", default-features = false, features = ["database-sqlite", "std", "wasmtime"] }
terminal_size = "0.3.0"
terminal_size = "0.4.0"
zeroize = { version = "1.7.0", default-features = false, features = ["alloc"] }

0 comments on commit 9f250ff

Please sign in to comment.