Skip to content

Commit

Permalink
chore(deps): bump etcd-client from 0.13.0 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [etcd-client](https://github.com/etcdv3/etcd-client) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/etcdv3/etcd-client/releases)
- [Commits](etcdv3/etcd-client@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: etcd-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent c1a6c5c commit 6f55ae0
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 6f55ae0

Please sign in to comment.