Skip to content

Commit 25b3d8c

Browse files
Use RabbitMQ HTTP API client 0.35.0
1 parent e906227 commit 25b3d8c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ reqwest = { version = "0.12.20", features = [
1717
"__rustls",
1818
"rustls-tls-native-roots",
1919
] }
20-
rabbitmq_http_client = { version = "0.34.0", features = [
20+
rabbitmq_http_client = { version = "0.35.0", features = [
2121
"blocking",
2222
"tabled",
2323
] }

0 commit comments

Comments
 (0)