Skip to content

Commit

Permalink
upgrade moka, axum-extra, AWS SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Sep 20, 2023
1 parent 61a1930 commit 5e83515
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
17 changes: 8 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ bzip2 = "0.4.4"
getrandom = "0.2.1"
itertools = { version = "0.11.0", optional = true}
rusqlite = { version = "0.29.0", features = ["bundled"] }
moka = { version ="0.11.0", default-features = false, features = ["sync"]}
moka = { version ="0.12.0", default-features = false, features = ["sync"]}

# Async
tokio = { version = "1.0", features = ["rt-multi-thread", "signal", "macros"] }
futures-util = "0.3.5"
aws-config = "0.56.0"
aws-sdk-s3 = "0.30.0"
aws-sdk-cloudfront = "0.30.0"
aws-sdk-s3 = "0.31.0"
aws-sdk-cloudfront = "0.31.0"
aws-smithy-types-convert = { version = "0.56.0", features = ["convert-chrono"] }
http = "0.2.6"
uuid = "1.1.2"
Expand All @@ -89,7 +89,7 @@ serde_json = "1.0"

# axum dependencies
axum = { version = "0.6.1", features = ["headers"]}
axum-extra = "0.7.0"
axum-extra = "0.8.0"
hyper = { version = "0.14.15", default-features = false }
tower = "0.4.11"
tower-service = "0.3.2"
Expand Down

0 comments on commit 5e83515

Please sign in to comment.