Skip to content

Commit 2d4cd55

Browse files
Update dependencies
1 parent bb7c0af commit 2d4cd55

File tree

2 files changed

+27
-37
lines changed

2 files changed

+27
-37
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rabbitmqadmin"
3-
version = "2.2.0"
3+
version = "2.3.0"
44
edition = "2024"
55

66
description = "rabbitmqadmin v2 is a modern CLI tool for the RabbitMQ HTTP API"
@@ -10,20 +10,20 @@ license = "MIT OR Apache-2.0"
1010
clap = { version = "4", features = ["help", "color", "cargo", "env"] }
1111
url = "2"
1212
sysexits = "0.9"
13-
reqwest = { version = "0.12.12", features = [
13+
reqwest = { version = "0.12.20", features = [
1414
"blocking",
1515
"json",
1616
"multipart",
1717
"__rustls",
1818
"rustls-tls-native-roots",
1919
] }
20-
rabbitmq_http_client = { version = "0.33.0", features = [
20+
rabbitmq_http_client = { version = "0.34.0", features = [
2121
"blocking",
2222
"tabled",
2323
] }
2424
serde = { version = "1.0", features = ["derive", "std"] }
2525
serde_json = "1"
26-
tabled = "0.19"
26+
tabled = "0.20"
2727
toml = "0.8"
2828
color-print = "0.3"
2929
thiserror = "2"

0 commit comments

Comments
 (0)