ee7c8a0b7e
## Issue Addressed - Resolves #1706 ## Proposed Changes Updates dependencies across the workspace. Any crate that was not able to be brought to the latest version is listed in #1712. ## Additional Info NA
13 lines
201 B
TOML
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.5.6"
|
|
|
|
[dev-dependencies]
|
|
yaml-rust = "0.4.4"
|
|
hex = "0.4.2"
|