chore: update some deps

This commit is contained in:
rvcas
2023-03-06 11:09:44 -05:00
parent 4688bfaaca
commit 1f8535e76e
7 changed files with 170 additions and 132 deletions

View File

@@ -13,7 +13,7 @@ exclude = ["test_data/*"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cryptoxide = "0.4.2"
cryptoxide = "0.4.4"
flat-rs = { path = "../flat-rs", version = "0.0.27" }
hex = "0.4.3"
pallas-addresses = "0.16.0"
@@ -21,12 +21,12 @@ pallas-codec = "0.16.0"
pallas-crypto = "0.16.0"
pallas-primitives = "0.16.0"
pallas-traverse = "0.16.0"
peg = "0.8.0"
peg = "0.8.1"
pretty = "0.11.3"
thiserror = "1.0.31"
anyhow = "1.0.57"
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"
thiserror = "1.0.39"
anyhow = "1.0.69"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.94"
strum = "0.24.1"
strum_macros = "0.24.3"
itertools = "0.10.5"
@@ -40,7 +40,7 @@ pretty_assertions = "1.3.0"
[dev-dependencies]
hex = "0.4.3"
proptest = "1.0.0"
proptest = "1.1.0"
[features]
default = ["dep:secp256k1"]