Commit ae82210
authored
Bump bytes to 1.11.1 in log-classifier (#7781)
## Summary
- Bumps `bytes` minimum version from 1.2.1 to 1.11.1 in
`aws/lambda/log-classifier/Cargo.toml`
- Fixes GHSA-434x-w66g-qw3r (severity: MODERATE)
- **Note:** `Cargo.lock` needs regeneration — run `cd
aws/lambda/log-classifier && cargo update -p bytes`
## Deploy steps
- Merge PR, then rebuild and redeploy the log-classifier Lambda
## Test steps
- `cd aws/lambda/log-classifier && cargo build` — verify it compiles
- `cd aws/lambda/log-classifier && cargo test` — run existing tests1 parent ed501e4 commit ae82210
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments