Skip to content

Commit bad79e9

Browse files
committed
release: v0.2.2
1 parent b24a3e2 commit bad79e9

File tree

4 files changed

+47
-34
lines changed

4 files changed

+47
-34
lines changed

Cargo.lock

+39-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hstreamdb-pb/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ readme = "README.md"
1111
keywords = ["hstreamdb", "streaming-database", "database-client"]
1212

1313
[dependencies]
14-
prost = "0.11.5"
15-
prost-types = "0.11.5"
14+
prost = "0.11.6"
15+
prost-types = "0.11.6"
1616
tonic = "0.8.3"
1717
workspace-hack = { version = "0.1", path = "../utils/workspace-hack" }
1818

src/hstreamdb/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "hstreamdb"
4-
version = "0.2.1"
4+
version = "0.2.2"
55

66
license = "BSD-3-Clause"
77
description = "Rust client library for HStreamDB"
@@ -22,10 +22,10 @@ num-traits = "0.2.15"
2222
md-5 = "0.10.5"
2323

2424
hstreamdb-pb = { version = "0.2.1", path = "../hstreamdb-pb/" }
25-
prost-types = "0.11.5"
25+
prost-types = "0.11.6"
2626

27-
prost = "0.11.5"
28-
tokio = { version = "1.23.0", features = ["rt-multi-thread", "parking_lot"] }
27+
prost = "0.11.6"
28+
tokio = { version = "1.24.1", features = ["rt-multi-thread", "parking_lot"] }
2929
tokio-stream = "0.1.11"
3030
tonic = { version = "0.8.3", features = ["tls"] }
3131
url = "2.3.1"

src/x/hstreamdb-erl-nifs/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ env_logger = "0.10.0"
1515

1616
once_cell = "1.17.0"
1717
rustler = "0.26.0"
18-
tokio = { version = "1.23.0", features = ["rt-multi-thread", "parking_lot"] }
18+
tokio = { version = "1.24.1", features = ["rt-multi-thread", "parking_lot"] }
1919
tokio-stream = "0.1.11"
2020

21-
prost = "0.11.5"
21+
prost = "0.11.6"
2222
tonic = "0.8.3"

0 commit comments

Comments
 (0)