Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel7grant committed Sep 13, 2024
1 parent caa51db commit 320e6a3
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 102 deletions.
117 changes: 66 additions & 51 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ license = "MIT"
keywords = ["redis", "macro", "derive", "json"]

[dependencies]
redis = { version = "0.26", optional = true }
deadpool-redis = "0.17.0"
redis = { version = "0.27.0", optional = true }
redis-macros-derive = { version = "0.4.0", optional = true, path = "./redis-macros-derive" }
serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }
Expand All @@ -22,7 +23,7 @@ json = ["dep:redis", "dep:serde", "dep:serde_json"]
macros = ["dep:redis-macros-derive"]

[dev-dependencies]
deadpool-redis = { version = "0.16.0" }
redis = { version = "0.26.0", features = ["tokio-comp", "json"] }
deadpool-redis = { version = "0.17.0" }
redis = { version = "0.27.0", features = ["tokio-comp", "json"] }
serde_yaml = "0.9"
tokio = { version = "1.38", features = ["full"] }
Loading

0 comments on commit 320e6a3

Please sign in to comment.