Skip to content

Commit 06f9ebd

Browse files
Bump HTTP API client
1 parent 7c5b2e0 commit 06f9ebd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -12,7 +12,7 @@ reqwest = { version = "0.12", features = [
1212
"multipart",
1313
"default-tls"
1414
] }
15-
rabbitmq_http_client = { version = "0.11.0", features = ["core", "blocking", "tabled"] }
15+
rabbitmq_http_client = { version = "0.12.0", features = ["core", "blocking", "tabled"] }
1616
serde = { version = "1.0", features = ["derive", "std"] }
1717
serde_json = "1"
1818
tabled = "0.17"

0 commit comments

Comments
 (0)