Skip to content

Commit

Permalink
Update termion requirement from 2.0.1 to 3.0.0
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] authored Jan 8, 2024
1 parent d7a0ef4 commit 78e7c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ features = ["derive"]
version = "1.0"

[dependencies.termion]
version = "2.0.1"
version = "3.0.0"

[dependencies.tokio]
version = "1.8"
Expand Down

0 comments on commit 78e7c2f

Please sign in to comment.