From ecb3fb719630861ab2cdf56b967bd8e6ec9d4ae5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 22 Aug 2025 00:27:07 +0000 Subject: [PATCH] Update Rust crate base16ct to 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac4ced2..3c758cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ jwt-simple = { version = "0.12.12", default-features = false, features = ["pure- actix-remote-ip = "0.1.0" bytes = "1.10.1" sha2 = "0.11.0-rc.0" -base16ct = "0.2.0" +base16ct = "0.3.0" ruma = { version = "0.12.6", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] } actix-ws = "0.3.0" tokio = { version = "1.47.1", features = ["rt", "time", "macros", "rt-multi-thread"] } \ No newline at end of file