Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBM committed Apr 6, 2023
1 parent 2d6ef35 commit 715de4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ documentation = "https://docs.rs/rsmq_async/"
readme = "README.md"

[dependencies]
lazy_static = "1.4"
lazy_static = "1"
rand = "0.8"
radix_fmt = "1.0"
radix_fmt = "1"
bb8 = "0.7"
thiserror = "1.0"
redis = { version = "0.22", features = ["tokio-comp", "async-std-comp"] }
thiserror = "1"
redis = { version = "0.23", features = ["tokio-comp", "async-std-comp"] }
async-trait = "0.1"

[dev-dependencies]
Expand Down

0 comments on commit 715de4b

Please sign in to comment.