From c2918711ba30d67592bc68d3ea2527b467d857e9 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Thu, 12 Jun 2025 17:29:49 -0400 Subject: [PATCH] Updated icarus_envy --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03f0333..afd2af7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -450,8 +450,8 @@ dependencies = [ [[package]] name = "icarus_envy" -version = "0.2.0" -source = "git+ssh://git@git.kundeng.us/phoenix/icarus_envy.git?tag=v0.2.0-devel-e7e6fd904b-950#e7e6fd904b3595f1846ad4f9e583130e32219861" +version = "0.2.1" +source = "git+ssh://git@git.kundeng.us/phoenix/icarus_envy.git?tag=v0.2.1-devel-7df6fe5821-950#7df6fe5821fc79ecf9fe94c6d1779bbf929f4360" dependencies = [ "dotenvy", ] diff --git a/Cargo.toml b/Cargo.toml index af73a87..b86153a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ serde_json = { version = "1.0.139" } uuid = { version = "1.16.0", features = ["v4", "serde"] } dotenvy = { version = "0.15.7" } 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.2.0-devel-e7e6fd904b-950" } +icarus_envy = { git = "ssh://git@git.kundeng.us/phoenix/icarus_envy.git", tag = "v0.2.1-devel-7df6fe5821-950" }