From 44e4cfcbc6c23e9e9205308802185511aa45af3c Mon Sep 17 00:00:00 2001 From: phoenix Date: Thu, 29 May 2025 19:40:12 -0400 Subject: [PATCH] Updated icarus_envy --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4431e93..4a9fc20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ 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.3" } -icarus_envy = { git = "ssh://git@git.kundeng.us/phoenix/icarus_envy.git", tag = "v0.1.0-devel-b89633e394-950" } +icarus_envy = { git = "ssh://git@git.kundeng.us/phoenix/icarus_envy.git", tag = "v0.1.0-devel-f0726b83c9-950" } [dev-dependencies] http-body-util = { version = "0.1.3" }