1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-10 16:56:17 +02:00

chore(deps): bump is-terminal from 0.4.7 to 0.4.8

Bumps [is-terminal](https://github.com/sunfishcode/is-terminal) from 0.4.7 to 0.4.8.
- [Commits](https://github.com/sunfishcode/is-terminal/compare/v0.4.7...v0.4.8)

---
updated-dependencies:
- dependency-name: is-terminal
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-30 01:00:56 +00:00 committed by GitHub
parent 70e7ab2355
commit 0695f7bad3
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

7
Cargo.lock generated
View File

@ -1840,13 +1840,12 @@ dependencies = [
[[package]]
name = "is-terminal"
version = "0.4.7"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
checksum = "24fddda5af7e54bf7da53067d6e802dbcc381d0a8eef629df528e3ebf68755cb"
dependencies = [
"hermit-abi 0.3.1",
"io-lifetimes 1.0.11",
"rustix 0.37.19",
"rustix 0.38.1",
"windows-sys 0.48.0",
]