From e77edc56fdb066e26d02105852e7cf6c7853886e Mon Sep 17 00:00:00 2001 From: mcfans Date: Fri, 27 Oct 2023 16:42:24 +0800 Subject: [PATCH] chore: update lock --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 404ccf9dd..daa2a205b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4890,7 +4890,7 @@ dependencies = [ [[package]] name = "rdev" version = "0.5.0-2" -source = "git+https://github.com/fufesou/rdev#2e8221d653f4995c831ad52966e79a514516b1fa" +source = "git+https://github.com/fufesou/rdev?branch=master#339b2a334ba273afebb7e27fb76984e620fc76e5" dependencies = [ "cocoa", "core-foundation", @@ -4914,7 +4914,7 @@ dependencies = [ [[package]] name = "rdev" version = "0.5.0-2" -source = "git+https://github.com/mcfans/rdev#97f63d5bc51bb2387d3f2664d3127640e492c9e5" +source = "git+https://github.com/fufesou/rdev#2e8221d653f4995c831ad52966e79a514516b1fa" dependencies = [ "cocoa", "core-foundation", @@ -5220,7 +5220,7 @@ dependencies = [ "os-version", "pam", "parity-tokio-ipc", - "rdev 0.5.0-2 (git+https://github.com/mcfans/rdev)", + "rdev 0.5.0-2 (git+https://github.com/fufesou/rdev?branch=master)", "repng", "reqwest", "ringbuf", diff --git a/Cargo.toml b/Cargo.toml index f6c014483..3f1037f5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ default-net = "0.14" wol-rs = "1.0" flutter_rust_bridge = { version = "1.75", features = ["uuid"], optional = true} errno = "0.3" -rdev = { git = "https://github.com/fufesou/rdev" } +rdev = { git = "https://github.com/fufesou/rdev", branch = "master" } url = { version = "2.3", features = ["serde"] } crossbeam-queue = "0.3" hex = "0.4"