Skip to content

Commit

Permalink
Update termion requirement from 2 to 3
Browse files Browse the repository at this point in the history
Updates the requirements on termion to permit the latest version.

---
updated-dependencies:
- dependency-name: termion
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 20, 2024
1 parent bc29c4f commit ba93fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics-observer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ crossbeam-channel = { version = "0.5", default-features = false, features = ["st
prost = { version = "0.12", default-features = false }
prost-types = { version = "0.12", default-features = false }
tui = { version = "0.19", default-features = false, features = ["termion"] }
termion = { version = "2", default-features = false }
termion = { version = "3", default-features = false }
chrono = { version = "0.4", default-features = false, features = ["clock"] }

[build-dependencies]
Expand Down

0 comments on commit ba93fc3

Please sign in to comment.