From 5aa8622d513f619f5174c9b335967451bc8f5d35 Mon Sep 17 00:00:00 2001 From: Jeffsky Date: Tue, 8 Oct 2024 16:26:56 +0800 Subject: [PATCH] chore: update msrv --- .clippy.toml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.clippy.toml b/.clippy.toml index 62ca742..ad0ea4e 100644 --- a/.clippy.toml +++ b/.clippy.toml @@ -1 +1 @@ -msrv = "1.56" +msrv = "1.64" diff --git a/Cargo.toml b/Cargo.toml index 0cf9669..fdd5af0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ regex = "1.10.3" hex = "0.4.3" strum = { version = "0.26.1", default-features = false, features = ["strum_macros", "derive"] } strum_macros = "0.26.1" -deadpool = "0.12.1" +deadpool = "0.10.0" socket2 = "0.5.5" mlua = { version = "0.9.9", features = ["luajit", "vendored", "serialize", "async", "macros", "send", "parking_lot"] }