chore(deps): Bump termion from 4.0.3 to 4.0.4 (#1015)
Bumps termion from 4.0.3 to 4.0.4. --- updated-dependencies: - dependency-name: termion dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
75fadcf7a0
commit
b0045ffc14
|
|
@ -4437,9 +4437,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "termion"
|
||||
version = "4.0.3"
|
||||
version = "4.0.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7eaa98560e51a2cf4f0bb884d8b2098a9ea11ecf3b7078e9c68242c74cc923a7"
|
||||
checksum = "6f359c854fbecc1ea65bc3683f1dcb2dce78b174a1ca7fda37acd1fff81df6ff"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"libredox",
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ fslock = "0.2.1"
|
|||
leaky-bucket = "1.1.2"
|
||||
http-body-util = "0.1.2"
|
||||
futures-util = "0.3.31"
|
||||
termion = "4.0.3"
|
||||
termion = "4.0.4"
|
||||
tabled = "0.18.0"
|
||||
path-absolutize = "3.1.1"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue