From 8c91e5c5ca169d3018b96fb729ba64ec972e9ccd Mon Sep 17 00:00:00 2001 From: fufesou <13586388+fufesou@users.noreply.github.com> Date: Sun, 28 Jul 2024 17:26:18 +0800 Subject: [PATCH] refact: update crate tfc (#8867) Signed-off-by: fufesou --- Cargo.lock | 6 +++--- libs/enigo/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 936d12b01..ee757b7f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6593,11 +6593,11 @@ dependencies = [ [[package]] name = "tfc" -version = "0.6.1" -source = "git+https://github.com/rustdesk-org/The-Fat-Controller#9dd86151525fd010dc93f6bc9b6aedd1a75cc342" +version = "0.7.0" +source = "git+https://github.com/rustdesk-org/The-Fat-Controller?branch=history/rebase_upstream_20240722#de9c8ba480f166a9fc90aaa47bb0e84b443ea9c6" dependencies = [ "anyhow", - "core-graphics 0.22.3", + "core-graphics 0.23.2", "unicode-segmentation", "winapi 0.3.9", "x11 2.19.0", diff --git a/libs/enigo/Cargo.toml b/libs/enigo/Cargo.toml index 1549209e1..a5b6d5622 100644 --- a/libs/enigo/Cargo.toml +++ b/libs/enigo/Cargo.toml @@ -23,7 +23,7 @@ serde = { version = "1.0", optional = true } serde_derive = { version = "1.0", optional = true } log = "0.4" rdev = { git = "https://github.com/rustdesk-org/rdev" } -tfc = { git = "https://github.com/rustdesk-org/The-Fat-Controller" } +tfc = { git = "https://github.com/rustdesk-org/The-Fat-Controller", branch = "history/rebase_upstream_20240722" } hbb_common = { path = "../hbb_common" } [features]