From a0740aac3b487e751487fca7ef704d574eee1a36 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 15 Aug 2026 10:47:13 -0400 Subject: [PATCH] bump: simodels --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12edaff..12a7abd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1552,8 +1552,8 @@ checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" [[package]] name = "simodels" -version = "0.11.3" -source = "git+ssh://git@git.kundeng.us/phoenix/simodels.git?tag=v0.11.3-main-fe9d101bd0-111#fe9d101bd019f91fe8c99c29721ccb0e6e90c92c" +version = "0.11.4" +source = "git+ssh://git@git.kundeng.us/phoenix/simodels.git?tag=v0.11.4#d6d719741945ef7719ab1db3e0ef3c617b5bb909" dependencies = [ "josekit", "rand", diff --git a/Cargo.toml b/Cargo.toml index 2936d70..5e5d423 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ time = { version = "0.3.55", features = ["macros", "serde"] } josekit = { version = "0.10.3" } utoipa = { version = "5.5.0", features = ["axum_extras"] } utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] } -simodels = { git = "ssh://git@git.kundeng.us/phoenix/simodels.git", tag = "v0.11.3-main-fe9d101bd0-111" } +simodels = { git = "ssh://git@git.kundeng.us/phoenix/simodels.git", tag = "v0.11.4" } sienvy = { git = "ssh://git@git.kundeng.us/phoenix/sienvy.git", tag = "v0.8.0-main-d06c8fdf49-006" } [dev-dependencies]