1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-11-01 07:32:01 +00:00

build(deps): bump wait-timeout from 0.2.0 to 0.2.1

Bumps [wait-timeout](https://github.com/alexcrichton/wait-timeout) from 0.2.0 to 0.2.1.
- [Commits](https://github.com/alexcrichton/wait-timeout/compare/0.2.0...0.2.1)

---
updated-dependencies:
- dependency-name: wait-timeout
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-02 17:27:55 +00:00
committed by Martin Nordholts
parent 3ae23cc57b
commit f558902ad2
2 changed files with 3 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ assert_cmd = "2.0.12"
expect-test = "1.5.0"
serial_test = { version = "2.0.0", default-features = false }
predicates = "3.1.3"
wait-timeout = "0.2.0"
wait-timeout = "0.2.1"
tempfile = "3.16.0"
serde = { version = "1.0", features = ["derive"] }