Skip to content

Commit 1f5c64b

Browse files
authored
Merge branch 'master' into kim/cli/graceful-disconnect-subscribe
2 parents 8d63f34 + b63216a commit 1f5c64b

11 files changed

Lines changed: 1501 additions & 312 deletions

File tree

Cargo.lock

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

crates/client-api/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ uuid.workspace = true
4848
jsonwebtoken.workspace = true
4949
scopeguard.workspace = true
5050
serde_with.workspace = true
51+
async-stream.workspace = true
5152

5253
[target.'cfg(not(target_env = "msvc"))'.dependencies]
5354
jemalloc_pprof.workspace = true
5455

5556
[dev-dependencies]
5657
jsonwebtoken.workspace = true
58+
pretty_assertions = { workspace = true, features = ["unstable"] }

0 commit comments

Comments
 (0)