Skip to content

Commit b6e5052

Browse files
Update lambda to v1
1 parent 4b405fa commit b6e5052

2 files changed

Lines changed: 10 additions & 12 deletions

File tree

lambda/Cargo.lock

Lines changed: 8 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lambda/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ chrono-tz = { version = "0.10.3", features = ["filter-by-regex"] }
1010
http = "1.1.0"
1111
icalendar = { version = "0.16.13", features = ["parser", "serde"] }
1212
itertools = "0.14"
13-
lambda_http = { version = "0.15", default-features = false, features = [
13+
lambda_http = { version = "1.0", default-features = false, features = [
1414
"apigw_rest",
1515
"apigw_http",
1616
] }
17-
lambda_runtime = { version = "0.14.2", features = ["anyhow", "tracing"] }
17+
lambda_runtime = { version = "1.0.0", features = ["anyhow", "tracing"] }
1818
# disabling native openssl in favor of rustls because cross compiling openssl with cargo lambda sucks
1919
reqwest = { version = "0.12", default-features = false, features = [
2020
"gzip",

0 commit comments

Comments
 (0)