Skip to content

Commit df1203a

Browse files
authored
Merge pull request #6874 from cakebaker/bump_crossterm
Bump `crossterm` from `0.27.0` to `0.28.1`
2 parents fb1874b + 6257cf1 commit df1203a

File tree

3 files changed

+26
-11
lines changed

3 files changed

+26
-11
lines changed

Cargo.lock

Lines changed: 23 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ clap_complete = "4.4"
281281
clap_mangen = "0.2"
282282
compare = "0.1.0"
283283
coz = { version = "0.1.3" }
284-
crossterm = ">=0.27.0"
284+
crossterm = "0.28.1"
285285
ctrlc = { version = "3.4.4", features = ["termination"] }
286286
dns-lookup = { version = "2.0.4" }
287287
exacl = "0.12.0"

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ skip = [
104104
{ name = "terminal_size", version = "0.2.6" },
105105
# ansi-width, console, os_display
106106
{ name = "unicode-width", version = "0.1.13" },
107+
# notify
108+
{ name = "mio", version = "0.8.11" },
107109
]
108110
# spell-checker: enable
109111

0 commit comments

Comments
 (0)