Skip to content

Commit 2d99882

Browse files
authored
fix: upgrade tentacle (#106)
1 parent e60533b commit 2d99882

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

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

core/cross-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ log = "0.4"
1818
reqwest = { version = "0.11.1", features = ["json"] }
1919
serde = { version = "1.0", features = ["derive"] }
2020
serde_json = "1.0"
21-
tokio-util = { version = "0.6", features = ["codec"] }
21+
tokio-util = { version = "0.7", features = ["codec"] }
2222

2323
common-config-parser = { path = "../../common/config-parser" }
2424
common-crypto = { path = "../../common/crypto" }

core/network/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ serde = { version = "1.0", features = ["derive"] }
1919
serde_json = "1"
2020
snap = "1.0"
2121
socket2 = "0.4"
22-
tentacle = { version = "0.4.0-beta.3", features = ["parking_lot"] }
23-
tokio-util = { version = "0.6.9", features = ["codec"] }
22+
tentacle = { version = "0.4.0-beta.4", features = ["parking_lot"] }
23+
tokio-util = { version = "0.7", features = ["codec"] }
2424

2525
protocol = { path = "../../protocol", package = "axon-protocol" }
2626

0 commit comments

Comments
 (0)