From 886ce0161df917adb84ea4d4cbd360fa35c336bb Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 10 Jul 2026 17:09:39 -0400 Subject: [PATCH 1/6] bump: textsender_models --- Cargo.lock | 20 ++++++++++++++++++-- Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 645d73e..6924d6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1671,7 +1671,7 @@ version = "0.1.4" dependencies = [ "serde_json", "swoosh", - "textsender_models", + "textsender_models 0.5.2", "tokio", ] @@ -2048,7 +2048,7 @@ dependencies = [ "reqwest", "serde", "serde_json", - "textsender_models", + "textsender_models 0.5.1", "time", ] @@ -2133,6 +2133,22 @@ dependencies = [ "uuid", ] +[[package]] +name = "textsender_models" +version = "0.5.2" +source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.5.2#02061bf7a380657b7bc76d64d1824388bef8e55a" +dependencies = [ + "const_format", + "dotenvy", + "josekit", + "serde", + "serde_json", + "sqlx", + "time", + "utoipa", + "uuid", +] + [[package]] name = "thiserror" version = "2.0.18" diff --git a/Cargo.toml b/Cargo.toml index 9e73f14..1ea3d1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ rust-version = "1.96.1" [dependencies] serde_json = { version = "1.0.150" } tokio = { version = "1.52.3", features = ["full"] } -textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.5.1", features = ["config", "contact", "envy", "message"] } +textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.5.2", features = ["config", "contact", "envy", "message"] } swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.5.2" } [dev-dependencies] -- 2.47.3 From 85014de44a9085182a41f7086db912b91a569573 Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 10 Jul 2026 17:10:22 -0400 Subject: [PATCH 2/6] bump: swoosh --- Cargo.lock | 28 ++++++---------------------- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6924d6d..150d725 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,9 +81,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64-ng" -version = "1.3.5" +version = "1.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b87dbd7e45c4885ad3432a2d125ddb155c5ee87046ab23bad043dfe84fedfa2" +checksum = "78dbdaa3c8250efc13282f483f2ae92733e407c9cf6ffc2fe7918ce1ee420724" [[package]] name = "bitflags" @@ -1671,7 +1671,7 @@ version = "0.1.4" dependencies = [ "serde_json", "swoosh", - "textsender_models 0.5.2", + "textsender_models", "tokio", ] @@ -2041,14 +2041,14 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "swoosh" -version = "0.5.2" -source = "git+ssh://git@git.kundeng.us/phoenix/swoosh.git?tag=v0.5.2#50e4b209f521d8985d73a33b4a8f1db69334100a" +version = "0.5.3" +source = "git+ssh://git@git.kundeng.us/phoenix/swoosh.git?tag=v0.5.3#1c49242bdfe8fe487ea751c89bcbf545c4b8ac3f" dependencies = [ "base64-ng", "reqwest", "serde", "serde_json", - "textsender_models 0.5.1", + "textsender_models", "time", ] @@ -2117,22 +2117,6 @@ dependencies = [ "windows-sys 0.61.2", ] -[[package]] -name = "textsender_models" -version = "0.5.1" -source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.5.1#151eeaacf64e255bde56a48df03f4c46ec77c235" -dependencies = [ - "const_format", - "dotenvy", - "josekit", - "serde", - "serde_json", - "sqlx", - "time", - "utoipa", - "uuid", -] - [[package]] name = "textsender_models" version = "0.5.2" diff --git a/Cargo.toml b/Cargo.toml index 1ea3d1a..f3cf692 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,6 @@ rust-version = "1.96.1" serde_json = { version = "1.0.150" } tokio = { version = "1.52.3", features = ["full"] } textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.5.2", features = ["config", "contact", "envy", "message"] } -swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.5.2" } +swoosh = { git = "ssh://git@git.kundeng.us/phoenix/swoosh.git", tag = "v0.5.3" } [dev-dependencies] -- 2.47.3 From 74d557120315261ce555bfd72362302b53266e0c Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 10 Jul 2026 17:10:37 -0400 Subject: [PATCH 3/6] cargo update --- Cargo.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 150d725..dc266f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -126,9 +126,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.12.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593" +checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04" [[package]] name = "cc" @@ -1108,9 +1108,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.8.2" +version = "2.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4" +checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" [[package]] name = "mime" @@ -1410,9 +1410,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.12.4" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba" +checksum = "2a0e75113e14dc5acb068cd0786884f214f1312650a3d36d269f5c4f3cdee8a2" dependencies = [ "aho-corasick", "memchr", @@ -1422,9 +1422,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.14" +version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" +checksum = "1f388202e4b80542a0921078cc23b6333bcf1409c1e3f86404cae4766a6131db" dependencies = [ "aho-corasick", "memchr", @@ -2195,9 +2195,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" +checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f" dependencies = [ "tinyvec_macros", ] -- 2.47.3 From 795c5d8bb342fec0bfda82e97b5dace5d0a26513 Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 10 Jul 2026 17:12:16 -0400 Subject: [PATCH 4/6] bump: rust --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f3cf692..1776a00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "sender" version = "0.1.4" edition = "2024" -rust-version = "1.96.1" +rust-version = "1.97" [dependencies] serde_json = { version = "1.0.150" } -- 2.47.3 From 5ee85712fe979c3850fb57a86b3f94f92febb5de Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 10 Jul 2026 17:12:28 -0400 Subject: [PATCH 5/6] bump: rust ci --- .github/workflows/pr.yml | 12 ++++++------ .github/workflows/workflow.yml | 20 ++++++++++---------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c5f7292..3b6fbc6 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -10,10 +10,10 @@ jobs: name: Check runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: 1.96 + toolchain: 1.97 - uses: Swatinem/rust-cache@v2 - run: | mkdir -p ~/.ssh @@ -29,10 +29,10 @@ jobs: runs-on: ubuntu-24.04 needs: setup_ssh steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: 1.96 + toolchain: 1.97 - uses: Swatinem/rust-cache@v2 - run: rustup component add rustfmt - run: | @@ -49,10 +49,10 @@ jobs: runs-on: ubuntu-24.04 needs: setup_ssh steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: 1.96 + toolchain: 1.97 - uses: Swatinem/rust-cache@v2 - run: rustup component add clippy - run: | diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index fde7ce6..1c3d112 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -10,10 +10,10 @@ jobs: name: Check runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: 1.96 + toolchain: 1.97 - uses: Swatinem/rust-cache@v2 - run: | mkdir -p ~/.ssh @@ -29,10 +29,10 @@ jobs: runs-on: ubuntu-24.04 needs: setup_ssh steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: 1.96 + toolchain: 1.97 - uses: Swatinem/rust-cache@v2 env: AUTH_SID: 'n9c43yr3f2c4743f7y4329dnq238f7' @@ -55,10 +55,10 @@ jobs: runs-on: ubuntu-24.04 needs: setup_ssh steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: 1.96 + toolchain: 1.97 - uses: Swatinem/rust-cache@v2 - run: rustup component add rustfmt - run: | @@ -75,10 +75,10 @@ jobs: runs-on: ubuntu-24.04 needs: setup_ssh steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: 1.96 + toolchain: 1.97 - uses: Swatinem/rust-cache@v2 - run: rustup component add clippy - run: | @@ -95,10 +95,10 @@ jobs: runs-on: ubuntu-24.04 needs: setup_ssh steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: 1.96 + toolchain: 1.97 - uses: Swatinem/rust-cache@v2 - run: | mkdir -p ~/.ssh -- 2.47.3 From e9528094fe94b6799f43da174fc3d11eb45a8029 Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 10 Jul 2026 17:15:27 -0400 Subject: [PATCH 6/6] bump: sender --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc266f2..49d5582 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1667,7 +1667,7 @@ checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" [[package]] name = "sender" -version = "0.1.4" +version = "0.1.5" dependencies = [ "serde_json", "swoosh", diff --git a/Cargo.toml b/Cargo.toml index 1776a00..a220a58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sender" -version = "0.1.4" +version = "0.1.5" edition = "2024" rust-version = "1.97" -- 2.47.3