Skip to content

Commit 01aae07

Browse files
author
rmqtt
committed
Upgrade to version = "0.1.4"
1 parent 2dcc00e commit 01aae07

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Cargo.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rmqtt-bench"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["rmqtt <rmqttd@126.com>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
@@ -19,17 +19,19 @@ tikv-jemallocator = "0.5"
1919
ntex-mqtt = "0.9"
2020
ntex = { version = "0.5.16", features = ["tokio", "rustls"] }
2121
ntex-bytes = "0.1"
22-
rust-box = { version = "0.5", features = ["event", "std-ext"] }
22+
rust-box = { version = "0.7.1", features = ["event", "std-ext"] }
2323
futures = "0.3"
2424
structopt = "0.3"
2525
tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"], default-features = false }
2626
log = "0.4"
27-
env_logger = "0.8.4"
27+
env_logger = "0.10.0"
2828
rand = "0.8"
2929
uuid = { version = "0.8.1", features = ["v4"] }
3030
update_rate = { version = "2.0" }
3131
dashmap = "5.4"
32-
ahash = "0.7"
32+
ahash = "0.8.3"
3333
once_cell = "1.10"
3434
parking_lot = "0.12"
35-
anyhow = "1.0"
35+
anyhow = "1.0"
36+
chrono = { version = "0.4", default-features = false, features = ["clock"] }
37+
serde_json = "1.0"

0 commit comments

Comments
 (0)