From c44658d0b8789e513d5e6b34b6df6179b56476cc Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Thu, 31 Jul 2025 20:55:51 -0400 Subject: [PATCH] Updated icarus_models --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c093dd..2afa4fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -866,9 +866,10 @@ dependencies = [ [[package]] name = "icarus_models" -version = "0.5.1" -source = "git+ssh://git@git.kundeng.us/phoenix/icarus_models.git?tag=v0.5.1-devel-1c5de9dc26-111#1c5de9dc26099ac5f21e1dc7a1f7d0dbb892b34b" +version = "0.5.2" +source = "git+ssh://git@git.kundeng.us/phoenix/icarus_models.git?tag=v0.5.2-devel-d3251f935e-111#d3251f935e76caa110727203d910ee0683a668a0" dependencies = [ + "josekit", "rand 0.9.1", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index a6e932f..92ec979 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ base64 = "0.21" jsonwebtoken = { version = "9.3.1" } josekit = { version = "0.10.1" } icarus_meta = { git = "ssh://git@git.kundeng.us/phoenix/icarus_meta.git", tag = "v0.3.0-devel-f4b71de969-680" } -icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.5.1-devel-1c5de9dc26-111" } +icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.5.2-devel-d3251f935e-111" } icarus_envy = { git = "ssh://git@git.kundeng.us/phoenix/icarus_envy.git", tag = "v0.3.0-devel-d73fba9899-006" } [dev-dependencies]