Skip to content

Commit f36ddd5

Browse files
committed
submap 0.2.3 with native digest
1 parent 29c7bee commit f36ddd5

File tree

2 files changed

+6
-46
lines changed

2 files changed

+6
-46
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "psrt"
3-
version = "0.1.29"
3+
version = "0.1.30"
44
edition = "2021"
55
authors = ["Sergei S. <div@altertech.com>"]
66
license = "Apache-2.0"
@@ -72,7 +72,7 @@ num-format = { version = "0.4.0", optional = true }
7272
getch = { version = "0.2.1", optional = true }
7373
aes-gcm = { version = "0.9.4", optional = true }
7474
rand = { version = "0.8.4", optional = true }
75-
submap = { version = "0.2.2", features = ["digest"], optional = true }
75+
submap = { version = "0.2.3", optional = true }
7676
jemallocator = { version = "0.3.2", optional = true }
7777
parking_lot = "0.12.1"
7878

@@ -82,7 +82,7 @@ cli = ["bma-benchmark", "byte-unit", "clap", "clap_derive", "env_logger",
8282
"term_size", "prettytable-rs", "num-format", "getch", "rand",
8383
"jemallocator"]
8484
server = ["base64", "bcrypt", "clap", "clap_derive", "colored", "chrono", "fork",
85-
"hostname", "hyper", "serde_json", "syslog", "submap", "jemallocator"]
85+
"hostname", "hyper", "serde_json", "syslog", "jemallocator", "submap/native-digest"]
8686
crypto = ["aes-gcm", "rand"]
8787
openssl-vendored = ["openssl/vendored"]
8888
std-alloc = []

0 commit comments

Comments
 (0)