Skip to content

Commit

Permalink
Update packages versions to remove dependency to proc-macro-error (#861)
Browse files Browse the repository at this point in the history
Update packages versions to remove dependency to unmaintained proc-macro-error
  • Loading branch information
AurelienFT authored Oct 21, 2024
1 parent d3431df commit 13d23c1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fuel-crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ zeroize = { version = "1.5", features = ["derive"] }

[dev-dependencies]
bincode = { workspace = true }
criterion = "0.4"
criterion = { workspace = true }
fuel-crypto = { path = ".", features = ["random", "test-helpers"] }
sha2 = "0.10"

Expand Down
2 changes: 1 addition & 1 deletion fuel-merkle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sha2 = { version = "0.10", default-features = false }

[dev-dependencies]
criterion = { workspace = true }
datatest-stable = "0.1"
datatest-stable = "0.2"
fuel-merkle-test-helpers = { path = "test-helpers" }
hex = "0.4"
proptest = "1.4"
Expand Down
2 changes: 1 addition & 1 deletion fuel-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ wasm-bindgen = { version = "0.2.88", optional = true }

[dev-dependencies]
bincode = { workspace = true }
criterion = "0.4"
criterion = { workspace = true }
fuel-types = { path = ".", features = ["random", "serde"] }
postcard = { version = "1.0", features = ["use-std"] }
rand = { version = "0.8", default-features = false, features = ["std_rng"] }
Expand Down
4 changes: 2 additions & 2 deletions fuel-vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ strum = { version = "0.24", features = ["derive"], default-features = false }
tai64 = { version = "4.0", default-features = false, optional = true }

[dev-dependencies]
criterion = "0.4"
criterion = { workspace = true }
ed25519-dalek = { version = "2.0.0", features = ["rand_core"] }
fuel-crypto = { workspace = true, features = ["test-helpers"] }
fuel-tx = { workspace = true, features = ["test-helpers"] }
Expand All @@ -70,7 +70,7 @@ quickcheck_macros = "1.0"
rayon = "1.7"
rstest = "0.17"
serde_json = "1.0"
test-case = "2.2"
test-case = "3.3"
tokio = { version = "1.27", features = ["full"] }
tokio-rayon = "2.1.0"

Expand Down

0 comments on commit 13d23c1

Please sign in to comment.