Skip to content

Commit

Permalink
Merge pull request #9 from AH-dark/dependabot/cargo/etcd-client-0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
2 parents 23b4b9d + 6f55ae0 commit 7114d2f
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 57 deletions.
143 changes: 87 additions & 56 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ md5 = "0.7.0"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "time", "sync"] }
uuid = { version = "1", features = ["v4"] }

etcd-client = { version = "0.13", optional = true }
etcd-client = { version = "0.14", optional = true }
redis = { version = "0.25", optional = true, features = ["tokio-comp"] }

[dev-dependencies]
Expand Down

0 comments on commit 7114d2f

Please sign in to comment.