mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-09-27 11:51:05 -04:00
Bump strum from 0.20.0 to 0.21.0
Bumps [strum](https://github.com/Peternator7/strum) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d5d0dda6e7
commit
e9595487f6
2 changed files with 5 additions and 5 deletions
|
@ -49,7 +49,7 @@ sha2 = "0.9"
|
|||
sigma_fun = { git = "https://github.com/LLFourn/secp256kfun", default-features = false, features = [ "ed25519", "serde" ] }
|
||||
sled = "0.34"
|
||||
structopt = "0.3"
|
||||
strum = { version = "0.20", features = [ "derive" ] }
|
||||
strum = { version = "0.21", features = [ "derive" ] }
|
||||
thiserror = "1"
|
||||
time = "0.2"
|
||||
tokio = { version = "1", features = [ "rt-multi-thread", "time", "macros", "sync", "process", "fs", "net" ] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue