Skip to content

Commit ae82210

Browse files
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 tests
1 parent ed501e4 commit ae82210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/lambda/log-classifier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rayon = "1.5.3"
1616
regex = "1.10.5"
1717
serde_json = "1.0.85"
1818
url = "2.2.2"
19-
bytes = "1.2.1"
19+
bytes = "1.11.1"
2020
toml = "0.5.9"
2121
native-tls = { version = "0.2.10", features = ["vendored"] }
2222
aws-config = "1.5.4"

0 commit comments

Comments
 (0)