Skip to content

Commit

Permalink
Upgrade relay-rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Sep 7, 2019
1 parent 32b169f commit d7afaa2
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 31 deletions.
112 changes: 83 additions & 29 deletions relay-rust/Cargo.lock

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

4 changes: 2 additions & 2 deletions relay-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ mio = "0.6" # for async I/O
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.5" # for random TCP sequence number
byteorder = "1.3" # for reading/writing binary
rand = "0.7" # for random TCP sequence number
ctrlc = { version = "3.0", features = ["termination"] } # for handling Ctrl+C

[profile.release]
Expand Down

0 comments on commit d7afaa2

Please sign in to comment.