mirror of
https://github.com/davegallant/rfd-notify.git
synced 2025-08-06 00:33:39 +00:00
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:
@@ -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 = "*"
|
||||
|
Reference in New Issue
Block a user