@@ -46,26 +46,26 @@ tokio = "=1.48.0"
4646futures = " =0.3.31"
4747
4848# UUID v4 support
49- uuid = { version = " =1.18.1 " , features = [" v4" , " serde" ] }
49+ uuid = { version = " =1.19.0 " , features = [" v4" , " serde" ] }
5050
5151# Date & time
5252chrono = { version = " =0.4.42" , features = [" serde" ] }
5353
5454# Caching
55- moka = { version = " =0.12.11 " , features = [" future" ] }
55+ moka = { version = " =0.12.12 " , features = [" future" ] }
5656
5757# Bytes type used for cheap shared bytes (and utilities)
58- bytes = " =1.10.1 "
58+ bytes = " =1.11.0 "
5959bytes-utils = " =0.1.4"
6060
6161# Logging
62- tracing = " =0.1.41 "
63- tracing-subscriber = { version = " =0.3.20 " , features = [" env-filter" ] }
62+ tracing = " =0.1.44 "
63+ tracing-subscriber = { version = " =0.3.22 " , features = [" env-filter" ] }
6464
6565# Serialization and JSON
6666serde = { version = " =1.0.228" , features = [" derive" ] }
67- serde_json = " =1.0.145 "
68- serde_with = " =3.15.0 "
67+ serde_json = " =1.0.148 "
68+ serde_with = " =3.16.1 "
6969
7070# Error handling
7171thiserror = " =2.0.17"
@@ -79,7 +79,7 @@ mime2ext = "=0.1.54"
7979url = " =2.5.7"
8080
8181# HTTP client
82- reqwest = { version = " =0.12.24 " , default-features = false , features = [
82+ reqwest = { version = " =0.12.28 " , default-features = false , features = [
8383 " rustls-tls" ,
8484 " http2" ,
8585] }
@@ -88,7 +88,7 @@ reqwest = { version = "=0.12.24", default-features = false, features = [
8888http = " =1.3.1"
8989
9090# Validation
91- garde = { version = " =0.22.0 " , features = [" derive" , " full" ] }
91+ garde = { version = " =0.22.1 " , features = [" derive" , " full" ] }
9292
9393# OpenAPI spec generation
9494utoipa = { version = " =5.4.0" , features = [
@@ -99,7 +99,10 @@ utoipa = { version = "=5.4.0", features = [
9999] }
100100
101101# AWS configuration
102- aws-config = { version = " =1.8.10" , features = [" behavior-version-latest" ] }
102+ aws-config = { version = " =1.8.12" , features = [" behavior-version-latest" ] }
103+
104+ # AWS Lambda SDK
105+ aws-sdk-lambda = " =1.112.0"
103106
104107# HTML parser for OGP metadata and html to text conversion
105108tl = " =0.7.8"
@@ -110,7 +113,6 @@ base64 = "=0.22.1"
110113# Iterator utilities
111114itertools = " =0.14.0"
112115
113- testcontainers = " =0.25.2"
114- testcontainers-modules = " =0.13.0"
115-
116- aws-sdk-lambda = " =1.110.0"
116+ # Test containers for integration tests
117+ testcontainers = " =0.26.3"
118+ testcontainers-modules = " =0.14.0"
0 commit comments