Skip to content

Commit

Permalink
fix: remove duplicated redis dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
uku3lig committed Jan 13, 2025
1 parent 2d4cb14 commit cb402f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 55 deletions.
55 changes: 2 additions & 53 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ dotenvy = "0.15.7"
envy = "0.4.2"
metrics = "0.24.1"
metrics-exporter-prometheus = { version = "0.16.1", default-features = false }
redis = { version = "0.27.6", features = ["ahash", "tokio-comp"] }
redis-macros = "0.4.3"
redis-macros = { version = "0.4.3", default-features = false, features = [
"macros",
] }
regex = "1.11.1"
reqwest = { version = "0.12.12", default-features = false, features = [
"http2",
Expand Down

0 comments on commit cb402f0

Please sign in to comment.