Skip to content

Commit

Permalink
Update relay-rust dependencies
Browse files Browse the repository at this point in the history
Generated by "cargo update".
  • Loading branch information
rom1v committed Sep 1, 2018
1 parent eaac3f7 commit 460fefc
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 107 deletions.
192 changes: 86 additions & 106 deletions relay-rust/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 relay-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ slab = "0.4" # helper for mio Tokens
log = "0.4" # for logs
chrono = "0.4" # for formatting timestamp in logs
byteorder = "1.2" # for reading/writing binary
rand = "0.4" # for random TCP sequence number
rand = "0.5" # for random TCP sequence number
ctrlc = { version = "3.0", features = ["termination"] } # for handling Ctrl+C

[profile.release]
Expand Down

0 comments on commit 460fefc

Please sign in to comment.