Skip to content

Commit 87bebfd

Browse files
Bump tabled; 0.34.0
1 parent bfde3ec commit 87bebfd

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Rust Client for the RabbitMQ HTTP API Change Log
22

3-
## v0.34.0 (in development)
3+
## v0.35.0 (in development)
44

5-
No changes yet.
5+
## v0.34.0 (Jun 12, 2025)
6+
7+
* `tabled` was upgraded to `0.20.0`
68

79

810
## v0.33.0 (Jun 10, 2025)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rand = "0.9"
2020
ring = "0.17"
2121
rbase64 = "2"
2222
percent-encoding = { version = "2", optional = true }
23-
tabled = { version = "0.19", features = ["derive", "macros"], optional = true }
23+
tabled = { version = "0.20", features = ["derive", "macros"], optional = true }
2424
regex = { version = "1", features = ["std"] }
2525

2626
reqwest = { version = "0.12", default-features = false, features = [

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@ This library is relatively young, breaking API changes are possible.
1414
### Blocking Client
1515

1616
```toml
17-
rabbitmq_http_client = { version = "0.33.0", features = ["core", "blocking"] }
17+
rabbitmq_http_client = { version = "0.34.0", features = ["core", "blocking"] }
1818
```
1919

2020
### Async Client
2121

2222
```toml
23-
rabbitmq_http_client = { version = "0.33.0", features = ["core", "async"] }
23+
rabbitmq_http_client = { version = "0.34.0", features = ["core", "async"] }
2424
```
2525

2626
### Blocking Client with Tabled Support
2727

2828
```toml
29-
rabbitmq_http_client = { version = "0.33.0", features = ["core", "blocking", "tabled"] }
29+
rabbitmq_http_client = { version = "0.34.0", features = ["core", "blocking", "tabled"] }
3030
```
3131

3232
### Async Client with Tabled Support
3333

3434
```toml
35-
rabbitmq_http_client = { version = "0.33.0", features = ["core", "async", "tabled"] }
35+
rabbitmq_http_client = { version = "0.34.0", features = ["core", "async", "tabled"] }
3636
```
3737

3838

0 commit comments

Comments
 (0)