Skip to content

Commit a111f85

Browse files
committed
chore: last fixes
1 parent 97b3a6b commit a111f85

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/invocation-id-concurrent/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ edition = "2021"
55

66
[dependencies]
77
lambda_runtime = { path = "../../lambda-runtime", features = ["concurrency-tokio"] }
8-
serde = "1.0.219"
8+
serde = "1"
99
tokio = { version = "1", features = ["macros", "rt", "time"] }
1010

1111
[dev-dependencies]
12-
serde_json = "=1.0.151"
12+
serde_json = "1.0"

lambda-runtime/src/layers/api_response.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ where
140140
warn!(
141141
error = ?error,
142142
rate_limit_interval_ms = MALFORMED_INVOCATION_ID_LOG_INTERVAL.as_millis(),
143-
"Ignoring malformed Lambda runtime invocation ID header; this warning is rate limited"
143+
"Ignoring malformed Lambda runtime invocation ID header"
144144
);
145145
});
146146
None

0 commit comments

Comments
 (0)