bump: textsender-models
Rust Build / Check (push) Successful in 32s
Rust Build / Test Suite (push) Successful in 53s
Rust Build / Clippy (push) Successful in 26s
Rust Build / Rustfmt (push) Successful in 57s
Rust Build / build (push) Successful in 31s

This commit is contained in:
2026-05-31 15:48:33 -04:00
parent cfae02d68f
commit dd46122270
3 changed files with 6 additions and 7 deletions
Generated
+3 -3
View File
@@ -2218,8 +2218,6 @@ dependencies = [
"argon2", "argon2",
"async-std", "async-std",
"axum", "axum",
"const_format",
"dotenvy",
"http-body-util", "http-body-util",
"hyper", "hyper",
"josekit", "josekit",
@@ -2243,8 +2241,10 @@ dependencies = [
[[package]] [[package]]
name = "textsender_models" name = "textsender_models"
version = "0.3.0" version = "0.3.0"
source = "git+ssh://git@git.kundeng.us/phoenix/textsender-models.git?tag=v0.3.0-v0.3.0-migrate-638da70649-111#638da70649b49735fa8244c95e25f9f8a28f1eac" source = "git+ssh://git@git.kundeng.us/phoenix/textsender-models.git?tag=v0.3.0-v0.3.0-migrate-1340440fec-111#1340440fecd79463bad053539c47e65d8da73194"
dependencies = [ dependencies = [
"const_format",
"dotenvy",
"rand 0.10.1", "rand 0.10.1",
"serde", "serde",
"serde_json", "serde_json",
+3 -3
View File
@@ -21,10 +21,10 @@ time = { version = "0.3.47", features = ["macros", "serde"] }
josekit = { version = "0.10.3" } josekit = { version = "0.10.3" }
utoipa = { version = "5.5.0", features = ["axum_extras"] } utoipa = { version = "5.5.0", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] } utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender-models.git", tag = "v0.3.0-v0.3.0-migrate-638da70649-111" } textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender-models.git", tag = "v0.3.0-v0.3.0-migrate-1340440fec-111" }
# icarus_envy = { git = "ssh://git@git.kundeng.us/phoenix/icarus_envy.git", tag = "v0.7.0" } # icarus_envy = { git = "ssh://git@git.kundeng.us/phoenix/icarus_envy.git", tag = "v0.7.0" }
dotenvy = { version = "0.15.7" } # dotenvy = { version = "0.15.7" }
const_format = { version = "0.2.36" } # const_format = { version = "0.2.36" }
[dev-dependencies] [dev-dependencies]
http-body-util = { version = "0.1.3" } http-body-util = { version = "0.1.3" }
-1
View File
@@ -1,4 +1,3 @@
pub mod env;
#[tokio::main] #[tokio::main]