From b3d5581dad095b35ba6988764ae74533eb2dd41e Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 18:36:32 +0000 Subject: [PATCH] Update Rust crate regex to 1.12.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 744f65e..2dd0570 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ resolver = "2" futures = "0.3.31" http = "1.4.0" matrix-sdk = { version = "0.16.0", default-features = false, features = ["rustls-tls"] } -regex = "1.11.1" +regex = "1.12.2" ruma = { version = "0.14", features = ["events"] } ruma-common = "0.17.0" serde = { version = "1.0.228", features = ["derive"] }