Skip to content

Commit c9a0847

Browse files
committed
upgrade moka, axum-extra, AWS SDKs
1 parent 2dc3593 commit c9a0847

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ bzip2 = "0.4.4"
7171
getrandom = "0.2.1"
7272
itertools = { version = "0.11.0", optional = true}
7373
rusqlite = { version = "0.29.0", features = ["bundled"] }
74-
moka = { version ="0.11.0", default-features = false, features = ["sync"]}
74+
moka = { version ="0.12.0", default-features = false, features = ["sync"]}
7575

7676
# Async
7777
tokio = { version = "1.0", features = ["rt-multi-thread", "signal", "macros"] }
7878
futures-util = "0.3.5"
7979
aws-config = "0.56.0"
80-
aws-sdk-s3 = "0.30.0"
81-
aws-sdk-cloudfront = "0.30.0"
80+
aws-sdk-s3 = "0.31.0"
81+
aws-sdk-cloudfront = "0.31.0"
8282
aws-smithy-types-convert = { version = "0.56.0", features = ["convert-chrono"] }
8383
http = "0.2.6"
8484
uuid = "1.1.2"
@@ -89,7 +89,7 @@ serde_json = "1.0"
8989

9090
# axum dependencies
9191
axum = { version = "0.6.1", features = ["headers"]}
92-
axum-extra = "0.7.0"
92+
axum-extra = "0.8.0"
9393
hyper = { version = "0.14.15", default-features = false }
9494
tower = "0.4.11"
9595
tower-service = "0.3.2"

0 commit comments

Comments
 (0)