Skip to content

Commit 37c4548

Browse files
committed
remove unused moka dependency
1 parent 7fdd5d8 commit 37c4548

File tree

2 files changed

+1
-113
lines changed

2 files changed

+1
-113
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ bzip2 = "0.4.4"
6969
getrandom = "0.2.1"
7070
itertools = { version = "0.12.0", optional = true}
7171
rusqlite = { version = "0.30.0", features = ["bundled"] }
72-
moka = { version ="0.12.0", default-features = false, features = ["sync"]}
7372
hex = "0.4.3"
7473

7574
# Async
@@ -80,7 +79,7 @@ aws-sdk-s3 = "1.3.0"
8079
aws-sdk-cloudfront = "1.3.0"
8180
aws-smithy-types-convert = { version = "0.60.0", features = ["convert-chrono"] }
8281
http = "0.2.6"
83-
uuid = "1.1.2"
82+
uuid = { version = "1.1.2", features = ["v4"]}
8483

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

0 commit comments

Comments
 (0)