Skip to content

Commit 8e11e2d

Browse files
authored
Bump gel-tokio minor (#405)
1 parent 55e82c5 commit 8e11e2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gel-tokio/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gel-tokio"
33
license = "MIT/Apache-2.0"
4-
version = "0.9.6"
4+
version = "0.10.0"
55
authors = ["MagicStack Inc. <[email protected]>"]
66
edition = "2021"
77
description = """
@@ -17,7 +17,7 @@ gel-protocol = { path = "../gel-protocol", version = "0.8", features = [
1717
] }
1818
gel-errors = { path = "../gel-errors", version = "0.5" }
1919
gel-derive = { path = "../gel-derive", version = "0.7", optional = true }
20-
gel-stream = { path = "../gel-stream", version = "0.2.0", features = ["client", "tokio", "rustls", "hickory", "keepalive"] }
20+
gel-stream = { path = "../gel-stream", version = "0.2.1", features = ["client", "tokio", "rustls", "hickory", "keepalive"] }
2121
gel-dsn = { path = "../gel-dsn", version = "0.1.0", features = ["gel", "log", "auto-log-trace", "auto-log-warning"] }
2222
gel-auth = { path = "../gel-auth", version = "0.1.3" }
2323
tokio = { workspace = true, features = ["net", "time", "sync", "macros"] }

0 commit comments

Comments
 (0)