Skip to content

Commit bc0da5f

Browse files
committed
bump etcd as well
Signed-off-by: Bugen Zhao <i@bugenzhao.com>
1 parent d884b0a commit bc0da5f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- tonic: Update `tonic` and `tonic-build` to v0.13.
1313
- Align `tls` feature mapping with tonic v0.13 (`tls-native-roots`).
1414

15+
## etcd-client [0.7.0] - 2026-02-05
16+
17+
### Changed
18+
- etcd-client: Update upstream `etcd-client` to v0.16.x (aligns tonic to v0.13.x).
19+
1520
## tonic [0.5.2] - 2025-12-03
1621

1722
### Changed

madsim-etcd-client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "madsim-etcd-client"
3-
version = "0.6.0+0.14.0"
3+
version = "0.7.0+0.16.0"
44
edition = "2021"
55
authors = ["Runji Wang <wangrunji0408@163.com>"]
66
description = "The etcd simulator on madsim."
@@ -13,7 +13,7 @@ license = "Apache-2.0"
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[target.'cfg(not(madsim))'.dependencies]
16-
etcd-client = "0.14"
16+
etcd-client = "0.16"
1717

1818
[target.'cfg(madsim)'.dependencies]
1919
http = "1"

0 commit comments

Comments
 (0)