Use sha2 package instead of rust-crypto (#214)

* Use sha2 package instead of rust-crypto

* Bump rfd-notify version from 0.2.1 to 0.2.2
This commit is contained in:
Dave Gallant
2022-10-08 20:30:20 -07:00
committed by GitHub
parent 7524b79735
commit 6b1d5cb57d
4 changed files with 70 additions and 101 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rfd-notify"
version = "0.2.1"
version = "0.2.2"
authors = ["Dave Gallant <davegallant@gmail.com>"]
edition = "2018"
@@ -14,12 +14,12 @@ serde_json = "1.0.81"
log = "0.4"
pretty_env_logger = "0.4.0"
regex = "1.5.6"
rust-crypto = "^0.2"
sled = "0.34.7"
clap = { version = "4.0.9", features = ["derive"] }
envconfig = "0.10.0"
envconfig_derive = "0.10.0"
serde_yaml = "0.9"
sha2 = "0.10.6"
[dev-dependencies]
serial_test = "*"