From 81c084b5b0b1445db5cf1c0b283c5acf781aabfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 20:07:41 +0000 Subject: [PATCH] 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-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 490caaf97..0f1ac2a41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6612,9 +6612,9 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wait-timeout" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" +checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" dependencies = [ "libc", ] diff --git a/Cargo.toml b/Cargo.toml index 0fd5aeedd..88289dfe0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,7 @@ trillium-tokio = "0.4.0" trycmd = "0.15.8" url = { version = "2.5.4", features = ["serde"] } uuid = { version = "1.12.1", features = ["v4"] } -wait-timeout = "0.2.0" +wait-timeout = "0.2.1" [profile.ci] # Disabling debug info improves build speeds & reduces build artifact sizes, which helps CI caching.