From 7e7a79ebc4696b6678c410f5a0a7ecb48aa8830b Mon Sep 17 00:00:00 2001 From: Masato TOYOSHIMA Date: Thu, 15 Jan 2026 09:55:18 +0900 Subject: [PATCH] Update raur v8.0.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8edbd5f..c003b1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ features = [ "docs-rs" ] alpm = "5.0.2" alpm-utils = "5.0.0" log = "0.4.29" -raur = { version = "7.0.0", default-features = false, features = ["async"] } +raur = { version = "8.0.0", default-features = false, features = ["async"] } bitflags = "2.10.0" srcinfo = "2.0.0" @@ -31,7 +31,7 @@ tokio = { version = "1.48.0", features = ["macros", "rt"] } [features] git = ["alpm/git", "alpm-utils/git"] generate = ["alpm/generate", "alpm-utils/generate"] -rustls-tls = ["raur/rustls-tls"] +rustls-tls = ["raur/rusttls-tls"] docs-rs = ["alpm/docs-rs"] default = ["raur/default"]