Skip to content

Commit

Permalink
Merge pull request #1 from iferc/master
Browse files Browse the repository at this point in the history
Update to latest version of Redis dependency.
  • Loading branch information
jace-ys authored Apr 18, 2023
2 parents 27d10ec + 716ceed commit d6d568d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "redsync"
version = "1.0.0"
version = "1.0.1"
authors = ["jace-ys <[email protected]>"]
edition = "2018"
description = "A Rust implementation of Redlock for distributed locks with Redis"
Expand All @@ -18,6 +18,6 @@ path = "examples/example.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "0.8.3"
redis = "0.20.0"
rand = "0.8"
redis = "0.23"
thiserror = "1.0"

0 comments on commit d6d568d

Please sign in to comment.