Skip to content

Commit

Permalink
remove unused moka dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Dec 16, 2023
1 parent 2f67be0 commit b8d29f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 113 deletions.
111 changes: 0 additions & 111 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ bzip2 = "0.4.4"
getrandom = "0.2.1"
itertools = { version = "0.12.0", optional = true}
rusqlite = { version = "0.30.0", features = ["bundled"] }
moka = { version ="0.12.0", default-features = false, features = ["sync"]}
hex = "0.4.3"

# Async
Expand All @@ -80,7 +79,7 @@ aws-sdk-s3 = "1.3.0"
aws-sdk-cloudfront = "1.3.0"
aws-smithy-types-convert = { version = "0.60.0", features = ["convert-chrono"] }
http = "0.2.6"
uuid = "1.1.2"
uuid = { version = "1.1.2", features = ["v4"]}

# Data serialization and deserialization
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit b8d29f8

Please sign in to comment.