Skip to content

Commit

Permalink
fix: upgrade tentacle (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
driftluo authored Feb 18, 2022
1 parent e60533b commit 2d99882
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion core/cross-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ log = "0.4"
reqwest = { version = "0.11.1", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio-util = { version = "0.6", features = ["codec"] }
tokio-util = { version = "0.7", features = ["codec"] }

common-config-parser = { path = "../../common/config-parser" }
common-crypto = { path = "../../common/crypto" }
Expand Down
4 changes: 2 additions & 2 deletions core/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
snap = "1.0"
socket2 = "0.4"
tentacle = { version = "0.4.0-beta.3", features = ["parking_lot"] }
tokio-util = { version = "0.6.9", features = ["codec"] }
tentacle = { version = "0.4.0-beta.4", features = ["parking_lot"] }
tokio-util = { version = "0.7", features = ["codec"] }

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

Expand Down

0 comments on commit 2d99882

Please sign in to comment.