From 96a1fb9cdbb85b67cff002ee8ab97c1916255ade Mon Sep 17 00:00:00 2001 From: Richard Janis Goldschmidt Date: Mon, 9 Dec 2024 16:07:08 +0100 Subject: [PATCH] jmt: bump `ics23@v0.12.0` (#120) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8bd239b..dff1670 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ sha2 = { version = "0.10", optional = true } blake3 = { version = "1.4.0", optional = true, features = ["traits-preview"] } hex = "0.4" tracing = "0.1" -ics23 = { version = "0.11.0", optional = true} +ics23 = { version = "0.12.0", optional = true} [dev-dependencies] hex = { version = "0.4", features = ["serde"] }