Skip to content

Commit

Permalink
Update compressed log
Browse files Browse the repository at this point in the history
This patch updates compressed log to use Actix 0.12
  • Loading branch information
jkilpatr committed Sep 21, 2021
1 parent 176abe1 commit 695b475
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ incremental = false


[patch.crates-io]
actix = {git = "https://github.com/althea-net/actix", branch = "0.7"}
actix = {git = "https://github.com/althea-net/actix", branch = "0.7"}
2 changes: 1 addition & 1 deletion rita_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"


[dependencies]
compressed_log = "0.3.4"
compressed_log = "0.3.9"
num-traits="0.2"
num256 = "0.3"
serde = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion rita_exit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"


[dependencies]
compressed_log = "0.3.4"
compressed_log = "0.3.9"
sodiumoxide = "0.2"
num256 = "0.3"
rita_common = { path = "../rita_common" }
Expand Down

0 comments on commit 695b475

Please sign in to comment.