Skip to content

Commit 115822a

Browse files
authored
Pin webp version (#855)
The latest patch version updates a dependency that breaks our examples. Signed-off-by: David Calavera <[email protected]>
1 parent 4a3dbc9 commit 115822a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

examples/basic-s3-object-lambda-thumbnail/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ serde = "1"
2121
tokio = { version = "1", features = ["macros"] }
2222
aws-config = "0.55.3"
2323
aws-sdk-s3 = "0.28.0"
24-
thumbnailer = "0.4.0"
24+
thumbnailer = "0.5.1"
2525
mime = "0.3.16"
2626
async-trait = "0.1.66"
2727
ureq = "2.6.2"
2828
aws-smithy-http = "0.55.3"
29+
webp = "=0.2.1"
2930

3031
[dev-dependencies]
3132
mockall = "0.11.3"

examples/basic-s3-thumbnail/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ tokio = { version = "1", features = ["macros"] }
2222
aws-config = "0.55"
2323
aws-smithy-http = "0.55.3"
2424
aws-sdk-s3 = "0.28"
25-
thumbnailer = "0.4.0"
25+
thumbnailer = "0.5.1"
2626
mime = "0.3.16"
2727
async-trait = "0.1.68"
28+
webp = "=0.2.1"
2829

2930
[dev-dependencies]
3031
mockall = "0.11"

0 commit comments

Comments
 (0)