Skip to content

Commit

Permalink
Update dependencies, pin to breaking
Browse files Browse the repository at this point in the history
Since x.y.* where x > 0, as well as 0.x.y, are breaking, pin each
3rd-party dependency to versions with a granularity that we expect
not to break.
  • Loading branch information
sshine committed Nov 17, 2022
1 parent 9cbf201 commit cc15b18
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions triton-vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,30 +32,30 @@ anyhow = "1.0"
bincode = "1.3"
blake3 = "1.2"
byteorder = "1.4"
console = "0"
console = "0.15.2"
colored = "2.0"
hashbrown = "0.12"
itertools = "0.10"
hashbrown = "0.13.1"
itertools = "0.10.5"
nom = "7.1"
num-bigint = { version = "0.4", features = ["serde"] }
num-traits = "0.2"
parity-scale-codec = "3"
paw = "1.0"
phf = { version = "0.10", features = ["macros"] }
primitive-types = { version = "0.11", features = ["serde"] }
rand = "0.8"
rand_chacha = "0"
rand_core = "0"
rand_distr = "0.4"
rand_pcg = "0.3"
phf = { version = "0.11.1", features = ["macros"] }
primitive-types = { version = "0.12.1", features = ["serde"] }
rand = "0.8.5"
rand_chacha = "0.3.1"
rand_core = "0.6.4"
rand_distr = "0.4.3"
rand_pcg = "0.3.1"
rayon = "1.5"
ring = "0.16"
rusty-leveldb = "1"
ring = "0.16.20"
rusty-leveldb = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde-big-array = "0"
serde_derive = "1"
serde-big-array = "0.4.1"
serde_derive = "1.0"
serde_json = "1.0"
serde_with = "1"
serde_with = "2.1"
structopt = { version = "0.3", features = ["paw"] }
strum = "0.24"
strum_macros = "0.24"
Expand Down

0 comments on commit cc15b18

Please sign in to comment.