Commit 6dfdbdb
committed
axum: bump 'bytes' dependency to 1.7
Axum relies on `From<Bytes>` implemented for `BytesMut` in SSE response
implementation. The conversion was added in `bytes` 1.7
(https://github.com/tokio-rs/bytes/releases/tag/v1.7.0). So bump the
minimum required version.1 parent d8cd5ce commit 6dfdbdb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments