From b0045ffc143ec2cfb309e47c3bde1a5b08fd087f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 21:06:59 +0800 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- dragonfly-client/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 27dd2575..409d147f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/dragonfly-client/Cargo.toml b/dragonfly-client/Cargo.toml index af221fe9..6e7ac86a 100644 --- a/dragonfly-client/Cargo.toml +++ b/dragonfly-client/Cargo.toml @@ -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"