Update dependencies

In particular, tempfile >= 3.4.0 to remove the vulnerability on remove_dir_all
This commit is contained in:
KtorZ
2023-03-08 10:17:22 +01:00
parent 7257c2d89e
commit cb11b21c9f
3 changed files with 151 additions and 204 deletions

View File

@@ -13,9 +13,16 @@ exclude = ["test_data/*"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.69"
cryptoxide = "0.4.4"
flat-rs = { path = "../flat-rs", version = "0.0.27" }
hex = "0.4.3"
indexmap = "1.9.2"
itertools = "0.10.5"
k256 = { version = "0.13.0", optional = true }
num-bigint = "0.4.3"
num-integer = "0.1.45"
num-traits = "0.2.15"
pallas-addresses = "0.18.0"
pallas-codec = "0.18.0"
pallas-crypto = "0.18.0"
@@ -23,20 +30,13 @@ pallas-primitives = "0.18.0"
pallas-traverse = "0.18.0"
peg = "0.8.1"
pretty = "0.11.3"
thiserror = "1.0.39"
anyhow = "1.0.69"
pretty_assertions = "1.3.0"
secp256k1 = { version = "0.26.0", optional = true }
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"
indexmap = "1.9.2"
secp256k1 = { version = "0.26.0", optional = true }
k256 = { version = "0.13.0", optional = true }
num-bigint = "0.4.3"
num-traits = "0.2.15"
num-integer = "0.1.45"
pretty_assertions = "1.3.0"
thiserror = "1.0.39"
[dev-dependencies]
hex = "0.4.3"