Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
The update of generic-array has required some changes in the
storage module.
  • Loading branch information
daniestevez committed Oct 3, 2023
1 parent fb3a68a commit b2c858d
Show file tree
Hide file tree
Showing 5 changed files with 274 additions and 259 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ bytes = { version = "1.1", optional = true }
cmac = "0.7"
crypto-common = "0.1"
ecdsa = "0.16"
generic-array = "0.14"
generic-array = "1.0"
hmac = "0.12"
log = "0.4"
# This brings std with default-features
p256 = { version = "0.13", features = ["ecdsa"], default-features = false }
prost = { version = "0.11", optional = true }
prost = { version = "0.12", optional = true }
# These two bring std with default-features
sha2 = { version = "0.10", default-features = false }
sha3 = { version = "0.10", default-features = false }
typenum = "1.15"

[build-dependencies]
prost-build = { version = "0.11", optional = true }
prost-build = { version = "0.12", optional = true }

[dev-dependencies]
hex-literal = "0.4"
Expand Down
Loading

0 comments on commit b2c858d

Please sign in to comment.