Skip to content

Commit 00bfeeb

Browse files
qhkmclaude
andcommitted
chore: update vulnerable dependencies
- aws-lc-rs 1.16.0 → 1.16.2 (pulls aws-lc-sys 0.37.1 → 0.39.0) Fixes RUSTSEC-2026-0045, -0046, -0047, -0048 (AES-CCM timing, X.509 name constraints bypass, CRL scope check, PKCS7 verify bypass) - rustls-webpki 0.103.9 → 0.103.10 Fixes RUSTSEC-2026-0049 (CRL distribution point matching) - Fix clippy push_str single-char lint in model_switch.rs Note: rustls-webpki 0.102.8 remains (pinned by rumqttc 0.25.1, no upstream update available yet). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 72fcf0f commit 00bfeeb

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/channels/model_switch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ pub fn format_model_list(
277277
output.push('\n');
278278
}
279279

280-
output.push_str("\n");
280+
output.push('\n');
281281
output.push_str("Switch model: /model <model-id>\n");
282282
output.push_str("With provider: /model <provider>:<model-id>\n");
283283
output.push_str("Reset: /model reset\n");

0 commit comments

Comments
 (0)