From 4eccb1875da22f62cd2c056f4b47b8e64361ddda Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 22 Feb 2025 10:15:31 +0200 Subject: [PATCH] update `titanite` version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae8a3e4..70dab0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ anyhow = "1.0.95" clap = { version = "4.5.30", features = ["derive"] } native-tls = "0.2.13" regex = "1.11.1" -titanite = "0.1.1" +titanite = "0.1.2" # development # [patch.crates-io]