From 17e33df9d0b4ca9aeab64b637cd7990432fa8e16 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 14 Jun 2026 17:45:35 -0400 Subject: [PATCH] bump: textsender_models and time --- Cargo.lock | 18 ++++++++---------- Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5fd6c23..8e85387 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -206,7 +206,6 @@ version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" dependencies = [ - "powerfmt", "serde_core", ] @@ -1657,8 +1656,8 @@ dependencies = [ [[package]] name = "textsender_models" -version = "0.3.4" -source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.3.4-28-e7834093a6-111#e7834093a6dc5e559d0ecb0c17907cb2d8d11d3a" +version = "0.4.0" +source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.4.0#2722af5589023db819554a97c1f596d9e735fe96" dependencies = [ "const_format", "dotenvy", @@ -1692,12 +1691,11 @@ dependencies = [ [[package]] name = "time" -version = "0.3.47" +version = "0.3.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" +checksum = "711a53c2d47bbd818258c498c8dbfe186a2526c631495cfe7e078567f86b8469" dependencies = [ "deranged", - "itoa", "num-conv", "powerfmt", "serde_core", @@ -1707,15 +1705,15 @@ dependencies = [ [[package]] name = "time-core" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" +checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109" [[package]] name = "time-macros" -version = "0.2.27" +version = "0.2.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" +checksum = "71c652a3727a9cbb9a02f707f530b618ce00d0ccd762009c8c23bd191df3c17d" dependencies = [ "num-conv", "time-core", diff --git a/Cargo.toml b/Cargo.toml index dda3503..551e1eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,12 +13,12 @@ futures = { version = "0.3.32" } http = { version = "1.4.0" } reqwest = { version = "0.13.3", features = ["form", "json", "blocking", "multipart", "stream"] } rand = { version = "0.10.1" } -time = { version = "0.3.47", features = ["formatting", "macros", "parsing", "serde"] } +time = { version = "0.3.49", features = ["formatting", "macros", "parsing", "serde"] } uuid = { version = "1.23.1", features = ["v4", "serde"] } base64-ng = { version = "1.0.8" } const_format = { version = "0.2.36" } josekit = { version = "0.10.3" } -textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.3.4-28-e7834093a6-111", features = ["config", "contact", "message"] } +textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.0", features = ["config", "contact", "message"] } [dev-dependencies] tempfile = { version = "3.27.0" }