Commit 52953ec
authored
Apply cargo clippy fixes and update native-tls for Rust 1.93.0 (#4074)
* Suppress dead_code warnings for serde-annotated structs
- InputAudioBufferCommit in dashscope adapter (protocol struct)
- TeamsSendRequest fields in api-messenger (deserialized but not yet used)
- CreateConversationRequest.custom_attributes in api-support (deserialized but not yet used)
Co-Authored-By: unknown <>
* Update native-tls 0.2.17 -> 0.2.18 for Rust 1.93.0 compatibility
Co-Authored-By: unknown <>
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>1 parent fee237f commit 52953ec
File tree
4 files changed
+19
-16
lines changed- crates
- api-messenger/src/routes
- api-support/src/routes/chatwoot
- owhisper-client/src/adapter/dashscope
4 files changed
+19
-16
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| 256 | + | |
256 | 257 | | |
257 | 258 | | |
258 | 259 | | |
| |||
0 commit comments