build(deps): update cryptoxide requirement from 0.3.6 to 0.4.1 (#36)

This commit is contained in:
Rinor Hoxha 2022-01-31 14:51:34 +00:00 committed by GitHub
parent f70ce96e7d
commit e38217f2ec
3 changed files with 7 additions and 7 deletions

View file

@ -15,7 +15,7 @@ authors = [
[dependencies]
minicbor = { version = "0.12" }
hex = "0.4"
cryptoxide = { version = "0.3.6" }
cryptoxide = { version = "0.4.1" }
thiserror = "1.0"
rand_core = "0.6"