Skip to content

Commit

Permalink
deps: update pea2pea to 0.36 and tui to 0.18
Browse files Browse the repository at this point in the history
Signed-off-by: ljedrz <[email protected]>
  • Loading branch information
ljedrz committed Apr 25, 2022
1 parent 1410e09 commit de3cf09
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .crawler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ optional = true
version = "0.12"

[dependencies.pea2pea]
version = "0.35"
version = "0.36"

[dependencies.postgres-native-tls]
version = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion .integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ optional = true
version = "0.1"

[dependencies.pea2pea]
version = "0.35"
version = "0.36"

[dependencies.peak_alloc]
version = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion .synthetic_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ version = "0.3"
version = "0.12"

[dependencies.pea2pea]
version = "0.35"
version = "0.36"

[dependencies.rand]
version = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ version = "0.3"
features = [ "env-filter", "parking_lot" ]

[dependencies.tui]
version = "0.17"
version = "0.18"
optional = true

[dev-dependencies.rusty-hook]
Expand Down

0 comments on commit de3cf09

Please sign in to comment.