From d5f9960b6dabf71dc4557d63952bd9c766cfa208 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 6 Apr 2025 20:52:49 -0400 Subject: [PATCH] Updated icarus_model --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a649325..ac054ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ argon2 = { version = "0.5.3", features = ["std"] } # Use the latest 0.5.x versio rand = { version = "0.9" } time = { version = "0.3.41", features = ["macros", "serde"] } josekit = { version = "0.10.1" } -icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.4.0" } +icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.4.1-devel-6467521a02-111" } [dev-dependencies] http-body-util = { version = "0.1.3" }