Skip to content

Commit

Permalink
use libkaminari v0.5.4, which extends handshake buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrchien committed Apr 14, 2022
1 parent 70f52e2 commit c5894f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cmd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kaminari-cmd"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = ["zephyr <[email protected]>"]
repository = "https://github.com/zephyrchien/kaminari/cmd"
Expand All @@ -9,7 +9,7 @@ readme = "README.md"
license = "GPL-3.0"

[dependencies]
kaminari = "0.5.3"
kaminari = "0.5.4"
tokio = { version = "1", features = ["net", "macros", "rt-multi-thread", "io-util"] }
anyhow = "1"

Expand Down

0 comments on commit c5894f4

Please sign in to comment.