lighthouse/consensus/int_to_bytes/Cargo.toml
blacktemplar a28e8decbf update dependencies (#2032)
## Issue Addressed

NA

## Proposed Changes

Updates out of date dependencies.

## Additional Info

See also https://github.com/sigp/lighthouse/issues/1712 for a list of dependencies that are still out of date and the resasons.
2020-12-07 08:20:33 +00:00

13 lines
201 B
TOML

[package]
name = "int_to_bytes"
version = "0.2.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
bytes = "0.6.0"
[dev-dependencies]
yaml-rust = "0.4.4"
hex = "0.4.2"